I set a 3 proxmox hosts cluster and each host has 1x10TB HDD, CEPH configured with replication mode so effective storage in cluster is 10TB.
As the IO performance is poor, I am thinking to replace each 10TB disks with 3x6TB disks, I want maintain the host redundancy level like before but enable the RAID-5 like storage system in each host. After the replacement, the effective cluster storage is 2x6TB=12TB.
In CEPH, there is a Erasure code config with lRC plugin (https://docs.ceph.com/en/latest/rados/operations/erasure-code-lrc/), I am wondering if the
----------------------------------------------
k=2
m=1
l=3
crush-locality=host
crush-failure-domain=host
----------------------------------------------
is equivalent to have a cluster storage with replication among all hosts and each host has a RAID-5 like protection. Thanks
As the IO performance is poor, I am thinking to replace each 10TB disks with 3x6TB disks, I want maintain the host redundancy level like before but enable the RAID-5 like storage system in each host. After the replacement, the effective cluster storage is 2x6TB=12TB.
In CEPH, there is a Erasure code config with lRC plugin (https://docs.ceph.com/en/latest/rados/operations/erasure-code-lrc/), I am wondering if the
----------------------------------------------
k=2
m=1
l=3
crush-locality=host
crush-failure-domain=host
----------------------------------------------
is equivalent to have a cluster storage with replication among all hosts and each host has a RAID-5 like protection. Thanks
Last edited: