Actions
Bug #58691
closedstore names of modules that register RADOS clients in the MgrMap
% Done:
100%
Source:
Development
Backport:
pacific,quincy,reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v18.0.0-2878-gcda85937c4f
Released In:
v19.2.0~2724
Upkeep Timestamp:
2025-07-12T18:43:10+00:00
Description
The MgrMap stores a list of RADOS clients' addresses registered by the
mgr modules. During failover of ceph-mgr, the list is used to blocklist
clients belonging to the failed ceph-mgr.
Store the names of the mgr modules that registered the RADOS clients
along with the clients' addresses in the MgrMap. During debugging, this
allows easy identification of the mgr module that registered a
particular RADOS client by just dumping the MgrMap (ceph mgr dump).
e.g.,
$ ceph mgr dump | jq '.active_clients[0]'
{
"name": "devicehealth",
"addrvec": [
{
"type": "v2",
"addr": "10.0.0.148:0",
"nonce": 612376578
}
]
}
Updated by Ramana Raja about 3 years ago
- Status changed from New to In Progress
- Pull request ID set to 50065
Updated by Ramana Raja about 3 years ago
- Status changed from In Progress to Fix Under Review
Updated by Ilya Dryomov about 3 years ago
- Status changed from Fix Under Review to Resolved
Updated by Konstantin Shalygin about 3 years ago
- Category set to ceph-mgr
- Target version set to v18.0.0
- % Done changed from 0 to 100
- Source set to Development
Updated by Ramana Raja about 3 years ago
- Status changed from Resolved to Pending Backport
- Backport set to reef,quincy
Updated by Ramana Raja about 3 years ago
- Status changed from Pending Backport to Fix Under Review
- Backport changed from reef,quincy to quincy,reef
Updated by Ramana Raja about 3 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot about 3 years ago
- Copied to Backport #58998: quincy: store names of modules that register RADOS clients in the MgrMap added
Updated by Upkeep Bot about 3 years ago
- Copied to Backport #58999: reef: store names of modules that register RADOS clients in the MgrMap added
Updated by Ilya Dryomov almost 3 years ago
- Related to Bug #56724: [rbd_support] recover from RADOS instance blocklisting added
Updated by Ilya Dryomov almost 3 years ago
- Backport changed from quincy,reef to pacific,quincy,reef
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #59737: pacific: store names of modules that register RADOS clients in the MgrMap added
Updated by Konstantin Shalygin over 2 years ago
- Tracker changed from Feature to Bug
- Status changed from Pending Backport to Resolved
- Regression set to No
- Severity set to 3 - minor
Updated by Upkeep Bot 8 months ago
- Merge Commit set to cda85937c4fe99866aa6130c8e91c54e5458314a
- Fixed In set to v18.0.0-2878-gcda85937c4f
- Released In set to v19.2.0~2724
- Upkeep Timestamp set to 2025-07-12T18:43:10+00:00
Actions