]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librados: use CEPH_OSD_FLAG_FULL_FORCE for IoCtxImpl::remove
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:10:27 +0000 (18:10 +0700)
commit9297c9b0f30216b806fd2a5b39baf075971abb22
tree66e46a4710f5a96bdcf4ada450977e2306158b21
parent56e7704646c34fe546d14a5e9899da58ea486cab
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