1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_smart_egcw - Endurance Group Critical Warning Summary
7
9 enum nvme_smart_egcw {
10 NVME_SMART_EGCW_SPARE ,
11 NVME_SMART_EGCW_DEGRADED ,
12 NVME_SMART_EGCW_RO
13
14 };
15
17 NVME_SMART_EGCW_SPARE
18 If set, then the available spare capacity of one or more
19 Endurance Groups has fallen below the threshold.
20
21 NVME_SMART_EGCW_DEGRADED
22 If set, then the reliability of one or more Endurance
23 Groups has been degraded due to significant media related
24 errors or any internal error that degrades NVM subsystem
25 reliability.
26
27 NVME_SMART_EGCW_RO
28 If set, then the namespaces in one or more Endurance Groups
29 have been placed in read only mode not as a result of a
30 change in the write protection state of a namespace.
31
32
33
34April 2023 enum nvme_smart_egcw libnvme(9)