If a backend driver does not have the suspend VM operation implemented, VMs are turned off and displayed as being Stopped instead of Unavailable.
This only really affects the applevz driver AFAIK, so the priority should be reflected as such.
scott@Scotts-MacBook-Pro Downloads % multipass ls
Name State IPv4 Image Zone
bar Stopped -- Ubuntu 26.04 LTS zone1(n/a)
foo Stopped -- Ubuntu 26.04 LTS zone1(n/a)
scott@Scotts-MacBook-Pro Downloads % multipass get local.driver
applevz
...
scott@Scotts-MacBook-Pro Downloads % multipass ls
Name State IPv4 Image Zone
bar Unavailable -- Ubuntu 26.04 LTS zone1(n/a)
foo Unavailable -- Ubuntu 26.04 LTS zone1(n/a)
scott@Scotts-MacBook-Pro Downloads % multipass get local.driver
qemu
If a backend driver does not have the suspend VM operation implemented, VMs are turned off and displayed as being
Stoppedinstead ofUnavailable.This only really affects the
applevzdriver AFAIK, so the priority should be reflected as such.