]> git.apps.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>
Wed, 20 Mar 2024 14:56:52 +0000 (10:56 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/Locker.cc

index 9ba2b7284af1d425503bd946eb364b5671653438..a0b818971bbe31e1c5cad2a3d4e73c2ec0292a55 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");