fix: harden GPU runtime convergence - #1396
Open
dholt wants to merge 1 commit into
Open
Conversation
Resolve the release-blocking SSH guard, peer-memory, DCGM, exporter, and Pyxis contracts while preserving standalone component behavior and fail-closed validation.
dholt
force-pushed
the
dholt/release-26.09-blockers
branch
from
September 4, 2026 22:23
adbefea to
bc571ff
Compare
dholt
marked this pull request as ready for review
September 4, 2026 23:08
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.
Problem
Several GPU-cluster paths diverged as newer DGX OS, Slurm, and Ubuntu releases
changed their service, module, package, and security defaults. In combination,
these gaps prevent a complete Slurm deployment with monitoring and Pyxis from
converging and validating reliably.
Changes
nv_peer_memto the in-treenvidia_peermemmodule.queries fail or return malformed data.
host-wide unprivileged-user-namespace policy.
read-only mounts.
hidden GPUs from SSH; allocated
srunvalidation remains authoritative.This incorporates and hardens the useful changes proposed in #1389 through
#1395. The GPU power/clock batching from #1393 remains separate because it is
an optimization rather than part of this correctness fix.
Validation
python3 -m unittest discover scripts/validation/tests— 25 tests passed,including failed, empty, malformed, exclusive, and last-user Slurm query
cases.
playbooks.
passed.
bc571ff9passed a fresh Ubuntu 24.04 GPU-backed Slurmdeployment and its immediate convergence rerun. The final playbook completed
with
failed=0; the validator proved direct-login GPU isolation, allocatedsrunGPU access, a populated custom-prefix Slurm exporter scrape with zerocollector errors, a GPU container through Pyxis/Enroot, and correct
exclusive/nonexclusive prolog selection.
the host-wide unprivileged-user-namespace restriction.
All 30 public CI checks pass at the validated commit.