-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retrieve generic information about NVMe disks
Add nvme-cli to Recommends and try to gather generic NVMe information from disks NOTE: we identify the NVMe disks using lsblk, because this doesn't require any special tools or alike then. We could use something like: nvme list --output-format=json | jq -r '.Devices[].DevicePath' But then we'd need to have jq available. Also, if there is no NVMe subsystem available (like often in VMs), then we'd get: { "error":"Failed to scan topology: No such file or directory" } ... in its *stdout* and would need to deal with that then. Closes: #5
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ Recommends: | |
mokutil, | ||
net-tools, | ||
numactl, | ||
nvme-cli, | ||
open-iscsi, | ||
parted, | ||
powermgmt-base, | ||
|
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