From e5591f8a984cd46cd2c4bd49237a0cb03d24bb88 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 14 Jan 2015 22:08:09 +0000 Subject: [PATCH] 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 --- qa/workunits/cephtool/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 576d6da652e21..09c1086c77f84 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 -- 2.47.3