summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_truncate_delay.yaml
blob: f3efafa2e9dadaf7307f7032591fc7450e4e13a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
overrides:
  ceph:
    conf:
      client:
        ms_inject_delay_probability: 1
        ms_inject_delay_type: osd
        ms_inject_delay_max: 5
        client_oc_max_dirty_age: 1
tasks:
- ceph-fuse:
- exec:
    client.0:
      - dd if=/dev/zero of=./foo count=100
      - sleep 2
      - truncate --size 0 ./foo