ec-data-pool: enable the hacky_overwrites flag

Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Samuel Just 2016-11-28 15:25:05 -08:00
parent 2cee58a456
commit 237bedb310
3 changed files with 9 additions and 0 deletions

View File

@ -3,9 +3,12 @@ tasks:
client.0:
- sudo ceph osd erasure-code-profile set teuthologyprofile ruleset-failure-domain=osd m=1 k=2
- sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile
- sudo ceph osd pool set datapool debug_white_box_testing_ec_overwrites true
overrides:
ceph:
conf:
global:
enable experimental unrecoverable data corrupting features: debug_white_box_testing_ec_overwrites
client:
rbd default data pool: datapool

View File

@ -3,9 +3,12 @@ tasks:
client.0:
- sudo ceph osd erasure-code-profile set teuthologyprofile ruleset-failure-domain=osd m=1 k=2
- sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile
- sudo ceph osd pool set datapool debug_white_box_testing_ec_overwrites true
overrides:
ceph:
conf:
global:
enable experimental unrecoverable data corrupting features: debug_white_box_testing_ec_overwrites
client:
rbd default data pool: datapool

View File

@ -3,9 +3,12 @@ tasks:
client.0:
- sudo ceph osd erasure-code-profile set teuthologyprofile ruleset-failure-domain=osd m=1 k=2
- sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile
- sudo ceph osd pool set datapool debug_white_box_testing_ec_overwrites true
overrides:
ceph:
conf:
global:
enable experimental unrecoverable data corrupting features: debug_white_box_testing_ec_overwrites
client:
rbd default data pool: datapool