]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: dump locks passed to Locker::acquire_locks
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 16 Jan 2024 19:03:29 +0000 (14:03 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Mar 2024 15:38:02 +0000 (11:38 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 3057ec9572dd2c1805db09ffd5eaac8ab40a45b2)

src/mds/Locker.cc

index 0247be6db5df92c2a880eaa9deee76f94f9fbb4c..017cb74555df9482af61dc540dfef419491eb278 100644 (file)
@@ -226,6 +226,11 @@ bool Locker::acquire_locks(const MDRequestRef& mdr,
                           bool auth_pin_nonblocking)
 {
   dout(10) << "acquire_locks " << *mdr << dendl;
+  dout(20) << " lov = " << lov << dendl;
+  if (auth_pin_freeze) {
+    dout(20) << " auth_pin_freeze = " << *auth_pin_freeze << dendl;
+  }
+  dout(20) << " auth_pin_nonblocking=" << auth_pin_nonblocking << dendl;
 
   MarkEventOnDestruct marker(mdr, "failed to acquire_locks");