-
Notifications
You must be signed in to change notification settings - Fork 176
[Klaud Cold] mi300x runner: switch --nodelist pin to --exclude -049 #1532
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
Merged
+3
−4
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Documentation drift: KLAUD_DEBUG.md §5.3 (line 121) still describes
runners/launch_mi300x-amds.shas pinning salloc tochi-mi300x-[034-036,054,057-058]via--nodelist, but after this PR the script uses--exclude=chi-mi300x-049only. Consider updating that paragraph in the same PR so the operator playbook matches the new exclude-only strategy.Extended reasoning...
What the drift is
KLAUD_DEBUG.md§5.3 ("chi-mi300x-049—/nvme_homedisk-full") at line 121 currently reads:This PR replaces the
--nodelist=chi-mi300x-[034-036,054,057-058]...pin with--exclude=chi-mi300x-049.... Two specific claims in §5.3 become factually wrong on merge:-049.chi-mi300x-[034-036,054,057-058]is no longer the allowed set; per the PR description,-033/-035/-037may rejoin at any time and would be eligible.Why this matters
The file's own intro (lines 3–5) says it is a "running playbook" that should be read first when debugging, with an explicit instruction: "When you fix something not yet listed, add it here so the next session doesn't re-learn it." So §5.3 is a maintained operator-facing statement of current state, not historical context — the present-tense "now pins" framing is a live claim. The PR is itself a one-line behavior change motivated by exactly the
-049issue documented in §5.3, so updating that paragraph in this same PR keeps the playbook coherent.Step-by-step proof
KLAUD_DEBUG.mdline 121: it sayslaunch_mi300x-amds.sh"now pins salloc to only known-good mi300x nodes (chi-mi300x-[034-036,054,057-058])".runners/launch_mi300x-amds.shline 14: thesallocinvocation uses--exclude=chi-mi300x-049.ord.vultr.cpe.ice.amd.comand no--nodelistflag at all.-033/-035/-037(currentlydown*) would be allocated automatically if they come back up — which the PR description explicitly anticipates.How to fix
A one-line edit in the same PR. Suggested rewording for §5.3:
The watchdog/drain explanation in the rest of the paragraph remains accurate and can stay as-is.
Severity
nit — internal-debug-doc drift, not a runtime defect. Non-blocking, but a near-zero-cost fix that keeps the playbook honest about the very script this PR is changing.