Actions
Bug #58647
closedlast_failure_osd_epoch and active_clients are dumped under always_on_modules in "ceph mgr dump" output
% Done:
100%
Source:
Backport:
pacific,quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v18.0.0-2604-g188d7e7ab9f
Released In:
v18.2.0~429
Upkeep Timestamp:
2025-07-12T18:43:33+00:00
Description
...
"services": {},
"always_on_modules": {
"octopus": [
"balancer",
"crash",
"devicehealth",
"orchestrator",
"pg_autoscaler",
"progress",
"rbd_support",
"status",
"telemetry",
"volumes"
],
"pacific": [
"balancer",
"crash",
"devicehealth",
"orchestrator",
"pg_autoscaler",
"progress",
"rbd_support",
"status",
"telemetry",
"volumes"
],
"quincy": [
"balancer",
"crash",
"devicehealth",
"orchestrator",
"pg_autoscaler",
"progress",
"rbd_support",
"status",
"telemetry",
"volumes"
],
"reef": [
"balancer",
"crash",
"devicehealth",
"orchestrator",
"pg_autoscaler",
"progress",
"rbd_support",
"status",
"telemetry",
"volumes"
],
"last_failure_osd_epoch": 0,
"active_clients": [
{
"addrvec": [
{
"type": "v2",
"addr": "172.21.9.34:0",
"nonce": 3912710038
}
]
}
]
}
}
This is wrong as these fields have nothing to do with the list (technically a dictionary) of always-on modules.
Updated by Ilya Dryomov about 3 years ago
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 50006
Updated by Ilya Dryomov about 3 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot about 3 years ago
- Copied to Backport #58875: pacific: last_failure_osd_epoch and active_clients are dumped under always_on_modules in "ceph mgr dump" output added
Updated by Upkeep Bot about 3 years ago
- Copied to Backport #58876: quincy: last_failure_osd_epoch and active_clients are dumped under always_on_modules in "ceph mgr dump" output added
Updated by Konstantin Shalygin almost 3 years ago
- Status changed from Pending Backport to Resolved
- % Done changed from 0 to 100
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 188d7e7ab9f17ac6e4956ec9c99d697e05c20887
- Fixed In set to v18.0.0-2604-g188d7e7ab9f
- Released In set to v18.2.0~429
- Upkeep Timestamp set to 2025-07-12T18:43:33+00:00
Actions