From: Sage Weil Date: Wed, 2 Mar 2016 22:34:48 +0000 (-0500) Subject: qa/workunits/cephtool/test.sh: test reweight-by-x commands X-Git-Tag: v0.94.7~10^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76eb3c8fbdb614a4cdde937a1dec680b4be82470;p=ceph.git qa/workunits/cephtool/test.sh: test reweight-by-x commands Signed-off-by: Sage Weil (cherry picked from commit 28b33a5b57e3f898808bd8ccc5e314667f84912a) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 67cd3648e9b7..a508e0f3077d 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1403,8 +1403,12 @@ function test_mon_osd_misc() set -e ceph osd reweight-by-utilization 110 + ceph osd reweight-by-utilization 110 .5 + ceph osd test-reweight-by-utilization 110 .5 --no-increasing ceph osd reweight-by-pg 110 + ceph osd test-reweight-by-pg 110 .5 ceph osd reweight-by-pg 110 rbd + ceph osd reweight-by-pg 110 .5 rbd expect_false ceph osd reweight-by-pg 110 boguspoolasdfasdfasdf }