From: Kefu Chai Date: Sat, 21 Apr 2018 01:19:05 +0000 (+0800) Subject: qa/workunits/cephtool/test.sh: fix test_mon_mds() X-Git-Tag: v13.1.0~158^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21579%2Fhead;p=ceph.git qa/workunits/cephtool/test.sh: fix test_mon_mds() "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 --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 476cca84263d..0878ee57e92b 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -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