Ricardo Abreu
Ricardo Abreu
**Describe the bug** VMs remain registered in VirtualBox after running the uninstall script and requesting that all data and VMs be removed. The reason is that the uninstall script needs...
**Description of documentation issue or suggestion** Many, but not all, of our pages have a "see also" entry at the top. For example: - https://multipass.run/docs/configure-static-ips has the usual format -...
Attempting to snapshot fails on Hyper-V: ``` PS C:\> multipass snapshot assisting-leafroller -n s1 snapshot failed: Failure while looking for snapshot name ``` Some verbosity helps uncover the problem: ```...
We override network errors we get from Qt [here](https://github.com/canonical/multipass/blob/ceee06275e243d77feaa8f79d64bb4eaf31b5f3f/src/network/url_downloader.cpp#L105-L104). We may be loosing important information because of that. We should limit the errors we anticipate when there is a timeout...
When the --force flag is used with `multipass stop`, suspended/ing and re/starting instances should be completed too. For example: ```sh $ multipass ls Name State IPv4 Image natty-nilgai Suspended --...