qa/suites/krbd: more fsx tests

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
Ilya Dryomov 2018-09-20 10:18:20 +02:00
parent 7374c73225
commit 870e42ac6a
22 changed files with 65 additions and 2 deletions

0
qa/suites/krbd/fsx/% Normal file
View File

1
qa/suites/krbd/fsx/.qa Symbolic link
View File

@ -0,0 +1 @@
../.qa/

1
qa/suites/krbd/fsx/ceph/.qa Symbolic link
View File

@ -0,0 +1 @@
../.qa/

View File

@ -0,0 +1,3 @@
tasks:
- install:
- ceph:

View File

@ -0,0 +1 @@
../.qa/

View File

@ -0,0 +1,14 @@
# fixed-3.yaml, but with two additional clients on the same target
roles:
- [mon.a, mon.c, mgr.x, osd.0, osd.1, osd.2, osd.3]
- [mon.b, mgr.y, osd.4, osd.5, osd.6, osd.7]
- [client.0, client.1, client.2]
openstack:
- volumes: # attached to each instance
count: 4
size: 10 # GB
overrides:
ceph:
conf:
osd:
osd shutdown pgref assert: true

View File

@ -0,0 +1,7 @@
overrides:
ceph:
conf:
global:
ms die on skipped message: false
client:
rbd default features: 5

View File

@ -0,0 +1 @@
../.qa/

View File

View File

@ -0,0 +1 @@
../.qa/

View File

@ -0,0 +1 @@
../.qa/

View File

@ -0,0 +1,5 @@
overrides:
ceph:
conf:
global:
ms inject socket failures: 5000

View File

@ -0,0 +1,5 @@
overrides:
ceph:
conf:
global:
ms inject socket failures: 500

View File

@ -0,0 +1,3 @@
overrides:
rbd_fsx:
randomized_striping: false

View File

View File

@ -0,0 +1 @@
../.qa/

View File

@ -0,0 +1 @@
../.qa/

View File

@ -0,0 +1,5 @@
overrides:
ceph:
conf:
global:
ms inject socket failures: 5000

View File

@ -0,0 +1,3 @@
overrides:
rbd_fsx:
randomized_striping: true

View File

@ -0,0 +1 @@
../.qa/

View File

@ -1,11 +1,10 @@
tasks:
- rbd_fsx:
clients: [client.0]
ops: 10000
ops: 20000
krbd: true
readbdy: 512
writebdy: 512
truncbdy: 512
holebdy: 512
punch_holes: true
randomized_striping: false

View File

@ -0,0 +1,10 @@
tasks:
- rbd_fsx:
clients: [client.0, client.1, client.2]
ops: 10000
krbd: true
readbdy: 512
writebdy: 512
truncbdy: 512
holebdy: 512
punch_holes: true