mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #13353 from wonzhq/wip-failed-push
osd: fix the setting of soid in sub_op_push Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
a7df1b2831
@ -2353,7 +2353,7 @@ void ReplicatedBackend::sub_op_push(OpRequestRef op)
|
||||
MOSDSubOp *m = static_cast<MOSDSubOp *>(op->get_req());
|
||||
|
||||
PushOp pop;
|
||||
pop.soid = m->recovery_info.soid;
|
||||
pop.soid = m->poid;
|
||||
pop.version = m->version;
|
||||
m->claim_data(pop.data);
|
||||
pop.data_included.swap(m->data_included);
|
||||
|
Loading…
Reference in New Issue
Block a user