canonical/multipass

[launch] Mount options silently dropped on timeout

開放

#4,831 建立於 2026年4月17日

 (2 則留言) (0 個反應) (1 位負責人)C++ (634 個分叉)batch import
cloud-inithelp wantedlow hanging fruit

倉庫指標

星標
 (6,956 顆星)
PR 合併指標
 (平均合併 16天 2小時) (30 天內合併 50 個 PR)

描述

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

貢獻者指南