Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reef: qa/tasks/cephadm: enable mon_cluster_log_to_file #55431

Open
wants to merge 1 commit into
base: reef
Choose a base branch
from

Conversation

adk3798
Copy link
Contributor

@adk3798 adk3798 commented Feb 2, 2024

Without cluster_log_to_file we have nothing to grep for errors:

2023-10-27T16:06:59.111 DEBUG:teuthology.orchestra.run.smithi150:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/38cc7fce-74d9-11ee-8db9-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1
2023-10-27T16:06:59.141 INFO:teuthology.orchestra.run.smithi150.stderr:grep: /var/log/ceph/38cc7fce-74d9-11ee-8db9-212e2dc638e7/ceph.log: No such file or directory

Set mon_cluster_log_to_file = true.

Fixes: https://tracker.ceph.com/issues/63425
Signed-off-by: Dan van der Ster <dan.vanderster@clyso.com>
(cherry picked from commit 822e6b0)
(cherry picked from commit df79c84)
@adk3798 adk3798 added this to the reef milestone Feb 2, 2024
@idryomov
Copy link
Contributor

idryomov commented Feb 8, 2024

jenkins test windows

@idryomov
Copy link
Contributor

idryomov commented Feb 8, 2024

Not assigning to 18.2.x milestone until there is clarity on https://tracker.ceph.com/issues/64343.

@ljflores
Copy link
Contributor

Not assigning to 18.2.x milestone until there is clarity on https://tracker.ceph.com/issues/64343.

Thanks Ilya, my take on this is that we should run this through the rados/orch suite, get results, and then create a commit to address whitelisting as was done in this PR: #55523

Although, for reef (and quincy), I would prefer to have these pieces merge together.

Copy link
Contributor

@ljflores ljflores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking this until we have a commit to whitelist appropriate warnings in the rados/orch suite (I can help with this). We can put this PR through the rados suite, and then use the results to create the whitelist commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants