From: Sage Weil Date: Mon, 21 May 2012 20:15:23 +0000 (-0700) Subject: qa: fix mon single_host_multi.sh test X-Git-Tag: v0.48argonaut~137^2~13^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4d034d0b0190c63161e827782586d6df975c35e;p=ceph.git qa: fix mon single_host_multi.sh test Signed-off-by: Sage Weil --- diff --git a/qa/mon/bootstrap/single_host_multi.sh b/qa/mon/bootstrap/single_host_multi.sh index 173cb66dce3a..864f3b179402 100755 --- a/qa/mon/bootstrap/single_host_multi.sh +++ b/qa/mon/bootstrap/single_host_multi.sh @@ -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