mirror of
https://github.com/ceph/ceph
synced 2025-04-04 15:36:24 +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:
parent
a459c4e2ed
commit
2fbd77206c
@ -285,6 +285,7 @@ for ((i=0; i < 100; i++)); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
ceph osd thrash 10
|
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.
|
# make sure everything gets back up+in.
|
||||||
for ((i=0; i < 100; i++)); do
|
for ((i=0; i < 100; i++)); do
|
||||||
if ceph osd dump | grep ' down '; then
|
if ceph osd dump | grep ' down '; then
|
||||||
|
Loading…
Reference in New Issue
Block a user