From 88df1695007ae12c661f667aea7d01688e19c174 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 23 Jan 2017 12:07:57 -0500 Subject: [PATCH] qa/suites/rados/basic: set low omap limit for rgw workload This gets *some* coverage for the omap limits in the rados suite. Signed-off-by: Sage Weil --- qa/suites/rados/basic/tasks/rgw_snaps.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/rados/basic/tasks/rgw_snaps.yaml b/qa/suites/rados/basic/tasks/rgw_snaps.yaml index b248ebbc7fa7..3e7745aec2af 100644 --- a/qa/suites/rados/basic/tasks/rgw_snaps.yaml +++ b/qa/suites/rados/basic/tasks/rgw_snaps.yaml @@ -4,6 +4,8 @@ overrides: client: debug rgw: 20 debug ms: 1 + osd: + osd_max_omap_entries_per_request: 10 tasks: - install: - ceph: -- 2.47.3