mirror of
https://github.com/nix-community/disko
synced 2024-11-15 00:27:07 +00:00
Merge pull request #793 from nix-community/joerg-ci
add workaround for failing zpool import test
This commit is contained in:
commit
430ba34990
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
zroot = {
|
||||
type = "zpool";
|
||||
mode = "mirror";
|
||||
# Workaround: cannot import 'zroot': I/O error in disko tests
|
||||
options.cachefile = "none";
|
||||
rootFsOptions = {
|
||||
compression = "zstd";
|
||||
"com.sun:auto-snapshot" = "false";
|
||||
|
|
Loading…
Reference in a new issue