Skip to content

Commit 743aa34

Browse files
authored
Merge pull request ceph#62715 from cbodley/wip-qa-rgw-no-gc
qa/rgw: run verify tests with garbage collection disabled Reviewed-by: Jane Zhu <[email protected]>
2 parents 53aca7d + b4da1eb commit 743aa34

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)