mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
ec-data-pool: enable the hacky_overwrites flag
Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
2cee58a456
commit
237bedb310
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user