mirror of
https://github.com/ceph/ceph
synced 2025-01-28 14:03:21 +00:00
552f9d8dee
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>
15 lines
302 B
YAML
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
|