1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

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 <sage@inktank.com>
This commit is contained in:
Sage Weil 2014-03-11 17:03:23 -07:00
parent a459c4e2ed
commit 2fbd77206c

View File

@ -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