]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: include auth credential in session dump 64308/head
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 2 Jul 2025 15:21:35 +0000 (11:21 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Wed, 2 Jul 2025 16:06:48 +0000 (12:06 -0400)
commit53a6e4e2ef31df21a7c05fda88f4634b8aa3735e
tree26586f2947906a4a6b19205c253b8b9ee69e72ad
parentf768b9273887b71fd09e1c92ebbe6cced3dd26c8
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>
src/mds/SessionMap.cc