mirror of
https://github.com/ceph/ceph
synced 2025-02-02 16:34:31 +00:00
8cd42742b6
generic/448 has been failing on ext4 and is now fixed upstream. The fix for generic/050 is in testing, scheduled for 4.15-rc1. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
38 lines
877 B
YAML
38 lines
877 B
YAML
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: 5120 # 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/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'
|