From: Joao Eduardo Luis Date: Wed, 25 Jun 2014 00:12:55 +0000 (+0100) Subject: qa/workunits: cephtool: move test line to where it's more appropriate X-Git-Tag: v0.83~38^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04658b7b2b5f98ae81ffb3f77303745e6d46eb81;p=ceph.git qa/workunits: cephtool: move test line to where it's more appropriate Signed-off-by: Joao Eduardo Luis --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 1acbd4de2fc..5c4d8fd6dfa 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -492,6 +492,8 @@ ceph osd dump | grep 'flags pauserd,pausewr' ceph osd unpause ceph osd tree + +ceph osd stat | grep up, } function test_mon_osd_pool() @@ -513,8 +515,6 @@ ceph osd pool create replicated 12 # default is replicated, pgp_num = pg_num expect_false ceph osd pool create replicated 12 12 erasure ceph osd lspools | grep replicated ceph osd pool delete replicated replicated --yes-i-really-really-mean-it - -ceph osd stat | grep up, } function test_mon_pg()