]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: exercise DeleteRange in test_bucket_index_log_trim 33047/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 3 Feb 2020 16:46:53 +0000 (11:46 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 3 Feb 2020 16:46:59 +0000 (11:46 -0500)
test_bucket_index_log_trim doesn't create enough keys to exceed the
default threshold, so set it to 0

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/multisite/omap_limits.yaml

index cd02c2121f8ccdcdbf601e4912d439c54ac9c5d9..9ad1ec9ee14a8a7901e227c76f60839c445b071d 100644 (file)
@@ -1,6 +1,9 @@
 overrides:
   ceph:
     conf:
+      osd:
+        # remove the threshold so that test_bucket_index_log_trim() will test DeleteRange
+        rocksdb delete range threshold: 0
       # instead of expanding the matrix, run each osd with a different omap limit
       osd.0:
         osd_max_omap_entries_per_request: 10