mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
ceph_test_rados: update in-memory user_version on RemoveAttrsOp
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
45449b880e
commit
2bb90b38e8
@ -562,6 +562,7 @@ public:
|
||||
{
|
||||
Mutex::Locker l(context->state_lock);
|
||||
done = true;
|
||||
context->update_object_version(oid, comp->get_version64());
|
||||
context->oid_in_use.erase(oid);
|
||||
context->oid_not_in_use.insert(oid);
|
||||
context->kick();
|
||||
|
Loading…
Reference in New Issue
Block a user