mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
qa/workunits: cephtool: cleanup state after erasure-code-profile test
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
This commit is contained in:
parent
780424df3a
commit
f4184086d0
@ -668,6 +668,9 @@ function test_mon_osd_erasure_code()
|
||||
ceph osd erasure-code-profile set fooprofile a=b c=d e=f --force
|
||||
ceph osd erasure-code-profile set fooprofile a=b c=d e=f
|
||||
expect_false ceph osd erasure-code-profile set fooprofile a=b c=d e=f g=h
|
||||
#
|
||||
# cleanup by removing profile 'fooprofile'
|
||||
ceph osd erasure-code-profile rm fooprofile
|
||||
}
|
||||
|
||||
function test_mon_osd_misc()
|
||||
|
Loading…
Reference in New Issue
Block a user