From d2d4b7202d77e5696eb18c4da4f7d614116ced36 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 26 Jun 2017 19:04:48 -0700 Subject: [PATCH] qa: enable quotas for pre-luminous quota tests This cannot be cherry-picked from master because the config option is removed since 0f250a889dba2100d3afcea0a18e4f6a8d086b86. Fixes: http://tracker.ceph.com/issues/20412 Signed-off-by: Patrick Donnelly --- qa/suites/fs/recovery/tasks/quota.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qa/suites/fs/recovery/tasks/quota.yaml b/qa/suites/fs/recovery/tasks/quota.yaml index 89b10ce2edeeb..dc18dc578ac94 100644 --- a/qa/suites/fs/recovery/tasks/quota.yaml +++ b/qa/suites/fs/recovery/tasks/quota.yaml @@ -3,3 +3,8 @@ tasks: - cephfs_test_runner: modules: - tasks.cephfs.test_quota +overrides: + ceph: + conf: + client: + client quota: true -- 2.39.5