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>
void Session::dump(Formatter *f, bool cap_dump) const
{
f->dump_int("id", info.inst.name.num());
+ f->dump_object("auth_name", info.auth_name);
f->dump_object("entity", info.inst);
f->dump_string("state", get_state_name());
f->dump_int("num_leases", leases.size());