From: Sage Weil Date: Wed, 10 Jul 2019 14:58:23 +0000 (-0500) Subject: qa/workunits/cephtool/test.sh: cache forward mode is no longer allowed X-Git-Tag: v15.1.0~2232^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e577581d452e8b96929b885fe5f996c32e485395;p=ceph.git qa/workunits/cephtool/test.sh: cache forward mode is no longer allowed Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index f03391362e67..2d28950d1626 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -360,12 +360,15 @@ function test_tiering_1() expect_false ceph osd tier add slow2 cache # test some state transitions ceph osd tier cache-mode cache writeback + # forward is removed/deprecated expect_false ceph osd tier cache-mode cache forward - ceph osd tier cache-mode cache forward --yes-i-really-mean-it + expect_false ceph osd tier cache-mode cache forward --yes-i-really-mean-it expect_false ceph osd tier cache-mode cache readonly + ceph osd tier cache-mode cache proxy + ceph osd tier cache-mode cache none ceph osd tier cache-mode cache readonly --yes-i-really-mean-it expect_false ceph osd tier cache-mode cache forward - ceph osd tier cache-mode cache forward --yes-i-really-mean-it + expect_false ceph osd tier cache-mode cache forward --yes-i-really-mean-it ceph osd tier cache-mode cache none ceph osd tier cache-mode cache writeback ceph osd tier cache-mode cache proxy