From: Sage Weil Date: Wed, 12 Mar 2014 00:03:23 +0000 (-0700) Subject: qa/workunits/cephtool/test.sh: fix thrash (more) X-Git-Tag: v0.78~45 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2fbd77206c443c38e48ad4db5bd65df447fb1b45;p=ceph.git qa/workunits/cephtool/test.sh: fix thrash (more) If I have to touch this again I will remove it. Ugh. This time, ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-03-11_02:30:01-rados-firefly-distro-basic-plana/125922 hit NXIO a few lines down because one of the OSDs was still down. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index dfe9946416bc..628bd41100a3 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -285,6 +285,7 @@ for ((i=0; i < 100; i++)); do done ceph osd thrash 10 +ceph osd down `seq 0 31` # force everything down so that we can trust up # make sure everything gets back up+in. for ((i=0; i < 100; i++)); do if ceph osd dump | grep ' down '; then