Project

General

Profile

Actions

Bug #64314

open

cluster log: Cluster log level string representation missing in the cluster logs.

Added by Sridhar Seshasayee 3 months ago. Updated about 2 months ago.

Status:
Pending Backport
Priority:
High
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
backport_processed
Backport:
squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

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.


Related issues 1 (1 open0 closed)

Copied to RADOS - Backport #65150: squid: cluster log: Cluster log level string representation missing in the cluster logs.In ProgressSridhar SeshasayeeActions
Actions

Also available in: Atom PDF