stop
command succeeds even when the instance isn't stopped
#2907
Labels
stop
command succeeds even when the instance isn't stopped
#2907
Describe the bug
Stop does not report failures to stop an instance and exits with 0.
To Reproduce
multipass shell
sudo fsfreeze --freeze /
sudo ip link set ens3 down
multipass stop
Expected behavior
The
stop
command would report the failure to stop the instance and exit with an error code.Additional info
multipass version
1.12.0-dev.123+gdc4cbef6multipass get local.driver
QEMUAdditional context
Related to #2906
The text was updated successfully, but these errors were encountered: