]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Fix using 'near' hint in cache
authorAdam Kupczyk <akupczyk@ibm.com>
Fri, 7 Jun 2024 20:16:24 +0000 (20:16 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Fri, 7 Jun 2024 20:16:24 +0000 (20:16 +0000)
commit68f3e520c1a4283a11414c7dd9f32fb4f582ec72
tree8f91f0fa6d92f9e948dab0c8a7a616c155338560
parent7fe685c922bae3b52755209e35feddd972749cff
os/bluestore: Fix using 'near' hint in cache

We can now get near hint that refers to buffer that is in writing state.
Such buffer is not in cache yet and cannot provide in-queue location.
We only extact cache_private.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/BlueStore.cc