ceph/suites/multimds/basic/tasks/suites_truncate_delay.yaml
Sage Weil 552f9d8dee multimds: test ceph-fuse and kclient
Add client as a variable on the basic collection.  Move the other stuff
(libcephfs plus a weird restart test) to libcephfs collection.

Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-02 17:13:39 -07:00

15 lines
302 B
YAML

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:
- dd if=/dev/zero of=./foo count=100
- sleep 2
- truncate --size 0 ./foo