ZFS extra attributes for mothership

This commit is contained in:
Andrea Ciceri 2023-04-02 16:17:32 +02:00
parent 44009e87bf
commit d6ffd04adb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -66,10 +66,20 @@
compression = "lz4";
"com.sun:auto-snapshot" = "false";
};
options.acltype = "posix";
datasets = {
root = {
zfs_type = "filesystem";
options.mountpoint = "legacy";
options = {
mountpoint = "legacy";
autotrim = "on";
ashift = "12";
acltype = "posix";
dnodesize = "auto";
normalization = "formD";
relatime = "on";
xattr = "sa";
};
mountpoint = "/";
};
};