summaryrefslogtreecommitdiffstats
path: root/qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml
blob: fedb3cfc5e80e213a033b137e90c644d66e22109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
exclude_arch: armv7l
roles:
- [mon.a, mgr.x, osd.0, osd.1, client.0]
tasks:
- install:
    extra_system_packages:
      rpm:
      - qemu-kvm-block-rbd
      deb:
      - qemu-block-extra
- ceph:
    fs: xfs
    conf:
      client:
        rbd cache: true
        rbd cache max dirty: 0
- workunit:
    clients:
      all: [rbd/qemu-iotests.sh]