Compare commits
1 Commits
43c4f8e614
...
60f9852f39
| Author | SHA1 | Date | |
|---|---|---|---|
| 60f9852f39 |
@ -33,10 +33,10 @@ Always refer back to the official documentation at https://docs.ceph.com/en/late
|
|||||||
|
|
||||||
This will:
|
This will:
|
||||||
|
|
||||||
-- Create erasure code profiles. The K and M values are equivalent to the number of data disks (K) and parity disks (M) in RAID5, RAID6, etc.
|
* Create erasure code profiles. The K and M values are equivalent to the number of data disks (K) and parity disks (M) in RAID5, RAID6, etc.
|
||||||
-- Create data pools using the erasure-code-profile, set some required options
|
* Create data pools using the erasure-code-profile, set some required options
|
||||||
-- Add the pool to the fs `cephfs`
|
* Add the pool to the fs `cephfs`
|
||||||
-- Create a subvolumegroup using the new data pool
|
* Create a subvolumegroup using the new data pool
|
||||||
|
|
||||||
|
|
||||||
sudo ceph osd erasure-code-profile set ec_6_2 k=6 m=2
|
sudo ceph osd erasure-code-profile set ec_6_2 k=6 m=2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user