mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
ReplicatedBackend: use tbl for empty transaction to backfill peer also
Fixes: 10908 Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
1fa74bee3f
commit
e059d586c6
@ -7678,6 +7678,7 @@ Message * ReplicatedBackend::generate_subop(
|
||||
<< ", pinfo.last_backfill "
|
||||
<< pinfo.last_backfill << ")" << dendl;
|
||||
ObjectStore::Transaction t;
|
||||
t.set_use_tbl(op_t->get_use_tbl());
|
||||
::encode(t, wr->get_data());
|
||||
} else {
|
||||
::encode(*op_t, wr->get_data());
|
||||
|
Loading…
Reference in New Issue
Block a user