also test zfs filesystem options

This commit is contained in:
Jörg Thalheim 2022-08-26 09:07:24 +02:00
parent 05a90d4227
commit 57b7c5506a
2 changed files with 22 additions and 0 deletions

View file

@ -12,11 +12,16 @@
zroot = {
type = "zpool";
mode = "mirror";
rootFsOptions = {
compression = "lz4";
"com.sun:auto-snapshot" = "false";
};
datasets = [
{
type = "zfs_filesystem";
name = "zfs_fs";
mountpoint = "/zfs_fs";
options."com.sun:auto-snapshot" = "true";
}
{
type = "zfs_filesystem";