mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Add SMART attributes for SSD and NVMe
This adds the SMART attributes required to probe Samsung SSD and NVMe (and possibly others) disks when using the "zpool status -c" command. Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: bunder2015 <omfgbunder@gmail.com> Closes #7183 Closes #7193
This commit is contained in:
committed by
Brian Behlendorf
parent
26cb4b8791
commit
ca0b376604
@@ -59,6 +59,7 @@ dist_zpoolexec_SCRIPTS = \
|
||||
zpool.d/pend_sec \
|
||||
zpool.d/off_ucor \
|
||||
zpool.d/ata_err \
|
||||
zpool.d/nvme_err \
|
||||
zpool.d/pwr_cyc \
|
||||
zpool.d/upath \
|
||||
zpool.d/vendor
|
||||
@@ -97,6 +98,7 @@ zpoolconfdefaults = \
|
||||
pend_sec \
|
||||
off_ucor \
|
||||
ata_err \
|
||||
nvme_err \
|
||||
pwr_cyc \
|
||||
upath \
|
||||
vendor
|
||||
|
||||
Reference in New Issue
Block a user