Luis Peñaranda
Luis Peñaranda
This PR adds the ability to add aliases to the Blueprints definition files, in this way: ``` aliases: : : ```
Dynamic memory was recently disabled by default on Hyper-V. This improved user experience on some scenarios. Investigating if the same can be done with the VirtualBox backend on Windows can...
**Describe the bug** LXD crashes and leaves the Multipass instance in Unknown state. When Multipass throws due to not starting in LXD, the exception isn't handled correctly because it is...
Add a new parameter to force the shutdown instances (i.e., power down them). Fixes #1909, Fixes #2492
This PR introduces fetching images from URL on Blueprints. Since the images are only intended to be created in AMD64 and ARM64, adding this feature to Blueprints makes the YAML...
This happens when mounting a folder in the client using a trailing slash in the destination path, issuing `multipass mount path/to/mount diplomatic-lungfish:mountpoint/`. When trying to unmount it, the path must...
The prompt asking the user for authorization to disrupt networking to create a bridge was not working. This PR fixes issue 1 of [this review](https://github.com/canonical/multipass/pull/3195#pullrequestreview-1765804396).
This PR adds the `extra_interfaces` data structure to the snapshots infrastructure. This is needed to snapshot instance with interfaces added after creation.
**Describe the bug** The snapshot feature should take care of saving and restoring network interfaces. **To Reproduce** **Expected behavior** **Logs** **Additional info** **Additional context**
**What are you trying to do?** When a user tries to launch an instance and it timeouts, the failure message does not give more information. This can be misleading, because...