]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: use CEPH_OSD_FLAG_FULL_FORCE for IoCtxImpl::remove 55348/head
authorChen Yuanrun <114801934+chenyuanrun@users.noreply.github.com>
Mon, 29 Jan 2024 10:04:59 +0000 (10:04 +0000)
committerChen Yuanrun <114801934+chenyuanrun@users.noreply.github.com>
Thu, 14 Mar 2024 02:09:43 +0000 (02:09 +0000)
commita4e2a598aeeec6eeeae00d5c81443ab8e091a337
treeae2ff69a312ae4d1f7ab170eecd648ae024853b9
parent93c567e8aebc282f98f9f7826529defeb0d4fec7
librados: use CEPH_OSD_FLAG_FULL_FORCE for IoCtxImpl::remove

librados::OPERATION_FULL_FORCE should be translated to
CEPH_OSD_FLAG_FULL_FORCE before calling IoCtxImpl::remove().

Fixes: https://tracker.ceph.com/issues/64558
Signed-off-by: Chen Yuanrun <chen-yuanrun@foxmail.com>
src/librados/IoCtxImpl.cc