]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerXiubo Li <xiubli@redhat.com>
Wed, 31 Jul 2024 03:10:08 +0000 (11:10 +0800)
commit5d8aa5245cb7e5d819651898533130e463b373fe
tree1b74d3a194a539c5618616789b1037d170b07826
parent808ecbb54ce1954d87e5c24f23333868bbcb8cb0
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>
src/mds/MDCache.cc