2 Feb
2024
2 Feb
'24
8:56 a.m.
On Fri, Feb 02 2024 at 07:51:36 -0700, Josh Baergen wrote:
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).
Ah! That was easy. And good to know. Thanks! -R
Josh