From 7bf77f9a49246d1b3bd2615aabc1b7a2cc815f81 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 18 Dec 2020 18:00:32 +0100 Subject: [PATCH] home.nas: add ZFS cache disk to S.M.A.R.T. checks --- nodes/home/nas.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 1f2dcc6..d754313 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -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': {