ZFS extra attributes for mothership
This commit is contained in:
parent
44009e87bf
commit
d6ffd04adb
1 changed files with 11 additions and 1 deletions
|
@ -66,10 +66,20 @@
|
||||||
compression = "lz4";
|
compression = "lz4";
|
||||||
"com.sun:auto-snapshot" = "false";
|
"com.sun:auto-snapshot" = "false";
|
||||||
};
|
};
|
||||||
|
options.acltype = "posix";
|
||||||
datasets = {
|
datasets = {
|
||||||
root = {
|
root = {
|
||||||
zfs_type = "filesystem";
|
zfs_type = "filesystem";
|
||||||
options.mountpoint = "legacy";
|
options = {
|
||||||
|
mountpoint = "legacy";
|
||||||
|
autotrim = "on";
|
||||||
|
ashift = "12";
|
||||||
|
acltype = "posix";
|
||||||
|
dnodesize = "auto";
|
||||||
|
normalization = "formD";
|
||||||
|
relatime = "on";
|
||||||
|
xattr = "sa";
|
||||||
|
};
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue