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

Closed

#3,723 opened on Oct 10, 2024

 (6 comments) (0 reactions) (0 assignees)C++ (634 forks)batch import
bugbug-scrubgood first issuelow

Repository metrics

Stars
 (6,956 stars)
PR merge metrics
 (Avg merge 16d 2h) (50 merged PRs in 30d)

Description

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.

Contributor guide