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

Automatically resolve ceph daemon crash #11273

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fbalak
Copy link
Contributor

@fbalak fbalak commented Jan 30, 2025

No description provided.

@fbalak fbalak self-assigned this Jan 30, 2025
@fbalak fbalak requested a review from a team as a code owner January 30, 2025 10:49
@pull-request-size pull-request-size bot added the size/S PR that changes 10-29 lines label Jan 30, 2025
Copy link

openshift-ci bot commented Jan 30, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fbalak

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fbalak fbalak force-pushed the resolve_daemon_crash branch from 49c8d82 to cc9c1ac Compare January 30, 2025 12:07
@@ -2489,13 +2489,15 @@ def check_ceph_health_not_ok():
sampler.wait_for_func_status(True)


def ceph_health_check(namespace=None, tries=20, delay=30):
def ceph_health_check(namespace=None, tries=20, delay=30, resolve_daemon_crash=True):
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel that the value resolve_daemon_crash should not be set as TRUE by default in some cases, we can actually miss a bug just by archiving it. Value should be set true for specific tests only and not default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S PR that changes 10-29 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants