home.nas: clean up some datasets
This commit is contained in:
parent
ab717f62e7
commit
884c6f73af
1 changed files with 0 additions and 29 deletions
|
@ -309,18 +309,12 @@ nodes['home.nas'] = {
|
||||||
'encrypted': {
|
'encrypted': {
|
||||||
'primarycache': 'metadata',
|
'primarycache': 'metadata',
|
||||||
},
|
},
|
||||||
'encrypted/download': {
|
|
||||||
'mountpoint': '/media/download',
|
|
||||||
},
|
|
||||||
'encrypted/nas': {
|
'encrypted/nas': {
|
||||||
'acltype': 'off',
|
'acltype': 'off',
|
||||||
'atime': 'off',
|
'atime': 'off',
|
||||||
'compression': 'off',
|
'compression': 'off',
|
||||||
'mountpoint': '/storage/nas',
|
'mountpoint': '/storage/nas',
|
||||||
},
|
},
|
||||||
'encrypted/paperless': {
|
|
||||||
'mountpoint': '/media/paperless',
|
|
||||||
},
|
|
||||||
'tank': {
|
'tank': {
|
||||||
'primarycache': 'metadata',
|
'primarycache': 'metadata',
|
||||||
},
|
},
|
||||||
|
@ -330,47 +324,24 @@ nodes['home.nas'] = {
|
||||||
'tank/download': {
|
'tank/download': {
|
||||||
'mountpoint': '/storage/download',
|
'mountpoint': '/storage/download',
|
||||||
},
|
},
|
||||||
'tank/nas': {
|
|
||||||
'acltype': 'off',
|
|
||||||
'atime': 'off',
|
|
||||||
'compression': 'off',
|
|
||||||
'mountpoint': '/media/nas_old',
|
|
||||||
},
|
|
||||||
'tank/paperless': {
|
'tank/paperless': {
|
||||||
'mountpoint': '/srv/paperless',
|
'mountpoint': '/srv/paperless',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'snapshots': {
|
'snapshots': {
|
||||||
'retain_per_dataset': {
|
'retain_per_dataset': {
|
||||||
'encrypted/download': {
|
|
||||||
'hourly': 6,
|
|
||||||
'daily': 0,
|
|
||||||
'weekly': 0,
|
|
||||||
'monthly': 0,
|
|
||||||
},
|
|
||||||
'encrypted/nas': {
|
'encrypted/nas': {
|
||||||
# juuuuuuuust to be sure.
|
# juuuuuuuust to be sure.
|
||||||
'daily': 14,
|
'daily': 14,
|
||||||
'weekly': 6,
|
'weekly': 6,
|
||||||
'monthly': 12,
|
'monthly': 12,
|
||||||
},
|
},
|
||||||
'encrypted/paperless': {
|
|
||||||
'daily': 14,
|
|
||||||
'weekly': 6,
|
|
||||||
'monthly': 24,
|
|
||||||
},
|
|
||||||
'tank/download': {
|
'tank/download': {
|
||||||
'hourly': 48,
|
'hourly': 48,
|
||||||
'daily': 0,
|
'daily': 0,
|
||||||
'weekly': 0,
|
'weekly': 0,
|
||||||
'monthly': 0,
|
'monthly': 0,
|
||||||
},
|
},
|
||||||
'tank/nas': {
|
|
||||||
# juuuuuuuust to be sure.
|
|
||||||
'daily': 14,
|
|
||||||
'weekly': 6,
|
|
||||||
'monthly': 12,
|
|
||||||
},
|
|
||||||
'tank/paperless': {
|
'tank/paperless': {
|
||||||
'daily': 14,
|
'daily': 14,
|
||||||
'weekly': 6,
|
'weekly': 6,
|
||||||
|
|
Loading…
Reference in a new issue