From: Jason Dillaman Date: Thu, 27 Apr 2017 19:27:50 +0000 (-0400) Subject: qa/workunits/rbd: increased trash deferment period X-Git-Tag: v12.0.3~163^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b51db2655bdbcb5605267c89ce55d51ff1409496;p=ceph.git qa/workunits/rbd: increased trash deferment period Teuthology would periodically fail due to a delay >10 seconds between moving the item to the trash and checking its status. Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/rbd/cli_generic.sh b/qa/workunits/rbd/cli_generic.sh index e85ae619becfd..daa8151677f4f 100755 --- a/qa/workunits/rbd/cli_generic.sh +++ b/qa/workunits/rbd/cli_generic.sh @@ -408,7 +408,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'