From: Sage Weil Date: Mon, 19 Jun 2017 18:37:57 +0000 (-0400) Subject: qa/suites/rados/singleton-nomsgr/full-tiering: unset quota at end X-Git-Tag: v12.1.0~68^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15efccab7056ab9f1ab85bda65a8492a81e85339;p=ceph.git qa/suites/rados/singleton-nomsgr/full-tiering: unset quota at end 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 --- diff --git a/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml b/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml index e21086a6be8..9dc1fe7dcc9 100644 --- a/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml @@ -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