]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: include auth credential in session dump
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 2 Jul 2025 15:21:35 +0000 (11:21 -0400)
committerJos Collin <jcollin@redhat.com>
Wed, 27 Aug 2025 03:53:04 +0000 (09:23 +0530)
commit5a647a31d54c5b419885526b2326d76c1ce4fee6
tree97036f565c54c29bab5d9e38dae0106294d050d7
parentf78032f8959398f7b210db6e46896c38e2811852
mds: include auth credential in session dump

This looks like:

    [
        {
            "id": 4446,
            "auth_name": {
                "type": 16,
                "id": "x"
            },
        ...

Which would indicate it's a ceph-mgr with id "x".

Fixes: https://tracker.ceph.com/issues/71937
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 53a6e4e2ef31df21a7c05fda88f4634b8aa3735e)
src/mds/SessionMap.cc