]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: note mount parameters in debug log
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 27 Feb 2025 15:42:46 +0000 (10:42 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 27 Feb 2025 18:41:52 +0000 (13:41 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/client/Client.cc

index 5216a8af1b3ed2a61295b44f79bb17e217e71b5e..4223172fe07f9bd6c15966b6f46b0b7e07d0ef17 100644 (file)
@@ -6633,6 +6633,9 @@ int Client::mount(const std::string &mount_root, const UserPerm& perms,
   if (!mref_writer.is_first_writer()) // already mounting or mounted
     return 0;
 
+  ldout(cct, 1) << __func__ << ": " << mount_root << " " << perms
+                << " required_mds=" << require_mds << " fs_name=" << fs_name << dendl;
+
   std::unique_lock cl(client_lock);
 
   int r = subscribe_mdsmap(fs_name);