home.nas: clean up nodefile
This commit is contained in:
parent
6483f863ff
commit
06a94d7cba
1 changed files with 0 additions and 33 deletions
|
@ -96,11 +96,6 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'jellyfin': {
|
||||
'restrict-to': {
|
||||
'home.lgtv-wohnzimmer',
|
||||
},
|
||||
},
|
||||
'mixcloud-downloader': {
|
||||
'netrc': {
|
||||
'soundcloud': {
|
||||
|
@ -178,10 +173,6 @@ 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': {
|
||||
|
@ -250,20 +241,6 @@ nodes['home.nas'] = {
|
|||
'/dev/disk/by-id/ata-WDC_WD6003FFBX-68MU3N0_V8J8ZKRR',
|
||||
},
|
||||
},
|
||||
# {
|
||||
# 'type': 'log',
|
||||
# 'devices': {
|
||||
# '/dev/disk/by-id/ata-TS64GSSD370_B807810503-part1',
|
||||
# '/dev/disk/by-id/ata-TS64GSSD370_B807810527-part1',
|
||||
# },
|
||||
# },
|
||||
# {
|
||||
# 'type': 'cache',
|
||||
# 'devices': {
|
||||
# '/dev/disk/by-id/ata-TS64GSSD370_B807810503-part2',
|
||||
# '/dev/disk/by-id/ata-TS64GSSD370_B807810527-part2',
|
||||
# },
|
||||
# },
|
||||
],
|
||||
'ashift': 12,
|
||||
},
|
||||
|
@ -279,10 +256,6 @@ nodes['home.nas'] = {
|
|||
'storage/download': {
|
||||
'mountpoint': '/storage/download',
|
||||
},
|
||||
'storage/inbox': {
|
||||
'quota': str(1024*1024*1024*1024), # 1TB
|
||||
'mountpoint': '/storage/inbox',
|
||||
},
|
||||
'storage/nas': {
|
||||
'acltype': 'off',
|
||||
'atime': 'off',
|
||||
|
@ -312,12 +285,6 @@ nodes['home.nas'] = {
|
|||
'weekly': 6,
|
||||
'monthly': 24,
|
||||
},
|
||||
'storage/scan': {
|
||||
'hourly': 6,
|
||||
'daily': 0,
|
||||
'weekly': 0,
|
||||
'monthly': 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue