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日
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?
sudo snap install multipass``multipass ...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.