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