I am creating a new ceph erasure coded pool using the following command:
pveceph pool create slow_ceph --erasure-coding k=2,m=1,failure-domain=osd
Using this I would expect a pool with 2 data chunks and 1 coding chunk.
So that would mean I get a pool that is able to use 66% of my pools space as...