home.nas: add ZFS cache disk to S.M.A.R.T. checks
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
da4b139095
commit
7bf77f9a49
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ nodes['home.nas'] = {
|
|||
'smartd': {
|
||||
'disks': {
|
||||
'/dev/nvme0',
|
||||
|
||||
# ZFS cache disks
|
||||
'/dev/disk/by-id/ata-TS64GSSD370_B807810503',
|
||||
'/dev/disk/by-id/ata-TS64GSSD370_B807810527',
|
||||
},
|
||||
},
|
||||
'systemd-networkd': {
|
||||
|
|
Loading…
Reference in a new issue