View Issue Details

IDProjectCategoryView StatusLast Update
0000494AlmaLinux-9podmanpublic2025-01-06 18:07
Reportermichel Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformallOSAlmaLinux KittenOS Version10
Summary0000494: storage.conf contains invalid storage.options.overlay.pull_options* keys that podman cannot decode
DescriptionAlso affects CentOS Stream 10: https://issues.redhat.com/browse/RHEL-72835

Any podman operation results in this warning
```
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
Steps To Reproducesudo dnf install podman
podman image ls
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-01-06 18:07 michel New Issue