]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: print the path depth to help debug mds issue
authorXiubo Li <xiubli@redhat.com>
Wed, 31 Jul 2024 02:48:01 +0000 (10:48 +0800)
committerJos Collin <jcollin@redhat.com>
Thu, 28 Aug 2025 04:04:39 +0000 (09:34 +0530)
commit761eb16125a795a445f115c24741364c741f29f2
treea7a751b978b18e2fe47f00d5e8ce5051a02cb01b
parent4e6b0aec049d1b03752a214efe224f33e0120a56
mds: print the path depth to help debug mds issue

From the path depth we can get more useful info, such as whether
the path_traverse() acquired any locks, etc.

Fixes: https://tracker.ceph.com/issues/67280
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 5d8aa5245cb7e5d819651898533130e463b373fe)
src/mds/MDCache.cc