podman machine Starting
field not updated (on macOS)
#14738
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
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 thestarting
fieldSteps to reproduce the issue:
execute
podman machine start
run
podman machine list --format json
commandStarting
is set to falseIt never reached
true
Describe the results you received:
I receive
"Starting": false
all the timeDescribe the results you expected:
I should get
Starting: true
as soon as I enter the commandpodman machine start
and it should be set to true until machine isRunning
(or fails due to an error)Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):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.):
The text was updated successfully, but these errors were encountered: