kunsi-p14s: add zfs pool definition
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
5640556ad9
commit
3b78343219
1 changed files with 12 additions and 0 deletions
|
@ -147,6 +147,18 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'zfs': {
|
'zfs': {
|
||||||
|
'pools': {
|
||||||
|
'zroot': {
|
||||||
|
'when_creating': {
|
||||||
|
'config': [{
|
||||||
|
'devices': [
|
||||||
|
'/dev/disk/by-id/nvme-UMIS_RPETJ1T24MGE2QDQ_SS0L25218X3RC1BG1182-part2',
|
||||||
|
],
|
||||||
|
}],
|
||||||
|
'ashift': 12,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'datasets': {
|
'datasets': {
|
||||||
# this is not a complete list, but we can't create that
|
# this is not a complete list, but we can't create that
|
||||||
# structure using bundlewrap anyway, so there's no point
|
# structure using bundlewrap anyway, so there's no point
|
||||||
|
|
Loading…
Reference in a new issue