]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: use CEPH_OSD_FLAG_FULL_FORCE for IoCtxImpl::remove 59283/head
authorChen Yuanrun <114801934+chenyuanrun@users.noreply.github.com>
Mon, 29 Jan 2024 10:04:59 +0000 (10:04 +0000)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Sat, 17 Aug 2024 11:09:54 +0000 (18:09 +0700)
commit4d031cd586391099916a28c21abdea0bd2c2fb6f
tree58bffc56205e1f0b4e9b150575e075183b97e14d
parentf2c39d4d5abc084f975be26cc0141421e55727d8
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>
(cherry picked from commit a4e2a598aeeec6eeeae00d5c81443ab8e091a337)
src/librados/IoCtxImpl.cc