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': {
|
'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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue