I'll start at the beginning because I'm not sure where I screwed up.
I had originally set up Ceph and a data pool and all seemed to be working, however I needed to change the CRUSH map to make sure copies couldn't be kept on the same server chassis in case of power supply failure (I have 8 servers, two per chassis with shared power supplies). Here's what I ran to make that happen:
Read more
I had originally set up Ceph and a data pool and all seemed to be working, however I needed to change the CRUSH map to make sure copies couldn't be kept on the same server chassis in case of power supply failure (I have 8 servers, two per chassis with shared power supplies). Here's what I ran to make that happen:
Bash:
root@pves01:~# ceph osd crush add-bucket chasis1 row
added bucket chasis1 type row to crush map...
Read more