Skip to content

Commit

Permalink
qa: fix mon single_host_multi.sh test
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed May 21, 2012
1 parent 731effb commit a4d034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/mon/bootstrap/single_host_multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d034d

Please sign in to comment.