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:
Samuel Just 2015-02-17 15:11:14 -08:00
parent 1fa74bee3f
commit e059d586c6

View File

@ -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());