]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/singleton-nomsgr/full-tiering: unset quota at end
authorSage Weil <sage@redhat.com>
Mon, 19 Jun 2017 18:37:57 +0000 (14:37 -0400)
committerSage Weil <sage@redhat.com>
Mon, 19 Jun 2017 18:37:57 +0000 (14:37 -0400)
If we leave the quota set, the proxied ops will block
indefinitely, which will block scrubbing on the cache tier pgs
indefinitely.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml

index e21086a6be8361075eb028f319c169ba76e08e62..9dc1fe7dcc9bfaadfb806e9f68c19208612ac791 100644 (file)
@@ -24,3 +24,5 @@ tasks:
       - ceph osd pool set-quota ec max_bytes 20480000
       - ceph osd pool set ec-ca target_max_bytes 20480000
       - timeout 30 rados -p ec-ca bench 30 write || true
+      - ceph osd pool set-quota ec-ca max_bytes 0
+      - ceph osd pool set-quota ec max_bytes 0