Skip to content

Commit bb1109a

Browse files
authored
Merge pull request ceph#63429 from aclamk/aclamk-qa-no-bench-for-write-v2-compression
qa/rados: Fix problem with recompression failing osd bench testing
2 parents f211665 + c3c9e5e commit bb1109a

File tree

21 files changed

+64
-0
lines changed

21 files changed

+64
-0
lines changed

qa/objectstore_debug/bluestore/write$/random/+

Whitespace-only changes.

qa/objectstore_debug/bluestore/compr$/no$/no.yaml renamed to qa/objectstore_debug/bluestore/write$/random/compr$/no$/no.yaml

File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
osd:
5+
bluestore compression mode: aggressive
6+
bluestore compression algorithm: lz4
7+
osd_mclock_skip_benchmark: true #new recompression makes us fail the test
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
osd:
5+
bluestore compression mode: aggressive
6+
bluestore compression algorithm: snappy
7+
osd_mclock_skip_benchmark: true #new recompression makes us fail the test
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
osd:
5+
bluestore compression mode: aggressive
6+
bluestore compression algorithm: zlib
7+
osd_mclock_skip_benchmark: true #new recompression makes us fail the test
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
osd:
5+
bluestore compression mode: aggressive
6+
bluestore compression algorithm: zstd
7+
osd_mclock_skip_benchmark: true #new recompression makes us fail the test

qa/objectstore_debug/bluestore/write$/write_random.yaml renamed to qa/objectstore_debug/bluestore/write$/random/random.yaml

File renamed without changes.

qa/objectstore_debug/bluestore/write$/v1/+

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
osd:

qa/objectstore_debug/bluestore/compr$/yes$/lz4.yaml renamed to qa/objectstore_debug/bluestore/write$/v1/compr$/yes$/lz4.yaml

File renamed without changes.

0 commit comments

Comments
 (0)