From d98cec7f9c652da570aa2c29558f5651d4a62bdf Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 2 Dec 2014 21:43:03 +0000 Subject: [PATCH] qa: fix teardown in cephtool's test_mon_mds This was missing from 17b5fc9a but we didn't notice because the test wasn't being run by the gitbuilders. Signed-off-by: John Spray --- qa/workunits/cephtool/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index f3bc88faf4f7..b87c62599135 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -773,9 +773,14 @@ function test_mon_mds() ceph osd tier cache-mode mds-tier writeback ceph osd tier set-overlay fs_metadata mds-tier + # Clean up FS fail_all_mds ceph fs rm cephfs --yes-i-really-mean-it + # Clean up overlay/tier relationship + ceph osd tier remove-overlay fs_metadata + ceph osd tier remove fs_metadata mds-tier + ceph osd pool delete mds-tier mds-tier --yes-i-really-really-mean-it ceph osd pool delete mds-ec-pool mds-ec-pool --yes-i-really-really-mean-it -- 2.47.3