Chris Townsend
Chris Townsend
We are switching to a new logo, so the snap package needs to be updated to use this new asset. Along with this, the Snap Store will need the Multipass...
Similar to #1036, the stopping operation can block the daemon as well.
We should have a "stopping" state for instance to allow users to see such a state in `list`/`info` and to also keep the instance state machine more correct when shutting...
On Linux, we should be using `pflash` instead of `-bios` for loading the UEFI firmware. See https://lists.katacontainers.io/pipermail/kata-dev/2021-January/001650.html for more info. Thanks to @jnsgruk for pointing this out!
In the conversation in #1217, it was brought up that when using heredoc input will consume much CPU time. Here is the example: ``` $ time multipass exec node1 --...
If the daemon is trying to exit and the client is currently connected, such as `launch`, the daemon exit is blocked via grpc shutdown due the active client connection. This...
When suspending an instance, it will block other client commands until it finishes. This needs to be an async process.