]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: s/mdsmap/fsmap/ in "ceph status"
authorJohn Spray <john.spray@redhat.com>
Wed, 16 Mar 2016 12:52:11 +0000 (12:52 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 16 Mar 2016 13:07:22 +0000 (13:07 +0000)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/Monitor.cc

index ceea9f1ce1b70ee03ab8939e97869082eadffcd7..709c59a8e53d07fdcfabf5aac783ed018dc4c3af 100644 (file)
@@ -2473,7 +2473,7 @@ void Monitor::get_cluster_status(stringstream &ss, Formatter *f)
     ss << "            election epoch " << get_epoch()
        << ", quorum " << get_quorum() << " " << get_quorum_names() << "\n";
     if (mdsmon()->fsmap.any_filesystems()) {
-      ss << "     mdsmap " << mdsmon()->fsmap << "\n";
+      ss << "      fsmap " << mdsmon()->fsmap << "\n";
     }
 
     osdmon()->osdmap.print_summary(NULL, ss);