delete
should force-stop running instances when a regular stop
isn't enough
#2906
Labels
delete
should force-stop running instances when a regular stop
isn't enough
#2906
Describe the bug
If multipass can't stop an instance normally, it will keep running even after deleted.
To Reproduce
multipass shell
sudo fsfreeze --freeze /
sudo ip link set ens3 down
multipass stop
multipass delete primary
pgrep -fa qemu
and observe the process still runningmultipass recover primary
multipass list
observe primary still runningExpected behavior
Delete would kill the instance if regular stopping did not work.
Additional info
multipass version
1.12.0-dev.123+gdc4cbef6multipass get local.driver
QEMUAdditional context
This should be fixable by force-stopping after #1909 is in.
The text was updated successfully, but these errors were encountered: