-
Notifications
You must be signed in to change notification settings - Fork 59
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
podman.service fails to mkdir /overlay: operation not permitted #1417
Comments
Are you sure that this is not something from one of your containers? |
Seems to be working fine if I just boot a system with no configuration and try to start the service:
Maybe the way you have your system configured is exposing a bug? Can you share your butane config? |
Got reproducer. ( https://pastebin.com/raw/aU81VPSS )
This one containers/storage#1471 might be related |
ok I am able to reproduce locally with your reproducer. The key to triggering the failure is the
|
tagging in @giuseppe in case he might have an idea what's going on here. |
what is the version of Podman you are using? |
|
cannot reproduce on a regular F37 machine. Does it make any difference if you remove the |
Its working correctly without |
does it happen if you specify both |
I think the issue is with the empty |
opened a PR to error out when this happens: containers/storage#1510 |
Thanks @giuseppe - so the summary here is that the configuration is incomplete? I guess this was not erroring out previously but is now with the new podman 4.4, but ultimately the solution is to update the user's configuration? |
yes the issue is an incomplete configuration. In any case, Podman should detect it and not use the current working directory. |
@lukasmrtvy - can you update your configuration and try again? |
I'm going to close this out. @lukasmrtvy feel free to re-open if the updated configuration doesn't fix things. |
Describe the bug
podman.service fails to
, rootless and rootful podman commands are working correctly
Reproduction steps
Expected behavior
podman.service does not fail
Actual behavior
podman.service fails to
Error: mkdir /overlay: operation not permitted
System details
FCOS 37.20230213.20.0 from testing-devel
Butane or Ignition config
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: