]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix mon single_host_multi.sh test
authorSage Weil <sage@newdream.net>
Mon, 21 May 2012 20:15:23 +0000 (13:15 -0700)
committerSage Weil <sage@newdream.net>
Mon, 21 May 2012 20:15:23 +0000 (13:15 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
qa/mon/bootstrap/single_host_multi.sh

index 173cb66dce3a6ac72b46d4bd53a6a77b89549455..864f3b179402318c7975eb0f31a1834232f194e9 100755 (executable)
@@ -29,7 +29,7 @@ ceph-mon -c conf -i c --mon-data $cwd/mon.c
 
 ceph -c conf -k keyring health -m 127.0.0.1
 while true; do
-    if ceph -c conf -k keyring -m 127.0.0.1 mon stat | grep 'quorum 0,1,2'; then
+    if ceph -c conf -k keyring -m 127.0.0.1 mon stat | grep 'a,b,c'; then
        break
     fi
     sleep 1