grafana/osdc: add hf-cache OOM-killed-mounts panel#916
Merged
Conversation
Collaborator
|
Do you have a demo link? |
Contributor
Author
Ah, forgot to link it, It's here, the bottom chart. I'm in the middle of adding highlight for this one. The threshold would be flat 0 |
jathu
approved these changes
Jul 17, 2026
huydhn
force-pushed
the
hf-cache-oom-dashboard-panel
branch
from
July 17, 2026 22:20
70dfbd1 to
b94478a
Compare
Counts nodes whose per-node hf-cache rclone mount was OOM-killed (kube_pod_container_status_last_terminated_reason, container=rclone, reason=OOMKilled) — a broken node-wide /mnt/hf_cache FUSE mount. Surfaces the small-tier OOM stat that previously required manual kubectl queries.
…#917) pytorch#917 raised the CPU catch-all and 1-GPU reserves to 640Mi in deploy.sh but the smoke test's MOUNT_TIERS still asserted 256Mi/512Mi, failing 'deploy-fast / Smoke tests'. Sync the smoke-test expectations to deploy.sh.
huydhn
force-pushed
the
hf-cache-oom-dashboard-panel
branch
2 times, most recently
from
July 18, 2026 23:25
c259a63 to
4a7ac1b
Compare
…+ soft-capped axis - thresholds: green@0, red@1 (line+area) so any OOM'd mount (>=1 node) turns red - query 'or vector(0)': no series (0 OOM) renders as 0/green instead of 'No data' - decimals: 0 so the y-axis shows integers only (node counts) - axisSoftMax: 5 keeps the calm-view axis readable for a few nodes, but still expands for a real wave (no clipping / no understating an incident) palette-classic-by-name kept for per-cluster series.
huydhn
force-pushed
the
hf-cache-oom-dashboard-panel
branch
from
July 19, 2026 07:06
4a7ac1b to
95dbaa4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a timeseries panel hf-cache Mounts Broken by rclone OOM [cluster] to the OSDC dashboard.
hf-cache runs one rclone DaemonSet pod per node serving /mnt/hf_cache, so an OOMKilled rclone container = a broken node-wide FUSE mount (usually wedged in CreateContainerError until the node is recycled). This surfaces, per cluster, the small-tier OOM count that until now needed manual kubectl queries.
Preview
Dashboard