Changes between Version 3 and Version 4 of NVMe_Support


Ignore:
Timestamp:
Apr 13, 2016, 11:51:17 AM (8 years ago)
Author:
Christian Franke
Comment:

Add smartd directives

Legend:

Unmodified
Added
Removed
Modified
  • NVMe_Support

    v3 v4  
    77- [http://ocz.com/enterprise/download/guides/ZDrive_6000_Series_Datasheet.pdf OCZ Z-Drive] specification, with vendor-specific smart log page (E0h)
    88== Smartmontools NVMe support ==
    9 Smartmontools supports NVMe starting from from version 6.5. Please note, that currently NVMe support is considered as experimental. Currently implemented features:
    10 - Basic information about controller name, firmware, capacity
     9Smartmontools supports NVMe starting from version 6.5. Please note, that currently NVMe support is considered as experimental. Currently implemented features:
     10- Basic information about controller name, firmware, capacity (`smartctl -i`)
    1111- SMART overall-health self-assessment test result and warnings (`smartctl -H`)
    1212- NVMe SMART attributes (`smartctl -A`)
    13 - NVMe error log (`smartctl -l error`)
     13- NVMe error log (`smartctl -l error[,NUM]`)
    1414- Ability to fetch any nvme log (`smartctl -l nvmelog,N,SIZE`)
    15 - Initial smartd support
     15- The `smartd` daemon tracks health (`-H`), error count (`-l error`) and temperature (`-W DIFF,INFO,CRIT`)
    1616
    1717Currently NVMe support is implemented on Linux, Windows and FreeBSD. Details about supported version/driver combinations are provided in the next section.