-
Notifications
You must be signed in to change notification settings - Fork 802
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
"ERRO error unmounting" in overlayfs in buildah 1.20, regression #3126
Comments
Do you have fuse-overlayfs installed? |
Can you post the output of |
@nalind I think storage believes that rootless overlay will work, but since the test mount succeeds. And therefore we go a different code path. |
Yes, seems like I have it installed:
Also output of
And all info from CI job:
|
@sshnaidm Could you try to build podman with containers/storage#871 and see if it fixes your issue? |
I'm afraid I will need a guide how to build |
@sshnaidm If you're at the top level of the source tree, given the branch the PR's requesting we merge from, |
I think this is the same issue as #3120 |
@rhatdan I can confirm it works now: (only error message appears)
|
I think it can be closed, I use the workaround and fix is merged. |
Description
The error appears in Ansible Buildah connection tests after upgrade to 1.20, was passing fine with 1.19/1.18.
Steps to reproduce the issue:
buildah from --name=buildah-container python:2
buildah run buildah-container echo "dddd"
Describe the results you received:
With
buildah
version1.19.4
I have it working:Describe the results you expected:
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: