mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
* show osdmap content
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1402 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
b05d2d96c5
commit
dfb99b6f7e
@ -65,6 +65,9 @@ class MOSDMap : public Message {
|
||||
}
|
||||
|
||||
virtual char *get_type_name() { return "omap"; }
|
||||
void print(ostream& out) {
|
||||
out << "osdmap(" << get_first() << "," << get_last() << ")";
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user