]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: drop redundant comment 20347/head
authorsongweibin <song.weibin@zte.com.cn>
Wed, 7 Feb 2018 05:53:21 +0000 (13:53 +0800)
committersongweibin <song.weibin@zte.com.cn>
Wed, 7 Feb 2018 05:53:21 +0000 (13:53 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/osd/OSDMap.cc

index dabef2b31a49713a4f95bcb8a50a4cdeb4b90b39..45583d06e2215be470896d5344e6cc37782c99f7 100644 (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> {