From: John Spray Date: Wed, 14 Jan 2015 22:08:09 +0000 (+0000) Subject: qa: fail_all_mds between fs reset and fs rm X-Git-Tag: v0.93~289^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3372%2Fhead;p=ceph.git qa: fail_all_mds between fs reset and fs rm Because fs reset opens a brief window for the previously failed MDSs to spring back into life. Fixes: #10539 Signed-off-by: John Spray --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 576d6da652e..09c1086c77f 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -719,6 +719,8 @@ function test_mon_mds() # Check that 'fs reset' runs ceph fs reset cephfs --yes-i-really-mean-it + fail_all_mds + # Clean up to enable subsequent newfs tests ceph fs rm cephfs --yes-i-really-mean-it