summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/functional/tasks/truncate_delay.yaml
blob: acd1a5a04dbde0e392fcd6495256c460181c9c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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:
- exec:
    client.0:
      - cd $TESTDIR/mnt.0 && dd if=/dev/zero of=./foo count=100
      - sleep 2
      - cd $TESTDIR/mnt.0 && truncate --size 0 ./foo