nodes: set some zfs caching metadata
This commit is contained in:
parent
9c74aed36e
commit
1e9a4417be
3 changed files with 11 additions and 0 deletions
|
@ -147,6 +147,13 @@ nodes['fkusei-locutus'] = {
|
|||
# this is not a complete list, but we can't create that
|
||||
# structure using bundlewrap anyway, so there's no point
|
||||
# in adding it here.
|
||||
'zroot': {
|
||||
'compression': 'lz4',
|
||||
'relatime': 'on',
|
||||
'xattr': 'sa',
|
||||
'primarycache': 'metadata'
|
||||
# encryption is enabled, too.
|
||||
},
|
||||
'zroot/system/journal': {
|
||||
'mountpoint': '/var/log/journal',
|
||||
'acltype': 'posix',
|
||||
|
|
|
@ -273,6 +273,9 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
'datasets': {
|
||||
'storage': {
|
||||
'primarycache': 'metadata',
|
||||
},
|
||||
'storage/backups': {},
|
||||
'storage/opt-yate': {
|
||||
'mountpoint': '/opt/yate',
|
||||
|
|
|
@ -167,6 +167,7 @@ nodes['kunsi-p14s'] = {
|
|||
'compression': 'lz4',
|
||||
'relatime': 'on',
|
||||
'xattr': 'sa',
|
||||
'primarycache': 'metadata'
|
||||
# encryption is enabled, too.
|
||||
},
|
||||
'zroot/movies': {
|
||||
|
|
Loading…
Reference in a new issue