Please help me with some advice. In my test scheme with three data centers, I need to create an Erasure Code pool for cold data.
I used the documentation
https://pve.proxmox.com/pve-docs/chapter-pveceph.html#pve_ceph_ec_pools
My chosen k=6,m=3 (I also tried from the documentation k=4,m=2) in the command
Read more
I used the documentation
https://pve.proxmox.com/pve-docs/chapter-pveceph.html#pve_ceph_ec_pools
My chosen k=6,m=3 (I also tried from the documentation k=4,m=2) in the command
Bash:
# pveceph pool create ECpool --erasure-coding k=6,m=3,failure-domain=datacenter
Rich (BB code):
created new erasure code profile 'pve_ec_ECpool'
pool ECpool-data: applying...
Read more