-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
CentOS Stream 10
-
None
-
Yes
-
None
-
rhel-sst-container-tools
-
None
-
False
-
-
None
-
None
-
None
-
None
-
All
-
None
What were you trying to do that didn't work?
Any podman operation
What is the impact of this issue to you?
podman still works but the output has spurious warnings
Please provide the package NVR for which the bug is seen:
$ rpm -q podman containers-common
podman-5.3.1-3.el10.x86_64
containers-common-0.60.2-13.el10.noarch
How reproducible is this bug?:
Always
Steps to reproduce
- sudo dnf install podman
- podman image ls
Expected results
No warnings
Actual results
WARN[0000] Failed to decode the keys ["storage.options.overlay.pull_options" "storage.options.overlay.pull_options" "storage.options.overlay.pull_options" "storage.options.overlay.pull_options.enable_partial_images" "storage.options.overlay.pull_options.use_hard_links" "storage.options.overlay.pull_options.ostree_repos" "storage.options.overlay.pull_options.convert_images"] from "/usr/share/containers/storage.conf"
If I copy storage.conf from /usr/share/containers/storage.conf to /etc/containers and comment out the last line (the "pull_options" key in the `storage.options.overlay` table) then the warning goes away