I have this change in my branch so that test/ceph_objectstore_tool.py works 
again after that change from John.  I wonder if this would fix your case too:

commit 18937cf49be616d32b4e2d0b6deef2882321fbe4
Author: David Zafman <[email protected]>
Date:   Tue Oct 14 18:45:41 2014 -0700

    vstart.sh: Disable "mon pg warn min per osd" to get healthy

    Signed-off-by: David Zafman <[email protected]>

diff --git a/src/vstart.sh b/src/vstart.sh
index febfa56..7a0ec1c 100755
--- a/src/vstart.sh
+++ b/src/vstart.sh
@@ -394,7 +394,7 @@ $COSDDEBUG
 $COSDMEMSTORE
 $extra_conf
 [mon]
-        mon pg warn min per osd = 10
+        mon pg warn min per osd = 0
         mon osd allow primary affinity = true
         mon reweight min pgs per osd = 4
 $DAEMONOPTS

David Zafman
Senior Developer
http://www.inktank.com




On Oct 16, 2014, at 3:52 PM, Loic Dachary <[email protected]> wrote:

> Hi John,
> 
> I would be gratefull if you could take a quick look at 
> http://tracker.ceph.com/issues/9794 . It is bisected to the reduction of pg 
> and I'm able to reproduce it in a ubuntu-14.04 docker fresh install. For some 
> reason it does not happen in gitbuilder but I think you can reproduce it 
> locally now.
> 
> Cheers
> 
> -- 
> Loïc Dachary, Artisan Logiciel Libre
> 

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to