Chris Townsend

Results 28 issues of Chris Townsend

It would be a great opportunity to allow something like a user setup of default mount. So if a developer wants to test something from his `/tmp/testthis` it would be...

enhancement

The output of `multipass find` should clearly display images and Blueprints separately. It should also have options to *only* display images or Blueprints. For example, full output should look like...

enhancement

Blueprints need the ability automatically create a workspace and automatically mount that in the created instance. The created workspace on the host should be in the form `$HOME\multipass\$instance-name` and should...

enhancement

Why instances silently disappear with no explanation is very hard to diagnose with Multipass on Ubuntu 22.04 LTS, where it's a very regular problem (for reasons I don't understand), certainly...

In order for Blueprints to launch custom images, Blueprints need to allow launching via URL. Architecture needs to be taken into account when specifying images.

enhancement

This is the refactoring and plumbing necessary to support different mount types.

Currently, when trying to shut down instances that are the `Unknown` state, they often times won't shut down and leave the daemon in a bad state. We should be pragmatic...

bug
high

Make it possible to define and automatically create client-side aliases in the Blueprint definition. It will look similar to: ```yaml aliases: docker: docker:docker docker-compose: docker:docker-compose docker-foo: docker-worker:foo instances: docker: ......

enhancement

Remove gRPC as a git submodule and be explicit about what gRPC submodules to fetch.

@townsend2010 thanks for the frighteningly fast reply. I've tried it by doing ``` multipass set local.driver=qemu ``` before recreating everything, but now it seems to be stuck. I used `-vvvv`...