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>
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
[storage.options]
|
|
additionalimagestores = ["/usr/lib/containers/storage"]
|
|
|
|
[storage.options.overlay]
|
|
# mountopt specifies comma separated list of extra mount options
|
|
mountopt = "nodev,metacopy=on"
|