]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: use CEPH_OSD_FLAG_FULL_FORCE for IoCtxImpl::remove 59282/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:29 +0000 (18:09 +0700)
commitb49ca75f68a3c8030d891f05428dfe2b68e04c02
tree63f39ae4a92520eace51755131f8d0129acfcac9
parentced649f89259a8c5733cc18a50f42f20f41ba352
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