mirror of
https://github.com/ceph/ceph
synced 2024-12-29 23:12:27 +00:00
qa/suites/krbd: add legacy+rxbounce and crc+rxbounce coverage
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>
This commit is contained in:
parent
95d30b534e
commit
fbf8c1d68b
1
qa/suites/krbd/basic/ms_mode/crc$/.qa
Symbolic link
1
qa/suites/krbd/basic/ms_mode/crc$/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
5
qa/suites/krbd/basic/ms_mode/crc$/crc-rxbounce.yaml
Normal file
5
qa/suites/krbd/basic/ms_mode/crc$/crc-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=crc,rxbounce
|
1
qa/suites/krbd/basic/ms_mode/legacy$/.qa
Symbolic link
1
qa/suites/krbd/basic/ms_mode/legacy$/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=legacy,rxbounce
|
5
qa/suites/krbd/fsx/ms_mode$/crc-rxbounce.yaml
Normal file
5
qa/suites/krbd/fsx/ms_mode$/crc-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=crc,rxbounce,read_from_replica=balance
|
5
qa/suites/krbd/fsx/ms_mode$/legacy-rxbounce.yaml
Normal file
5
qa/suites/krbd/fsx/ms_mode$/legacy-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=legacy,rxbounce,read_from_replica=balance
|
@ -1,5 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=prefer-crc,read_from_replica=balance
|
1
qa/suites/krbd/rbd-nomount/ms_mode/crc$/.qa
Symbolic link
1
qa/suites/krbd/rbd-nomount/ms_mode/crc$/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=crc,rxbounce
|
1
qa/suites/krbd/rbd-nomount/ms_mode/legacy$/.qa
Symbolic link
1
qa/suites/krbd/rbd-nomount/ms_mode/legacy$/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=legacy,rxbounce
|
1
qa/suites/krbd/rbd/ms_mode/crc$/.qa
Symbolic link
1
qa/suites/krbd/rbd/ms_mode/crc$/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
5
qa/suites/krbd/rbd/ms_mode/crc$/crc-rxbounce.yaml
Normal file
5
qa/suites/krbd/rbd/ms_mode/crc$/crc-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=crc,rxbounce
|
1
qa/suites/krbd/rbd/ms_mode/legacy$/.qa
Symbolic link
1
qa/suites/krbd/rbd/ms_mode/legacy$/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
5
qa/suites/krbd/rbd/ms_mode/legacy$/legacy-rxbounce.yaml
Normal file
5
qa/suites/krbd/rbd/ms_mode/legacy$/legacy-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=legacy,rxbounce
|
5
qa/suites/krbd/singleton/ms_mode$/crc-rxbounce.yaml
Normal file
5
qa/suites/krbd/singleton/ms_mode$/crc-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=crc,rxbounce
|
5
qa/suites/krbd/singleton/ms_mode$/legacy-rxbounce.yaml
Normal file
5
qa/suites/krbd/singleton/ms_mode$/legacy-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=legacy,rxbounce
|
@ -1,5 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=prefer-crc
|
5
qa/suites/krbd/thrash/ms_mode$/crc-rxbounce.yaml
Normal file
5
qa/suites/krbd/thrash/ms_mode$/crc-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=crc,rxbounce
|
5
qa/suites/krbd/thrash/ms_mode$/legacy-rxbounce.yaml
Normal file
5
qa/suites/krbd/thrash/ms_mode$/legacy-rxbounce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=legacy,rxbounce
|
@ -1,5 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default map options: ms_mode=prefer-crc
|
Loading…
Reference in New Issue
Block a user