-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error: database volume path does not match our volume path: database configuration mismatch #23515
Comments
@mheon PTAL |
Ah, I see now. Volume path doesn't exist, so evalSymlinksIfExists doesn't have a symlink to evaluate and so just cleans the path, leading to a Best solution probably just to create the path as part of Podman init. As a workaround, you can |
Also having this issue on fedora silverblue after rpm-ostree update |
Uh-oh, we didn’t cherry pick this into 5.2.1. Will probably require a
second patch release. We want this in the next stable RHEL release
…On Fri, Aug 16, 2024 at 09:42 Joaquin Dominguez ***@***.***> wrote:
Also having this issue on fedora silverblue after rpm-ostree update
—
Reply to this email directly, view it on GitHub
<#23515 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCHXALEOBT7SG2DMKJTZRX6VXAVCNFSM6AAAAABMBXBSBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTGUZTMNZXG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Strictly speaking we don't need the path yet, but it existing prevents a lot of strangeness in our path-checking logic to validate the current Podman configuration, as it was the only path that might not exist this early in init. Fixes containers#23515 Signed-off-by: Matt Heon <mheon@redhat.com>
Having same problem as @j-dominguez9 on Fedora Kionite. Fixed it by running what was mentioned above |
Issue Description
Starting with podman-5.2.0-1.el10, I get the following error in centos-bootc(rpm-ostree) rootless mode
home -> var/home
$HOME=/home/admin
This bug starts with CentOS-Stream-10-20240805.0 with podman-5.2.0-1.el10
No exists on CentOS-Stream-10-20240802.0 with podman-5.1.2-2.el10
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
podman system info
podman info output
The text was updated successfully, but these errors were encountered: