You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we have a bug (possibly down in vz) where if you run with --gui and the required graphical elements (shown below), when a HardStop state change is requested, the GUI is not closed.
Observations:
the regular Stop state change does close the GUI
With HardStop, the machine vm is definitely shutting down
This is a Code-Hex/vz issue. I've reported it in Code-Hex/vz#150 and https://github.com/cfergeau/vz/tree/hardstop-gui has a fix.
It can be tested in vfkit with go mod edit --replace=github.com/Code-Hex/vz/v3=github.com/cfergeau/vz/v3@hardstop-gui followed by a build.
I believe we have a bug (possibly down in vz) where if you run with --gui and the required graphical elements (shown below), when a
HardStop
state change is requested, the GUI is not closed.Observations:
Stop
state change does close the GUIHardStop
, the machine vm is definitely shutting downDoing something like:
And observe the differences in behavior for the following restful calls:
The text was updated successfully, but these errors were encountered: