2 Feb
2024
2 Feb
'24
8:51 a.m.
On Fri, Feb 2, 2024 at 7:44 AM Ruben Vestergaard <rubenv@drcmr.dk> wrote:
Is the RBD client performing partial object reads? Is that even a thing?
Yup! The rados API has both length and offset parameters for reads (https://docs.ceph.com/en/latest/rados/api/librados/#c.rados_aio_read) and writes (https://docs.ceph.com/en/latest/rados/api/librados/#c.rados_aio_write). Josh