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