]> git.proxmox.com Git - pve-container.git/commit
fix #4846: Avoid the outdated noacl mount option on ext4
authorFilip Schauer <f.schauer@proxmox.com>
Wed, 17 Apr 2024 14:35:53 +0000 (16:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 13:42:24 +0000 (15:42 +0200)
commitf300f30a8958c0c273326e1d92efd3eded074ed0
tree2893ecd9375b9f214f2c2e9ed33e34b5f21223fc
parent9ed0a053702f751efe938dccabf1af90f07c4369
fix #4846: Avoid the outdated noacl mount option on ext4

Do not use the 'noacl' mount option when mounting a container disk with
an ext4 file system. The option was deprecated in kernel commit
f70486055ee3 ("ext4: try to deprecate noacl and noxattr_user mount
options") (v3.4) as it no other filesystem exposed disabling ACL as
mount option, and then finally got removed in commit 2d544ec923db ("ext4:
remove deprecated noacl/nouser_xattr options") (v6.1).

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC.pm