Thank you very much, so how would it work if I have 3 nodes running storage and x other nodes for compute only - how can they talk to the ceph system on the other storage nodes?
in proxmox, add an rbd storage, and add your ceph monitors ipThank you very much, so how would it work if I have 3 nodes running storage and x other nodes for compute only - how can they talk to the ceph system on the other storage nodes?
Hi,... In Ceph, a "Rados Block Device" (RBD) is made up of a collection of objects that all happen to be the same size - 4k - which is a common size for physical disk blocks...
ceph --admin-daemon /var/run/ceph/ceph-osd.1.asok config show | grep rbd_default_stripe_unit
"rbd_default_stripe_unit": "4194304",
Last thing any hints on how to map from normal linux like Ubuntu? - I would need to map a filesystem on it of course
Thanks
Felix
Thanks for pointing out my misunderstanding. Edited/corrected my post so the it doesn't mislead readers who come later.Hi,
sorry - but the object-size in ceph is 4MB (default) and has nothing to do with physical block sizes.
UdoCode:ceph --admin-daemon /var/run/ceph/ceph-osd.1.asok config show | grep rbd_default_stripe_unit "rbd_default_stripe_unit": "4194304",