From: John Spray Date: Tue, 2 Dec 2014 21:43:03 +0000 (+0000) Subject: qa: fix teardown in cephtool's test_mon_mds X-Git-Tag: v0.89~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d98cec7f9c652da570aa2c29558f5651d4a62bdf;p=ceph.git 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 --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index f3bc88faf4f..b87c6259913 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