]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix qa/workunits/rados/test_cache_pool.sh typos 1015/head
authorHaomai Wang <haomaiwang@gmail.com>
Mon, 30 Dec 2013 04:07:56 +0000 (12:07 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Mon, 30 Dec 2013 04:07:56 +0000 (12:07 +0800)
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
qa/workunits/rados/test_cache_pool.sh

index 574e4b25e5b27dbb05cc1ed346015009c76f5de3..73f37da4f43a51ebf6a1721e3063b2a32db63bb4 100755 (executable)
@@ -83,7 +83,7 @@ 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
 ceph osd pool delete wrong_cache wrong_cache --yes-i-really-really-mean-it
-ceph osd pool delete partial_cache partial_cache --yes-i-really-really-mean-it
+ceph osd pool delete partial_wrong partial_wrong --yes-i-really-really-mean-it
 
 ## set of base, cache
 ceph osd pool create base 8
@@ -131,6 +131,6 @@ 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
-ceph osd pool delete cache base --yes-i-really-really-mean-it
+ceph osd pool delete base base --yes-i-really-really-mean-it
 
-echo OK
\ No newline at end of file
+echo OK