mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
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 <dzafman@redhat.com>
This commit is contained in:
parent
9bf7c810a7
commit
6847d3fd6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user