--- /dev/null
+../.qa/
\ No newline at end of file
--- /dev/null
+.qa/objectstore/bluestore-bitmap.yaml
\ No newline at end of file
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ global:
+ ms die on skipped message: false
+ client:
+ rbd default features: 37
--- /dev/null
+../.qa/
\ No newline at end of file
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ client:
+ rbd default map options: ms_mode=crc,rxbounce
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ client:
+ rbd default map options: ms_mode=crc
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ client:
+ rbd default map options: ms_mode=legacy,rxbounce
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ client:
+ rbd default map options: ms_mode=legacy
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ client:
+ rbd default map options: ms_mode=secure
--- /dev/null
+../.qa/
\ No newline at end of file
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ global:
+ ms inject socket failures: 5000
+ mon client directed command retry: 5
+ log-ignorelist:
+ - \(OSD_SLOW_PING_TIME
--- /dev/null
+overrides:
+ ceph:
+ conf:
+ global:
+ ms inject socket failures: 500
+ mon client directed command retry: 5
+ log-ignorelist:
+ - \(OSD_SLOW_PING_TIME
--- /dev/null
+../.qa/
\ No newline at end of file
--- /dev/null
+roles:
+- [mon.a, mon.c, osd.0, osd.1, osd.2]
+- [mon.b, mgr.x, mds.a, osd.3, osd.4, osd.5]
+- [client.0]
+- [client.1]
+openstack:
+- volumes: # attached to each instance
+ count: 3
+ size: 10 # GB
+tasks:
+- install:
+- ceph:
+- rbd.xfstests:
+ client.0: &ref
+ test_image: 'test_image-0'
+ test_size: 5120 # MB
+ scratch_image: 'scratch_image-0'
+ scratch_size: 15360 # MB
+ fs_type: ext4
+ tests: '-g auto -g blockdev -x clone'
+ exclude:
+ - generic/042
+ - generic/392
+ - generic/044
+ - generic/045
+ - generic/046
+ - generic/223
+ - ext4/002 # removed upstream
+ - ext4/304
+ - generic/388
+ - generic/405
+ - generic/422
+ - shared/298 # lockdep false positive
+ randomize: true
+ client.1:
+ <<: *ref
+ test_image: 'test_image-1'
+ scratch_image: 'scratch_image-1'
+++ /dev/null
-../.qa/
\ No newline at end of file
+++ /dev/null
-.qa/objectstore/bluestore-bitmap.yaml
\ No newline at end of file
+++ /dev/null
-overrides:
- ceph:
- conf:
- global:
- ms die on skipped message: false
- client:
- rbd default features: 37
+++ /dev/null
-../.qa/
\ No newline at end of file
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default map options: ms_mode=crc,rxbounce
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default map options: ms_mode=crc
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default map options: ms_mode=legacy,rxbounce
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default map options: ms_mode=legacy
+++ /dev/null
-overrides:
- ceph:
- conf:
- client:
- rbd default map options: ms_mode=secure
+++ /dev/null
-../.qa/
\ No newline at end of file
+++ /dev/null
-overrides:
- ceph:
- conf:
- global:
- ms inject socket failures: 5000
- mon client directed command retry: 5
- log-ignorelist:
- - \(OSD_SLOW_PING_TIME
+++ /dev/null
-overrides:
- ceph:
- conf:
- global:
- ms inject socket failures: 500
- mon client directed command retry: 5
- log-ignorelist:
- - \(OSD_SLOW_PING_TIME
+++ /dev/null
-../.qa/
\ No newline at end of file
+++ /dev/null
-roles:
-- [mon.a, mon.c, osd.0, osd.1, osd.2]
-- [mon.b, mgr.x, mds.a, osd.3, osd.4, osd.5]
-- [client.0]
-- [client.1]
-openstack:
-- volumes: # attached to each instance
- count: 3
- size: 10 # GB
-tasks:
-- install:
-- ceph:
-- rbd.xfstests:
- client.0: &ref
- test_image: 'test_image-0'
- test_size: 5120 # MB
- scratch_image: 'scratch_image-0'
- scratch_size: 15360 # MB
- fs_type: ext4
- tests: '-g auto -g blockdev -x clone'
- exclude:
- - generic/042
- - generic/392
- - generic/044
- - generic/045
- - generic/046
- - generic/223
- - ext4/002 # removed upstream
- - ext4/304
- - generic/388
- - generic/405
- - generic/422
- - shared/298 # lockdep false positive
- randomize: true
- client.1:
- <<: *ref
- test_image: 'test_image-1'
- scratch_image: 'scratch_image-1'