From 163440a764a6fac8f2efbee6a8aee5cbc460dfe6 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Fri, 11 Jul 2014 00:41:01 +0100 Subject: [PATCH] qa/workunits: cephtool: cleanup after pool creation Signed-off-by: Joao Eduardo Luis (cherry picked from commit 6cd345732b15e84de17d743e06bc4d85569b79d4) --- qa/workunits/cephtool/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index ab4ff4671ec71..4d3fa75151bca 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -194,6 +194,9 @@ function test_tiering() ceph osd tier remove data cache3 ceph osd pool delete cache3 cache3 --yes-i-really-really-mean-it + ceph osd pool delete slow2 slow2 --yes-i-really-really-mean-it + ceph osd pool delete slow slow --yes-i-really-really-mean-it + # protection against pool removal when used as tiers ceph osd pool create datapool 2 ceph osd pool create cachepool 2 -- 2.39.5