home.kodi-wohnzimmer: disable smart checks

This commit is contained in:
Franzi 2020-12-18 08:42:36 +01:00
parent 5f5c3d5207
commit ec62dfdb9a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,7 +3,7 @@ nodes['home.kodi-wohnzimmer'] = {
'bundles': {
'kodi',
'nfs-client',
'smartd',
#'smartd',
},
'groups': {
'debian-buster',
@ -38,11 +38,15 @@ nodes['home.kodi-wohnzimmer'] = {
},
},
},
'smartd': {
'disks': {
'/dev/sda',
},
},
# SSD has a high reported_uncorrect value, which means it's gonna
# break soon. We know that, but we don't care, since we got plenty
# of spares, and this isn't a mission-critical system.
# We'll fix it once it breaks.
#'smartd': {
# 'disks': {
# '/dev/sda',
# },
#},
'vm': {
'cpu': 2,
'ram': 4,