]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test.sh: drop 'pg set_full_ratio'
authorSage Weil <sage@redhat.com>
Tue, 5 Sep 2017 21:50:20 +0000 (17:50 -0400)
committerSage Weil <sage@redhat.com>
Wed, 6 Sep 2017 14:18:06 +0000 (10:18 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh

index a3472628f770958246e8162a35c25db3cf39c15b..f1c0ad7e828e79c176a3915541c8750bb4448164 100755 (executable)
@@ -2178,9 +2178,6 @@ function test_mon_osd_misc()
   # expect error about unused argument foo
   ceph osd ls foo 2>$TMPFILE; check_response 'unused' $? 22 
 
-  # expect "not in range" for invalid full ratio
-  ceph pg set_full_ratio 95 2>$TMPFILE; check_response 'not in range' $? 22
-
   # expect "not in range" for invalid overload percentage
   ceph osd reweight-by-utilization 80 2>$TMPFILE; check_response 'higher than 100' $? 22