Closed bundi78 closed 7 months ago
@giuseppe PTAL
do you have any customization in storage.conf
?
opened a PR:
although the issue happens only when using the new partial pull code, and having convert_images=true
It's the "default" config provided by Arch Linux:
[storage]
driver = "overlay"
runroot = "/run/containers/storage"
graphroot = "/var/lib/containers/storage"
[storage.options]
additionalimagestores = [
]
pull_options = {enable_partial_images = "true", use_hard_links = "false", ostree_repos=""}
[storage.options.overlay]
mountopt = "nodev"
[storage.options.thinpool]
Issue Description
Since a few days, running
podman bud ...
stops with an error:It turns out, that
system-systemd\x2dcryptsetup.slice
is stored assystem-systemd\\x2dcryptsetup.slice
Running the same commands on a different machine works. What could lead to this behavior?
Steps to reproduce the issue
podman run --rm -it docker.io/archlinux/archlinux:base-20240401.0.226100 ls -l /usr/lib/systemd/system | grep system-sys
Describe the results you received
I got this on several build servers:
Describe the results you expected
This is what I got running the same command locally:
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
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