Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / marginal / multimds / tasks / workunit_suites_truncate_delay.yaml
1 tasks:
2 - install:
3 - ceph:
4     conf:
5       client:
6         ms_inject_delay_probability: 1
7         ms_inject_delay_type: osd
8         ms_inject_delay_max: 5
9         client_oc_max_dirty_age: 1
10 - ceph-fuse:
11 - exec:
12     client.0:
13       - dd if=/dev/zero of=./foo count=100
14       - sleep 2
15       - truncate --size 0 ./foo