linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 637 forks source link

nvme-print: Print PEL reserved event string #2380

Closed ikegami-t closed 2 weeks ago

ikegami-t commented 2 weeks ago

Previously PEL reserved event output as NULL string. This resolves to print as reserved event with the event type value.

igaw commented 2 weeks ago

Thanks!