libstorage / libstoragemgmt

A library for storage management
https://libstorage.github.io/libstoragemgmt-doc/
GNU Lesser General Public License v2.1
82 stars 32 forks source link

lsm_local_disk_health_status_get: Add NVMe health check #455

Closed tasleson closed 3 years ago

tasleson commented 3 years ago

Add ability to check the health status for NVMe devices. We are using the get log page admin command with log page 2 (smart/health information) and checking the critical warning return byte.

Signed-off-by: Tony Asleson tasleson@redhat.com

tasleson commented 3 years ago

@tbzatek Please review this when you have a chance, thanks!