mirror of
https://github.com/ceph/ceph
synced 2024-12-23 11:54:11 +00:00
6fba80c1fa
Keep the pool flag around so we can distinguish between a pool that should maintain hashes for each chunk, and a missing one is a bug, vs an overwrites pool where we rely on bluestore checksums for detecting corruption. Signed-off-by: Josh Durgin <jdurgin@redhat.com>
13 lines
351 B
YAML
13 lines
351 B
YAML
tasks:
|
|
- exec:
|
|
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 allow_ec_overwrites true
|
|
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
rbd default data pool: datapool
|