-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store NVMe firmware metadata in inventory collection (#6275)
With #5706 merged and later reenabled in #6026 we now want to store this data in CRDB so that it can be used by blueprints and reconfigurator. `nexus_types::inventory::PhysicalDisk` now has a `firmware` field that is exposed as an enum called `PhysicalDiskFirmware`. Today we only have `Unknown` and `Nvme` variants but this can later be expanded upon if we ever start using additional disk types such as SCSI/SATA etc. Finally I have included an updated version of `omdb db inventory physical-disks` that will include the currently active firmware as well as the next active firmware if a new version has been staged.
- Loading branch information
1 parent
c394189
commit 356c9bf
Showing
20 changed files
with
807 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.