From 6847d3fd6f7a6cd671cb7b4fa14240f0e6df3c09 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Mon, 24 Sep 2018 14:21:59 -0700 Subject: [PATCH] osd: Remove old bft= which has been superceded by backfill= Fixes: http://tracker.ceph.com/issues/36170 Caused by: 1b4f86cb0 Signed-off-by: David Zafman --- src/osd/PG.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 96b5add0b30..840c9249676 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -6327,8 +6327,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) -- 2.39.5