Skip to content

Commit b4da1eb

Browse files
committed
qa/rgw: run verify tests with garbage collection disabled
extends the inline-data$ dimension of the rgw/verify subsuite to run with both inline data and garbage collection disabled this improves the likelihood for test cases to detect bugs that trigger accidental deletion of tail objects Fixes: https://tracker.ceph.com/issues/70823 Signed-off-by: Casey Bodley <[email protected]>
1 parent 9aacbd1 commit b4da1eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
overrides:
2+
rgw:
3+
inline data: false
4+
ceph:
5+
conf:
6+
osd:
7+
# causes all cls_rgw_gc_queue_enqueue() requests to fail with ENOSPC.
8+
# this tests that error path, and effectively disables garbage
9+
# collection which has masked some data loss bugs in the past
10+
rgw gc max queue size: 0

0 commit comments

Comments
 (0)