mirror of
https://github.com/ceph/ceph
synced 2025-01-18 00:43:38 +00:00
qa/workunits: cephtool: move test line to where it's more appropriate
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
This commit is contained in:
parent
db6cc133ba
commit
04658b7b2b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user