canonical/multipass

[launch] Mount options silently dropped on timeout

Offen

#4.831 geöffnet am 17.04.2026

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (634 Forks)batch import
cloud-inithelp wantedlowlow hanging fruit

Repository-Metriken

Stars
 (6.956 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 2h) (50 gemergte PRs in 30 T)

Beschreibung

Describe the bug The mount options are silently dropped on timeout

To Reproduce How, and what happened?

  1. multipass launch -n a --timeout 5 --mount ~/dir:/mnt/dir
  2. Error does not mention the missed mounts, even if the instance eventually reaches the running state.

Expected behavior Multipass should clarify to the user that the mount flags are dropped if the mount initialization part is not reached.

Additional info

  • OS: Ubuntu 24.04
  • CPU architecture or model: amd64
  • multipass version: 1.17.0-dev

Contributor Guide