mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Merge pull request #14846 from dillaman/wip-rbd-cli
qa/workunits/rbd: increased trash deferment period Reviewed-by: Mykola Golub <mgolub@mirantis.com>
This commit is contained in:
commit
8c2631c6f7
@ -414,7 +414,7 @@ test_trash() {
|
||||
rbd ls | wc -l | grep 1
|
||||
rbd ls -l | grep 'test2.*2.*'
|
||||
|
||||
rbd trash mv test2 --delay 10
|
||||
rbd trash mv test2 --delay 3600
|
||||
rbd trash ls | grep test2
|
||||
rbd trash ls | wc -l | grep 1
|
||||
rbd trash ls -l | grep 'test2.*USER.*protected until'
|
||||
|
Loading…
Reference in New Issue
Block a user