fix(tower01): Import data zpool
Some checks failed
Build all the nodes / ap01 (push) Failing after 39s
Build all the nodes / bridge01 (push) Failing after 1m4s
Build all the nodes / build01 (push) Failing after 1m4s
Build all the nodes / cof02 (push) Failing after 1m4s
Build all the nodes / compute01 (push) Failing after 1m23s
Build all the nodes / geo02 (push) Failing after 1m0s
Build all the nodes / geo01 (push) Failing after 1m1s
Build all the nodes / hypervisor01 (push) Failing after 1m0s
Build all the nodes / netaccess01 (push) Failing after 24s
Build all the nodes / hypervisor02 (push) Failing after 58s
Build all the nodes / netcore01 (push) Failing after 23s
Build all the nodes / netcore00 (push) Failing after 25s
Build all the nodes / hypervisor03 (push) Failing after 58s
Build all the nodes / netcore02 (push) Failing after 23s
Build all the nodes / lab-router01 (push) Failing after 59s
Build all the nodes / iso (push) Failing after 1m8s
Build the shell / build-shell (push) Failing after 24s
Run pre-commit on all files / pre-commit (push) Successful in 27s
Build all the nodes / storage01 (push) Failing after 59s
Build all the nodes / tower01 (push) Failing after 1m1s
Build all the nodes / krz01 (push) Failing after 1m46s
Build all the nodes / vault01 (push) Failing after 1m2s
Build all the nodes / web02 (push) Failing after 1m2s
Build all the nodes / rescue01 (push) Failing after 1m12s
Build all the nodes / web03 (push) Failing after 1m4s
Build all the nodes / web01 (push) Failing after 1m21s
Some checks failed
Build all the nodes / ap01 (push) Failing after 39s
Build all the nodes / bridge01 (push) Failing after 1m4s
Build all the nodes / build01 (push) Failing after 1m4s
Build all the nodes / cof02 (push) Failing after 1m4s
Build all the nodes / compute01 (push) Failing after 1m23s
Build all the nodes / geo02 (push) Failing after 1m0s
Build all the nodes / geo01 (push) Failing after 1m1s
Build all the nodes / hypervisor01 (push) Failing after 1m0s
Build all the nodes / netaccess01 (push) Failing after 24s
Build all the nodes / hypervisor02 (push) Failing after 58s
Build all the nodes / netcore01 (push) Failing after 23s
Build all the nodes / netcore00 (push) Failing after 25s
Build all the nodes / hypervisor03 (push) Failing after 58s
Build all the nodes / netcore02 (push) Failing after 23s
Build all the nodes / lab-router01 (push) Failing after 59s
Build all the nodes / iso (push) Failing after 1m8s
Build the shell / build-shell (push) Failing after 24s
Run pre-commit on all files / pre-commit (push) Successful in 27s
Build all the nodes / storage01 (push) Failing after 59s
Build all the nodes / tower01 (push) Failing after 1m1s
Build all the nodes / krz01 (push) Failing after 1m46s
Build all the nodes / vault01 (push) Failing after 1m2s
Build all the nodes / web02 (push) Failing after 1m2s
Build all the nodes / rescue01 (push) Failing after 1m12s
Build all the nodes / web03 (push) Failing after 1m4s
Build all the nodes / web01 (push) Failing after 1m21s
This commit is contained in:
parent
d28d2ac5e5
commit
361572d013
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
|||
device = "rootfs/var";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/data" = {
|
||||
device = "data";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue