-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rootless] kernel 5.13rc6: not using native diff for overlay #947
Comments
have you tried the command with a fresh storage ( |
Yes:
It does NOT appear when being root. |
giuseppe
added a commit
to giuseppe/storage
that referenced
this issue
Jun 22, 2021
make sure "userxattr" is specified, otherwise the "user.overlay." xattrs are not treated specially and copied up as for the root case. Closes: containers#947 Signed-off-by: Giuseppe Scrivano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Podman throws an error about kernel lower than
4.8
would not using native diff for overlay, but I'm on a newer kernel.Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Since I'm on a later kernel than 4.8, it should use native diff for overlay.
Additional information you deem important (e.g. issue happens only occasionally):
I'm running podman rootless. I'm on kernel
5.13.0-051300rc6-generic
.Output of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Frankendebian: Debian Bullseye RC1 with Ubuntu Mainline kernel 5.13.0-051300rc6-generic on VirtualBox (AMD64)
The text was updated successfully, but these errors were encountered: