containers-common/00-storage-rootless.conf
Jindrich Novy a8fc88fc2a fix broken rootless storage.conf mount option (metacopy=on conflicts with userxattr)
Split storage vendor configuration into separate rootful and rootless
drop-in files so that metacopy=on is only used for rootful overlay
mounts where it is valid. Rootless overlay automatically enables
userxattr which conflicts with metacopy=on.

Upstream fix: https://github.com/podman-container-tools/container-libs/pull/954

Resolves: RHEL-191669
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2026-07-02 14:59:01 +02:00

5 lines
186 B
Plaintext

[storage.options.overlay]
# mountopt specifies comma separated list of extra mount options
# Note unlike the rootful config we cannot use metacopy=on as rootless user
mountopt = "nodev"