From 106737323dec640dc1a94140d52d93adf26a30a0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 21 Apr 2018 09:19:05 +0800 Subject: [PATCH] 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 --- qa/workunits/cephtool/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 476cca84263db..0878ee57e92be 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 -- 2.39.5