I've just been trying out Multipass and can see great value in using it for training and testing. Unfortunately with the small SSD I use as the root volume in my server it quickly ran out of space.
I can't seem to locate the path where the disks are stored and it doesn't appear to be configurable. Is there a nice way to use a custom path for VM storage and image storage?
It's currently supported through the
MULTIPASS_STORAGE
environment variable. See the pull request for details on how to set it up for different platforms:https://github.com/canonical/multipass/pull/1789#issuecomment-704991752
You will need to start from scratch, or migrate the data on your own.