mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
Merge pull request #54402 from athanatos/sjust/wip-fix-tmdriver
crimson/tools/store_nbd/tm_driver: use TransactionManager::remove Reviewed-by: Xuehan Xu <xuxuehan@qianxin.com>
This commit is contained in:
commit
db6fbc9653
@ -27,7 +27,7 @@ seastar::future<> TMDriver::write(
|
||||
"write",
|
||||
[this, offset, &ptr](auto& t)
|
||||
{
|
||||
return tm->dec_ref(t, offset
|
||||
return tm->remove(t, offset
|
||||
).si_then([](auto){}).handle_error_interruptible(
|
||||
crimson::ct_error::enoent::handle([](auto) { return seastar::now(); }),
|
||||
crimson::ct_error::pass_further_all{}
|
||||
|
Loading…
Reference in New Issue
Block a user