mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
mds: include legacy client fsid in FSMap print
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
2dc5775449
commit
f4e53b9132
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user