Hi!
I want to make erasure-coded pool with k=3 and m=3. Also, I want to distribute
data between two hosts, having 3 osd from host1 and 3 from host2.
I have created a ruleset:
rule ruleset_3_3 {
ruleset 0
type replicated
min_size 6
max_size 6
step take host1
step chooseleaf firstn 3 type osd
step emit
step take host2
step chooseleaf firstn 3 type osd
step emit
}
I have created an erasure code profile:
ceph osd erasure-code-profile set def33 k=3 m=3
I have created a pool:
ceph osd pool create images 2048 2048 erasure def33 ruleset_3_3
Now I see 2048 pgs permanently in "creating" state.
What is wrong?
Pavel.
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com