home.nas: rename zpool

This commit is contained in:
Franzi 2024-12-22 20:01:26 +01:00
parent 17ff238b24
commit 9395fcb7f5
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -264,7 +264,7 @@ nodes['home.nas'] = {
'zfs_arc_max_gb': 8,
},
'pools': {
'storage': {
'tank': {
'when_creating': {
'config': [
{
@ -321,22 +321,22 @@ nodes['home.nas'] = {
'encrypted/paperless': {
'mountpoint': '/media/paperless',
},
'storage': {
'tank': {
'primarycache': 'metadata',
},
'storage/opt-yate': {
'tank/opt-yate': {
'mountpoint': '/opt/yate',
},
'storage/download': {
'tank/download': {
'mountpoint': '/storage/download',
},
'storage/nas': {
'tank/nas': {
'acltype': 'off',
'atime': 'off',
'compression': 'off',
'mountpoint': '/media/nas_old',
},
'storage/paperless': {
'tank/paperless': {
'mountpoint': '/srv/paperless',
},
},
@ -359,19 +359,19 @@ nodes['home.nas'] = {
'weekly': 6,
'monthly': 24,
},
'storage/download': {
'tank/download': {
'hourly': 48,
'daily': 0,
'weekly': 0,
'monthly': 0,
},
'storage/nas': {
'tank/nas': {
# juuuuuuuust to be sure.
'daily': 14,
'weekly': 6,
'monthly': 12,
},
'storage/paperless': {
'tank/paperless': {
'daily': 14,
'weekly': 6,
'monthly': 24,