I usually run Ubuntu server in my LXC containers, but wanting to try Podman, which really only works well on a Redhat/Fedora base.
Even though this is working, when I run podman commands in the LXC guest, I see two errors/warnings in the host logs:
I really have no idea what those mean, and wondering if/how to resolve them (because even though it works, I like to understand if somehow I'm losing performance or something else might not work because of it).
Googling showed some matches, but it always seemed incidental to the problem being described/resolved.
Even though this is working, when I run podman commands in the LXC guest, I see two errors/warnings in the host logs:
Code:
overlayfs: conflicting options: userxattr,metacopy=on
overlayfs: fs on '/var/lib/containers/storage/overlay/l/M7PEJYQIJK7ZKMFO3QZEDB7VII' does not support file handles, falling back to xino=off.
I really have no idea what those mean, and wondering if/how to resolve them (because even though it works, I like to understand if somehow I'm losing performance or something else might not work because of it).
Googling showed some matches, but it always seemed incidental to the problem being described/resolved.
Last edited: