summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml
blob: 443aa0efac855dff8e796e4e1c36196e4a4ab139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 -x clone'
        exclude:
        - generic/042
        - generic/392
        - generic/044
        - generic/045
        - generic/046
        - generic/223
        - ext4/304
        - generic/050  # krbd BLKROSET bug
        - generic/388
        - generic/405
        - generic/422
        - generic/448
        randomize: true
    client.1:
        <<: *ref
        test_image: 'test_image-1'
        scratch_image: 'scratch_image-1'