From: Sage Weil Date: Wed, 7 Jul 2021 17:06:07 +0000 (-0400) Subject: qa/workunits/mon/pool_ops: remove test for min/max_size check X-Git-Tag: v17.1.0~1398^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ab52d39fbad7f05d06d6e0d666a9330294620bd7;p=ceph-ci.git qa/workunits/mon/pool_ops: remove test for min/max_size check Signed-off-by: Sage Weil --- diff --git a/qa/workunits/mon/pool_ops.sh b/qa/workunits/mon/pool_ops.sh index 90b224902bb..ab15832ea74 100755 --- a/qa/workunits/mon/pool_ops.sh +++ b/qa/workunits/mon/pool_ops.sh @@ -63,16 +63,6 @@ expect_config_value "foo" "min_size" 5 expect_false ceph osd pool set foo size 0 expect_false ceph osd pool set foo size 20 -ceph osd pool set foo size 3 -ceph osd getcrushmap -o crush -crushtool -d crush -o crush.txt -sed -i 's/max_size 10/max_size 3/' crush.txt -crushtool -c crush.txt -o crush.new -ceph osd setcrushmap -i crush.new -expect_false ceph osd pool set foo size 4 -ceph osd setcrushmap -i crush -rm -f crush crush.txt crush.new - # should fail due to safety interlock expect_false ceph osd pool delete foo expect_false ceph osd pool delete foo foo