]> 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)
committerMilind Changire <mchangir@redhat.com>
Sat, 25 Jan 2025 02:23:59 +0000 (07:53 +0530)
commit7b25c6641e05e4a1c39e22b24d899178d3486a73
tree1d353dd6c61a5619bd17014a805c2000789891fa
parent89751a32cbbe19c32037d4cb263060aa40fc99fc
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