From a4d034d0b0190c63161e827782586d6df975c35e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 21 May 2012 13:15:23 -0700 Subject: [PATCH] qa: fix mon single_host_multi.sh test Signed-off-by: Sage Weil --- qa/mon/bootstrap/single_host_multi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/mon/bootstrap/single_host_multi.sh b/qa/mon/bootstrap/single_host_multi.sh index 173cb66dce3a6..864f3b1794023 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