[3/3] Add omdb support-bundle collect subcommand#10376
Draft
smklein wants to merge 1 commit intomove-support-bundle-collection-cratefrom
Draft
[3/3] Add omdb support-bundle collect subcommand#10376smklein wants to merge 1 commit intomove-support-bundle-collection-cratefrom
omdb support-bundle collect subcommand#10376smklein wants to merge 1 commit intomove-support-bundle-collection-cratefrom
Conversation
c8cb3dd to
b8d58f2
Compare
Wires a new subcommand on omdb that calls into the `support-bundle-collection` crate to gather a bundle locally. Unlike the Nexus background task, this path does not register a row in the `support_bundle` table, does not transfer the bundle to a sled agent, and does not require Nexus to be up — it only needs CRDB, internal DNS, MGS, and sled-agents reachable on the underlay. This is intended for incident response: when Nexus is down (the most important time to gather a bundle), an operator can still produce one locally.
b8d58f2 to
adecbd6
Compare
5eefdfd to
9022f6d
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.
Wires a new subcommand on omdb that calls into the
support-bundle-collectioncrate to gather a bundle locally. Unlike the Nexus background task, this path does not register a row in thesupport_bundletable, does not transfer the bundle to a sled agent, and does not require Nexus to be up — it only needs CRDB, internal DNS, MGS, and sled-agents reachable on the underlay.This is intended for incident response: when Nexus is down (the most important time to gather a bundle), an operator can still produce one locally.
Builds on #10374 and #10375
Fixes #10371