]> git.apps.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>
Tue, 22 Mar 2016 12:08:49 +0000 (12:08 +0000)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/Monitor.cc

index 760d80a34c776d3fe6fd7f8538e0f0547fda0fc6..bc5fd3149b4b9ff00037fb5ff6d604f2aede37f5 100644 (file)
@@ -2474,7 +2474,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);