From 0c5240e0614127a038691d7d22803426b1be9d15 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 29 May 2020 23:55:39 -0500 Subject: [PATCH] Ubuntu 20.04: Add a warning about disabling ACLs --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 9514879..ff5f020 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -383,6 +383,8 @@ Step 2: Disk Formatting ``-o acltype=posixacl`` (note: lowercase “o”) to the ``zfs create`` for ``/var/log``, as `journald requires ACLs `__ + Also, `disabling ACLs apparently breaks umask handling with NFSv4 + `__. - Setting ``normalization=formD`` eliminates some corner cases relating to UTF-8 filename normalization. It also implies ``utf8only=on``, which means that only UTF-8 filenames are allowed. If you care to