-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-9247 control,bio: Add PCIe link speed and width to NVMe health s… (
#14845) * DAOS-9247 control,bio: Add PCIe link speed and width to NVMe health stats (#14395) Add NVMe PCIe link speed and width details to the NVMe health stats returned from dmg storage query list-devices --health and dmg storage scan --nvme-health commands. The PCIe config space is fetched within the engine SPDK process (which is functional even when NVMe device is behind a VMD and bound to a userspace driver) and passed back to the control-plane over dRPC as a byte-string. The byte-string is formatted and passed to lspci to convert to human readable text. The output text is parsed and relevant entries converted into health stat fields to be printed in dmg output. Signed-off-by: Tom Nabarro <[email protected]>
- Loading branch information
Showing
48 changed files
with
2,195 additions
and
2,005 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
daos (2.6.0-5) unstable; urgency=medium | ||
[ Tom Nabarro ] | ||
* Add pciutils runtime dep for daos_server lspci call | ||
* Add libpci-dev build dep for pciutils CGO bindings | ||
|
||
-- Tom Nabarro <[email protected]>> Thu, 08 Aug 2024 12:00:00 -0000 | ||
|
||
daos (2.6.0-4) unstable; urgency=medium | ||
[ Jerome Soumagne ] | ||
* Bump mercury version to 2.4.0rc4 | ||
|
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
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.