home.nas: rename zpool
This commit is contained in:
parent
17ff238b24
commit
9395fcb7f5
1 changed files with 9 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue