From e059d586c6399d85cb126544aa94f9e028255ea6 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 17 Feb 2015 15:11:14 -0800 Subject: [PATCH] ReplicatedBackend: use tbl for empty transaction to backfill peer also Fixes: 10908 Signed-off-by: Samuel Just --- src/osd/ReplicatedPG.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index d41d6e73884..6ba5c3bad56 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -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());