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