home.kodi-wohnzimmer: disable smart checks
This commit is contained in:
parent
5f5c3d5207
commit
ec62dfdb9a
1 changed files with 10 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue