Actions
Bug #54571
closedcephadm: attempting to infer non-existent conf files
% Done:
0%
Source:
Backport:
quincy, pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Tags (freeform):
Merge Commit:
Fixed In:
v17.0.0-11276-gf5d0e61ecd6
Released In:
v18.2.0~2504
Upkeep Timestamp:
2025-07-14T06:14:07+00:00
Description
For example, if there is a file /var/lib/ceph/mon/mon-host1 cephadm will assume there is a legacy mon and therefore that it can infer the config from a mon. However, it will then try to get its config from /var/lib/ceph/<fsid>/mon.host1/config even though it doesn't exist. We need to not try to infer from legacy mons and also should generally verify the conf file exists before we try to infer it.
Updated by Adam King almost 4 years ago
- Status changed from In Progress to Pending Backport
- Backport set to quincy
- Pull request ID set to 45401
Updated by Upkeep Bot almost 4 years ago
- Copied to Backport #55271: quincy: cephadm: attempting to infer non-existent conf files added
Updated by Adam King almost 4 years ago
- Status changed from Pending Backport to Resolved
- Backport changed from quincy to quincy, pacific
should be fixed in 16.2.9 and 17.2.1
Updated by Upkeep Bot 8 months ago
- Merge Commit set to f5d0e61ecd6a057fc73a34415fffbe1681cc5e46
- Fixed In set to v17.0.0-11276-gf5d0e61ecd6
- Released In set to v18.2.0~2504
- Upkeep Timestamp set to 2025-07-14T06:14:07+00:00
Actions