]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: include legacy client fsid in FSMap print 11283/head
authorJohn Spray <john.spray@redhat.com>
Fri, 30 Sep 2016 21:32:31 +0000 (22:32 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 30 Sep 2016 21:32:31 +0000 (22:32 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/FSMap.cc

index af798db1a2165317f5463b0489ee066b1249decb..d4d2a175759d7cd3bc0ca7162204673626bef690 100644 (file)
@@ -84,6 +84,7 @@ void FSMap::print(ostream& out) const
   out << "enable_multiple, ever_enabled_multiple: " << enable_multiple << ","
       << ever_enabled_multiple << std::endl;
   out << "compat: " << compat << std::endl;
+  out << "legacy client fscid: " << legacy_client_fscid << std::endl;
   out << " " << std::endl;
 
   if (filesystems.empty()) {