mirror of
https://github.com/ceph/ceph
synced 2025-01-14 23:12:52 +00:00
fbf8c1d68b
For basic, rbd and rbd-nomount subsuites, replace legacy and crc facets with "legacy or legacy+rxbounce" and "crc or crc+rxbounce" facets (chosen at random). For fsx, singleton and thrash subsuites, add legacy+rxbounce and crc+rxbounce facets and drop prefer-crc facet. The expected behaviour of the latter depends on cluster configuration and should be tested separately. The total number of jobs remains the same. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
6 lines
126 B
YAML
6 lines
126 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
rbd default map options: ms_mode=legacy,rxbounce,read_from_replica=balance
|