Been playing with Ceph and there is one question I can't seem to find the correct answer for.
Here is a quick example.
root@cephprimary1:~# ceph osd map Test vm-100-disk-0
osdmap e563 pool 'Test' (6) object 'vm-100-disk-0' -> pg 6.720ca493 (6.93) -> up ([19,21,6,2], p19) acting ([19,21,6,2], p19)
Based on the above output, vm-100-disk-0 has copies on OSD's 19,21,6 and 2. Each one of these OSD's are 3.6TB, what happens when the above image grows above 3.6TB? Will the image then get mapped to more OSD's? I dug quite a bit on this question and didn't come up with much on any mailing lists. I appreciate the input!
Here is a quick example.
root@cephprimary1:~# ceph osd map Test vm-100-disk-0
osdmap e563 pool 'Test' (6) object 'vm-100-disk-0' -> pg 6.720ca493 (6.93) -> up ([19,21,6,2], p19) acting ([19,21,6,2], p19)
Based on the above output, vm-100-disk-0 has copies on OSD's 19,21,6 and 2. Each one of these OSD's are 3.6TB, what happens when the above image grows above 3.6TB? Will the image then get mapped to more OSD's? I dug quite a bit on this question and didn't come up with much on any mailing lists. I appreciate the input!