home.nas: clean up zfs datasets
This commit is contained in:
parent
6e677a7a0b
commit
ced6479b8e
1 changed files with 3 additions and 64 deletions
|
@ -67,26 +67,6 @@ nodes['home.nas'] = {
|
||||||
'/storage/nas/normen',
|
'/storage/nas/normen',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'dm-crypt': {
|
|
||||||
'encrypted-devices': {
|
|
||||||
'/dev/disk/by-id/ata-ST18000NM0092-3CX103_ZVV06JV7-part1': {
|
|
||||||
'dm-name': 'sg-ZVV06JV7-1',
|
|
||||||
'passphrase': bwpass.password('bw/home.nas/dmcrypt/sg-ZVV06JV7-1'),
|
|
||||||
},
|
|
||||||
'/dev/disk/by-id/ata-ST18000NM0092-3CX103_ZVV06JV7-part2': {
|
|
||||||
'dm-name': 'sg-ZVV06JV7-2',
|
|
||||||
'passphrase': bwpass.password('bw/home.nas/dmcrypt/sg-ZVV06JV7-2'),
|
|
||||||
},
|
|
||||||
'/dev/disk/by-id/ata-ST18000NM0092-3CX103_ZVV06SLR-part1': {
|
|
||||||
'dm-name': 'sg-ZVV06SLR-1',
|
|
||||||
'passphrase': bwpass.password('bw/home.nas/dmcrypt/sg-ZVV06SLR-1'),
|
|
||||||
},
|
|
||||||
'/dev/disk/by-id/ata-ST18000NM0092-3CX103_ZVV06SLR-part2': {
|
|
||||||
'dm-name': 'sg-ZVV06SLR-2',
|
|
||||||
'passphrase': bwpass.password('bw/home.nas/dmcrypt/sg-ZVV06SLR-2'),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'groups': {
|
'groups': {
|
||||||
'nas': {},
|
'nas': {},
|
||||||
},
|
},
|
||||||
|
@ -271,58 +251,14 @@ nodes['home.nas'] = {
|
||||||
'ashift': 12,
|
'ashift': 12,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'encrypted': {
|
|
||||||
'when_creating': {
|
|
||||||
'config': [
|
|
||||||
# These are new and fancy "dual actuator"
|
|
||||||
# drives, partitioned into two partitions
|
|
||||||
# taking 50% of the disk each.
|
|
||||||
{
|
|
||||||
'type': 'mirror',
|
|
||||||
'devices': {
|
|
||||||
'/dev/mapper/sg-ZVV06JV7-1',
|
|
||||||
'/dev/mapper/sg-ZVV06SLR-1',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'type': 'mirror',
|
|
||||||
'devices': {
|
|
||||||
'/dev/mapper/sg-ZVV06JV7-2',
|
|
||||||
'/dev/mapper/sg-ZVV06SLR-2',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
'ashift': 12
|
|
||||||
},
|
|
||||||
'needs': {
|
|
||||||
'action:dm-crypt_open_sg-ZVV06JV7-1',
|
|
||||||
'action:dm-crypt_open_sg-ZVV06JV7-2',
|
|
||||||
'action:dm-crypt_open_sg-ZVV06SLR-1',
|
|
||||||
'action:dm-crypt_open_sg-ZVV06SLR-2',
|
|
||||||
},
|
|
||||||
# see comment in bundle:backup-server
|
|
||||||
'unless': 'zpool import encrypted',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
'datasets': {
|
'datasets': {
|
||||||
'encrypted': {
|
|
||||||
'primarycache': 'metadata',
|
|
||||||
},
|
|
||||||
'encrypted/nas': {
|
|
||||||
'acltype': 'off',
|
|
||||||
'atime': 'off',
|
|
||||||
'compression': 'off',
|
|
||||||
'mountpoint': '/media/nas',
|
|
||||||
},
|
|
||||||
'storage': {
|
'storage': {
|
||||||
'primarycache': 'metadata',
|
'primarycache': 'metadata',
|
||||||
},
|
},
|
||||||
'storage/opt-yate': {
|
'storage/opt-yate': {
|
||||||
'mountpoint': '/opt/yate',
|
'mountpoint': '/opt/yate',
|
||||||
},
|
},
|
||||||
'storage/f2k1de': {
|
|
||||||
'mountpoint': '/storage/f2k1de',
|
|
||||||
},
|
|
||||||
'storage/download': {
|
'storage/download': {
|
||||||
'mountpoint': '/storage/download',
|
'mountpoint': '/storage/download',
|
||||||
},
|
},
|
||||||
|
@ -331,6 +267,9 @@ nodes['home.nas'] = {
|
||||||
'mountpoint': '/storage/inbox',
|
'mountpoint': '/storage/inbox',
|
||||||
},
|
},
|
||||||
'storage/nas': {
|
'storage/nas': {
|
||||||
|
'acltype': 'off',
|
||||||
|
'atime': 'off',
|
||||||
|
'compression': 'off',
|
||||||
'mountpoint': '/storage/nas',
|
'mountpoint': '/storage/nas',
|
||||||
},
|
},
|
||||||
'storage/paperless': {
|
'storage/paperless': {
|
||||||
|
|
Loading…
Reference in a new issue