Actions
Bug #64314
closedcluster log: Cluster log level string representation missing in the cluster logs.
% Done:
0%
Source:
Backport:
squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v19.3.0-465-g5bdbb25f1b
Released In:
v20.2.0~3385
Upkeep Timestamp:
2025-11-01T01:20:38+00:00
Description
The Ceph cluster logs are missing the string equivalent [INF|WRN|ERR|DBG]
representation of the 'prio' field. This was broken since the introduction
of commit
https://github.com/ceph/ceph/pull/47830/commits/2901943618f071060f72d69cf632a4097e439df4
of PR: https://github.com/ceph/ceph/pull/47830.
Example from main:
2024-01-27T10:34:29.131337+0000 mon.a (mon.0) 106 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED)
Comparison with Reef run:
2024-02-01T08:43:00.216352+0000 mon.a (mon.0) 95 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED)
The translation of the cluster log level is not happening on 'main'
resulting in silent false positive test results since the check for
cluster badness won't turn up any matches.
Updated by Radoslaw Zarzynski about 2 years ago
- Status changed from New to Fix Under Review
Updated by Matan Breizman about 2 years ago
/a/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556215
/a/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556241
Updated by Sridhar Seshasayee about 2 years ago
- Status changed from Fix Under Review to Resolved
Updated by Sridhar Seshasayee almost 2 years ago
- Status changed from Resolved to Pending Backport
- Backport set to squid
Updated by Upkeep Bot almost 2 years ago
- Copied to Backport #65150: squid: cluster log: Cluster log level string representation missing in the cluster logs. added
Updated by Sridhar Seshasayee almost 2 years ago
- Status changed from Pending Backport to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 5bdbb25f1bc918f4e2f374be82249558f581acc3
- Fixed In set to v19.3.0-465-g5bdbb25f1bc
- Upkeep Timestamp set to 2025-07-11T16:18:49+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-465-g5bdbb25f1bc to v19.3.0-465-g5bdbb25f1b
- Upkeep Timestamp changed from 2025-07-11T16:18:49+00:00 to 2025-07-14T23:39:32+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~3385
- Upkeep Timestamp changed from 2025-07-14T23:39:32+00:00 to 2025-11-01T01:20:38+00:00
Actions