From 3057ec9572dd2c1805db09ffd5eaac8ab40a45b2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 16 Jan 2024 14:03:29 -0500 Subject: [PATCH] mds: dump locks passed to Locker::acquire_locks Signed-off-by: Patrick Donnelly --- src/mds/Locker.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mds/Locker.cc b/src/mds/Locker.cc index 9ba2b7284af1d..a0b818971bbe3 100644 --- a/src/mds/Locker.cc +++ b/src/mds/Locker.cc @@ -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"); -- 2.39.5