]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_truncate_delay.yaml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / qa / suites / powercycle / osd / tasks / cfuse_workunit_suites_truncate_delay.yaml
1 overrides:
2 ceph:
3 conf:
4 client:
5 ms_inject_delay_probability: 1
6 ms_inject_delay_type: osd
7 ms_inject_delay_max: 5
8 client_oc_max_dirty_age: 1
9 tasks:
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