canonical/multipass

Error "launch failed: Remote "release" is unknown or unreachable. If image mirror is enabled, please confirm it is valid." when launching image too quickly after installing Multipass

已關閉

#3,723 建立於 2024年10月10日

 (6 則留言) (0 個反應) (0 位負責人)C++ (634 個分叉)batch import
bugbug-scrubgood first issuelow

倉庫指標

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

描述

Describe the bug I am encountering the following error when trying to launch an image too quickly after installing Multipass.

launch failed: Remote "release" is unknown or unreachable. If image mirror is enabled, please confirm it is valid.

This is occurring on a self-hosted Github runner that supports nested virtualisation.

To Reproduce How, and what happened?

  1. sudo snap install multipass``multipass ...
  2. multipass launch 16.04 --name test

When adding a 10s delay between steps 1 and 2 the issue does not occur.

Expected behavior For the image to be able to launch after the snap install was completed.

貢獻者指南