Skip to content
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

podman machine Starting field not updated (on macOS) #14738

Closed
Tracked by #303
benoitf opened this issue Jun 27, 2022 · 4 comments · Fixed by #14742
Closed
Tracked by #303

podman machine Starting field not updated (on macOS) #14738

benoitf opened this issue Jun 27, 2022 · 4 comments · Fixed by #14742
Assignees
Labels
Good First Issue This issue would be a good issue for a first time contributor to undertake. 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. machine

Comments

@benoitf
Copy link
Contributor

benoitf commented Jun 27, 2022

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description

I've tested on macOS

podman machine start command is not updating the starting field
Steps to reproduce the issue:

  1. execute podman machine start

  2. run podman machine list --format json command

  3. Starting is set to false

It never reached true

Describe the results you received:

I receive "Starting": false all the time

Describe the results you expected:
I should get Starting: true as soon as I enter the command podman machine start and it should be set to true until machine is Running (or fails due to an error)

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

v4.1.1

Output of podman info --debug:

(paste your output here)

Package info (e.g. output of rpm -q podman or apt list podman):

(paste your output here)

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)

Yes/No

Additional environment details (AWS, VirtualBox, physical, etc.):

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 27, 2022
@rhatdan rhatdan added the Good First Issue This issue would be a good issue for a first time contributor to undertake. label Jun 27, 2022
@rhatdan
Copy link
Member

rhatdan commented Jun 27, 2022

@ashley-cui PTAL or sick an intern on this?

rhatdan added a commit to rhatdan/podman that referenced this issue Jun 27, 2022
Currently podman machine list never shows the starting state.

Fixes: containers#14738

[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
gbraad pushed a commit to gbraad-redhat/podman that referenced this issue Jul 13, 2022
Currently podman machine list never shows the starting state.

Fixes: containers#14738

[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@benoitf benoitf reopened this Sep 15, 2022
@benoitf
Copy link
Contributor Author

benoitf commented Sep 15, 2022

I'm reopening the issue as I can still reproduce the issue on Podman 4.2.1 on macOS

I launch podman machine start command in terminal and in another tab podman machine ls --format=json and Starting field is never set to true I always have "Starting": false

@rhatdan
Copy link
Member

rhatdan commented Sep 15, 2022

@ashley-cui PTAL

@ashley-cui
Copy link
Member

Closed via #15916

@github-actions 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 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Good First Issue This issue would be a good issue for a first time contributor to undertake. 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. machine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants