Merge pull request #20347 from Songweibin/wip-osd-cleanup

osd: drop redundant comment

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
Xie Xingguo 2018-02-07 15:34:04 +08:00 committed by GitHub
commit 4d8bae0625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3194,8 +3194,6 @@ void OSDMap::print(ostream& out) const
for (const auto &addr : blacklist)
out << "blacklist " << addr.first << " expires " << addr.second << "\n";
// ignore pg_swap_primary
}
class OSDTreePlainDumper : public CrushTreeDumper::Dumper<TextTable> {