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

Add check_hw_slab_unreclaimable check #72

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

Conversation

treydock
Copy link
Contributor

This check is yet another way we're trying to identify when the Kernel has leaked memory and thus the node needs to be rebooted.

Check we're using looking for SUnreclaim > 5GB:

* || check_hw_slab_unreclaimable 5242880

Example of check in action:

[root@p0007 ~]# nhc -l-
ERROR:  nhc:  Health check failed:  check_hw_slab_unreclaimable:  Slab unreclaimable is too large (13424716 kB > 5242880 kB).
20181128 11:30:19 /usr/libexec/nhc/node-mark-offline p0007 check_hw_slab_unreclaimable:  Slab unreclaimable is too large (13424716 kB > 5242880 kB).
/usr/libexec/nhc/node-mark-offline:  Marking offline p0007 offline:  NHC: check_hw_slab_unreclaimable:  Slab unreclaimable is too large (13424716 kB > 5242880 kB).

@mej mej self-assigned this Jan 1, 2019
@mej mej added the enhancement label Jan 1, 2019
@mej mej added this to the 1.4.4 Release milestone Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants