]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Remove old bft= which has been superceded by backfill= 24573/head
authorDavid Zafman <dzafman@redhat.com>
Mon, 24 Sep 2018 21:21:59 +0000 (14:21 -0700)
committerPrashant D <pdhange@redhat.com>
Sun, 14 Oct 2018 22:59:27 +0000 (18:59 -0400)
Fixes: http://tracker.ceph.com/issues/36170
Caused by: 1b4f86cb0

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 6847d3fd6f7a6cd671cb7b4fa14240f0e6df3c09)

src/osd/PG.cc

index 80b2e038aa676c10f6376600995265cf3f2717f4..c333715878821395aec0b1c6babc6c0932808a18 100644 (file)
@@ -6140,8 +6140,6 @@ ostream& operator<<(ostream& out, const PG& pg)
     }
   }
 
-  if (!pg.backfill_targets.empty())
-    out << " bft=" << pg.backfill_targets;
   out << " crt=" << pg.pg_log.get_can_rollback_to();
 
   if (pg.last_complete_ondisk != pg.info.last_complete)