canonical / craft-providers

Python interfaces for instantiating and executing builds for a variety of target environments.
https://canonical-craft-providers.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
6 stars 22 forks source link

Multipass: Use native mounts where available #517

Open lengau opened 8 months ago

lengau commented 8 months ago

What needs to get done

Multipass offers native mounts on the hyperv, qemu and lxd drivers. These are the default drivers on all supported platforms.

If Multipass uses one of these drivers (multipass get local.driver), mounting should set --type native.

Why it needs to get done

The default (classic mounting) uses sshfs, which can be slow. Native mounts use 9p or cifs, which are significantly faster.

syncronize-issues-to-jira[bot] commented 8 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-2563.

This message was autogenerated