Added node boot order support#3309
Merged
rachel-netq merged 5 commits intoJul 15, 2026
Merged
Conversation
…RM-4786165] Add a Boot Order section to the JSON topology examples and a boot option to the DOT customizations, covering single-device and ordered-list forms, accepted devices (hd/network/cdrom), pxehost mutual-exclusivity, and the cdrom-requires-attached-image constraint.
sausuman-nvidia
marked this pull request as ready for review
July 13, 2026 06:54
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Contributor
Author
|
@rachel-netq could you please review? I'm opening this from a fork and don't have permission to add reviewers directly. This documents the node boot order feature (Beta) — please merge only after the backing code MRs listed in the description are merged. Thanks! |
daroor-rgb
reviewed
Jul 13, 2026
|
|
||
| By default a node boots from its disk (`hd`). Use the optional `boot` attribute to choose the boot device, or to specify an ordered list of devices to try. Provide either: | ||
|
|
||
| - **A single device** — for example `"hd"` or `"network"`. The default is `"hd"`. |
There was a problem hiding this comment.
can we also please update example to include "cdrom" as these are the only possible types for boot
Contributor
Author
There was a problem hiding this comment.
Done in be2826f — added cdrom to the single-device example (now "hd", "network", or "cdrom"). Thanks!
daroor-rgb
reviewed
Jul 13, 2026
| Check out the latest updates to {{<exlink url="https://dsx-air.nvidia.com" text="NVIDIA DSX Air">}}. | ||
|
|
||
| ## July 2026 | ||
| ### <release version — TBD> |
Contributor
Author
There was a problem hiding this comment.
Done in be2826f — set the version to 82.2.1.21.1000. Thanks!
…-4786165] Reproduce the internal air-scribe boot-order documentation verbatim (full list-behavior description + dedicated CD-ROM section) instead of a trimmed version. Only correctness fixes applied: use top-level `boot` (import ignores user-supplied `advanced`), drop the internal-review TODO comments.
… example [RM-4786165] - Whats-New: set version to 82.2.1.21.1000 (per review) - Custom-Topology: include cdrom in the single-device boot example
|
LGTM |
rachel-netq
self-requested a review
July 13, 2026 15:28
rachel-netq
approved these changes
Jul 15, 2026
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 node boot order documentation to the DSX Air guide, since node boot order is being added to Air (Beta):
Added a Boot Order section to Custom-Topology.md covering the JSON⚠️ version still TBD — set before merge).
bootattribute (a single device or an ordered list ofhd/network/cdrom) and the equivalent DOTbootoption.Added a What's New entry (
Backing code MRs (GitLab, nbu-sws/air) — please merge only after these are merged: