Disable / ignore suibuid error when ignore_chown_error is set #20939
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
podman --version
podman version 1.6.4
When setting the option
storage.options.ignore_chown_errors = "true"
in storage.conf, subuid are no longer required.However, podman still produce an error message on
podman run
which is misleading, and gives the incorrect impression that it may be involved with or be the root cause of any other issues that may be present, and at best send folks on a wild goose chase when there are issues arise.In other words, when ignore_chown_errors is explicitly set to true, presence in /etc/subuid should be seen as expected rather than an error
Steps to reproduce the issue
Steps to reproduce the issue
podman run fedora echo hi
Describe the results you received
Observed misleading error message
Describe the results you expected
No errors present
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: