diff --git a/nodes/home/nas.py b/nodes/home/nas.py index c9b630e..52a2bfd 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -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,