]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 17 Mar 2025 19:43:15 +0000 (15:43 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 8e88fb004521a3be1f4fbf4a5c195c4b6c40e3a0)

src/client/Client.cc

index 7fcab157c6bbcb90773268d6e7fad7bb7c95cd38..81e8ef2591d53191168005f89a03536d1e093aa9 100644 (file)
@@ -6622,6 +6622,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);