]> git.proxmox.com Git - pve-installer.git/commit
zfs: set acltype=posix for root-dataset
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 16 Nov 2023 15:00:41 +0000 (16:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Nov 2023 15:29:20 +0000 (16:29 +0100)
commitc4465c0890c3a71926e7982d0789b192a5d5aca9
tree359b0058f45f91ba5410493aa9eaeb191df1cbb9
parentdd19d40ceac179ba18652f1d6c3e4c23f246af00
zfs: set acltype=posix for root-dataset

journald as a core component tries setting a ACL on the journal files
for (non-root) users and fails on our ZFS installs.
Resulting in dmesg being spammed with messages from journald upon each
journal-rotation for each user upon their first login.

This is also suggested by OpenZFS in their Debian guide for root on
ZFS:
https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bookworm%20Root%20on%20ZFS.html

Tested by setting this on a machine of mine, where this has been
bugging for quite a while.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Proxmox/Install.pm