mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
qa: test for error when ceph osd rm is EBUSY
http://tracker.ceph.com/issues/6824 fixes #6824 Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
4b9a41aa17
commit
31507c90f0
@ -238,6 +238,8 @@ for id in `ceph osd ls` ; do
|
||||
ceph tell osd.$id version
|
||||
done
|
||||
|
||||
ceph osd rm 0 2>&1 | grep 'EBUSY'
|
||||
|
||||
id=`ceph osd create`
|
||||
ceph osd lost $id --yes-i-really-mean-it
|
||||
ceph osd rm $id
|
||||
|
Loading…
Reference in New Issue
Block a user