]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
fix: qa/workunits/rados/test_cache_pool.sh 5431/head
authorMingxin Liu <mingxinliu@ubuntukylin.com>
Fri, 31 Jul 2015 03:16:41 +0000 (11:16 +0800)
committerMingxin Liu <mingxinliu@ubuntukylin.com>
Fri, 31 Jul 2015 08:38:01 +0000 (16:38 +0800)
Signed-off-by: Mingxin Liu <mingxinliu@ubuntukylin.com>
qa/workunits/rados/test_cache_pool.sh

index 73f37da4f43a51ebf6a1721e3063b2a32db63bb4..4db965dad94bbca67572aa60e3639269de20e900 100755 (executable)
@@ -79,6 +79,8 @@ expect_false diff -q tmp.txt empty.txt
 
 # cleanup
 ceph osd tier remove-overlay base_pool
+ceph osd tier remove base_pool wrong_cache
+ceph osd tier remove base_pool partial_wrong
 ceph osd tier remove base_pool empty_cache
 ceph osd pool delete base_pool base_pool --yes-i-really-really-mean-it
 ceph osd pool delete empty_cache empty_cache --yes-i-really-really-mean-it
@@ -127,7 +129,6 @@ rados -p cache ls - | wc -l | grep 0
 
 # cleanup
 ceph osd tier remove-overlay base
-ceph osd tier cache-mode cache none
 ceph osd tier remove base cache
 
 ceph osd pool delete cache cache --yes-i-really-really-mean-it