Skip to content

Conversation

@yati1998
Copy link
Contributor

there are new alerts introduced for odf
health score calculation. This commit adds
runbooks for each of them

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 12, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: yati1998
Once this PR has been reviewed and has the lgtm label, please assign blaineexe for approval. For more information see the Code Review Process.

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

Details 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

@yati1998
Copy link
Contributor Author

@aruniiird @weirdwiz please do have a look.

Copy link
Contributor

@weirdwiz weirdwiz left a comment

Choose a reason for hiding this comment

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

needs some changes

@@ -0,0 +1,37 @@
# ODFDiskUtilizationHigh
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# ODFDiskUtilizationHigh
# ODFCorePodRestarted

2. If CrashLoopBackOff: Check for configuration errors or version incompatibilities.
3. If node-related: Cordon and drain the node; replace if faulty.
4. Ensure HA: MONs should be ≥3; OSDs should be distributed.
5. Update: If due to a known bug, upgrade ODF to a fixed version. No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

add a new line here

Suggested change
5. Update: If due to a known bug, upgrade ODF to a fixed version.
5. Update: If due to a known bug, upgrade ODF to a fixed version.

Copy link
Contributor

Choose a reason for hiding this comment

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

no mitigation section? please add mitigation steps,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure of what mitigation steps should be added here, so I left it empty for now!!
@weirdwiz if you have any suggestions, we can discuss offline.

Copy link
Contributor

Choose a reason for hiding this comment

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

same here, add mitigation steps

Copy link
Contributor

Choose a reason for hiding this comment

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

The MTU runbook should mention how to verify jumbo frames work end-to-end

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure about this, maybe we can work on it once you are back.

Copy link
Contributor

Choose a reason for hiding this comment

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

existing runbooks reference shared helper documents like:

  • helpers/podDebug.md
  • helpers/troubleshootCeph.md
  • helpers/gatherLogs.md
  • helpers/networkConnectivity.md

the new runbooks embed all commands inline instead of referencing these. consider using helper links for consistency and maintainability.

ping <node-internal-ip>
```
4. Use mtr or traceroute to analyze path and hops.
5. Verify if the node is under high CPU or network load:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
5. Verify if the node is under high CPU or network load:
5. Verify if the node is under high CPU or network load:
oc debug node/<node>
top -b -n 1 | head -20
sar -u 1 5

sar -n DEV 1 5
```
3. Use Prometheus to graph:
```prompql
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
```prompql
```promql

@yati1998
Copy link
Contributor Author

@weirdwiz updated the PR except for the 2 comments, we can work on them once you are back.

there are new alerts introduced for odf
health score calculation. This commit adds
runbooks for each of them

Signed-off-by: yati1998 <ypadia@redhat.com>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 31, 2025

@yati1998: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/markdownlint 4efb275 link true /test markdownlint

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants