Hi~ We want to accelerate read performance by asynchronous reading in OSD. A aio_read api would be added into object store. And "schedule_recovery_work" which queues callback would be transferred from ReplicatedBackend::objects_read_async to aio callback in bluestore. Finally we would increase some meta data to ensure the consistency between read and write. Dose it make sense?