]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: increased trash deferment period 14846/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 27 Apr 2017 19:27:50 +0000 (15:27 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 27 Apr 2017 19:27:50 +0000 (15:27 -0400)
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 <dillaman@redhat.com>
qa/workunits/rbd/cli_generic.sh

index e85ae619becfdc94b6ba2e2fd3cc932a03a8f56b..daa8151677f4ff49b936eba698a092ecfec9fe0a 100755 (executable)
@@ -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'