]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/workunits/cephtool/test.sh: fix test_mon_mds()
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)
commit106737323dec640dc1a94140d52d93adf26a30a0
treeab686d2f5bbc95b37bbb1c1962ecc5b0c93b846d
parent307b5182c9384d8f276eeb1bfd85ba049e69d038
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 <kchai@redhat.com>
qa/workunits/cephtool/test.sh