From 6ec69a4547ceae837d52ff7939cbbdd95b318bb9 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 22 May 2017 17:42:16 -0400 Subject: [PATCH] qa: update cephtool test for multimds on by default Signed-off-by: John Spray --- qa/workunits/cephtool/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 3ffa05148b2..d8546e0c424 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -897,8 +897,9 @@ function test_mon_mds() ceph mds remove_data_pool $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 + ceph mds set allow_multimds false expect_false ceph mds set_max_mds 4 - ceph mds set allow_multimds true --yes-i-really-mean-it + ceph mds set allow_multimds true ceph mds set_max_mds 4 ceph mds set_max_mds 3 ceph mds set_max_mds 256 -- 2.39.5