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>
5 lines
186 B
Plaintext
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"
|