Skip to content

[az] Inconsistent VM state after disable-zones #5088

Description

@sharder996

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

Metadata

Metadata

Assignees

Labels

jiraCreate a Jira ticket for this issue

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions