-
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
generate kube fails with: no matching entries in passwd file #2304
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Feb 10, 2019
ok, i am able to replicate ... it is something specific with the images or containers. |
@mheon , what would case c.state.Mount to return "" when the container is running? I can see it in mounts as well.
|
That shouldn't be possible - definitely a bug. We might be missing a Save() on container state somewhere. |
@mheon ok, lets discuss monday |
if you want to see how pod is created, the ansible is in #2303 |
baude
added a commit
to baude/podman
that referenced
this issue
Feb 11, 2019
when checking for a container's mountpoint, you must lock and sync the container or the result may be "". Fixes: containers#2304 Signed-off-by: baude <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 24, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I try saving AWX pod with four containers into yaml.
podman generate kube awx
fails to generate awx.yaml.Steps to reproduce the issue:
generate pod
add four containers into it
do
sudo podman generate kube awx
Describe the results you received:
Describe the results you expected:
I would have expected awx.yaml file with info about 4 different containers.
Additional information you deem important (e.g. issue happens only occasionally):
Happens always.
Output of
podman version
:This is on Fedora 29
Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Fedora 29 up to date on laptop.
Here's container and pod inspect (volumes removed, as it fails too, that's another issue):
The text was updated successfully, but these errors were encountered: