]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test.sh: fix test_mon_mds() 21579/head
authorKefu Chai <kchai@redhat.com>
Sat, 21 Apr 2018 01:19:05 +0000 (09:19 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 21 Apr 2018 01:20:35 +0000 (09:20 +0800)
"ceph fs set cephfs allow_multimds false" is deprecated, and multimds is
enabled by default, so "ceph fs set cephfs max_mds 4" won't fail with
the default settings.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/cephtool/test.sh

index 476cca84263db40871d0b49904b0fcf6555f3881..0878ee57e92bec17dc63a27d7efe0ece9cc2cffd 100755 (executable)
@@ -967,7 +967,6 @@ function test_mon_mds()
   ceph fs rm_data_pool cephfs $data3_pool
   ceph osd pool delete data2 data2 --yes-i-really-really-mean-it
   ceph osd pool delete data3 data3 --yes-i-really-really-mean-it
-  expect_false ceph fs set cephfs max_mds 4
   ceph fs set cephfs max_mds 4
   ceph fs set cephfs max_mds 3
   ceph fs set cephfs max_mds 256