mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
This is based on a script that I've been using for a while for basic smoke testing. The matrix has exploded with the addition of data-pool and now it's primarily a data-pool test fixture that takes minutes to run, so turning it into a workunit. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
12 lines
225 B
YAML
12 lines
225 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
enable experimental unrecoverable data corrupting features: debug_white_box_testing_ec_overwrites
|
|
|
|
tasks:
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rbd/krbd_data_pool.sh
|