]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedBackend: use tbl for empty transaction to backfill peer also
authorSamuel Just <sjust@redhat.com>
Tue, 17 Feb 2015 23:11:14 +0000 (15:11 -0800)
committerSamuel Just <sjust@redhat.com>
Tue, 17 Feb 2015 23:15:27 +0000 (15:15 -0800)
Fixes: 10908
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ReplicatedPG.cc

index d41d6e738845790cb3cc780d068ecb1edb611720..6ba5c3bad561e524de12c3dda29a4b80b3325bcb 100644 (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());