Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fedora template to f41 #2821

Closed
wants to merge 1 commit into from
Closed

Conversation

subpop
Copy link
Contributor

@subpop subpop commented Oct 29, 2024

No description provided.

@AkihiroSuda AkihiroSuda added this to the v1.0 milestone Oct 29, 2024
@AkihiroSuda AkihiroSuda added the guest/fedora Guest: Fedora label Oct 29, 2024
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda
Copy link
Member

CI is failing:
https://github.com/lima-vm/lima/actions/runs/11577435687/job/32232565275?pr=2821

TEST| [INFO] Testing home bind mount ("/home/runner/lima-container-engine-test-tmp")
+ limactl shell fedora nerdctl pull --quiet ghcr.io/containerd/alpine:3.14.0
time="2024-10-29T16:52:08Z" level=warning msg="treating lima version \"d08c206\" from \"/home/runner/.lima/fedora/lima-version\" as very latest release"
+ echo random-content-11144
++ cat /home/runner/lima-container-engine-test-tmp/random
+ expected=random-content-11144
++ limactl shell fedora nerdctl run --rm -v /home/runner/lima-container-engine-test-tmp/random:/mnt/foo ghcr.io/containerd/alpine:3.14.0 cat /mnt/foo
time="2024-10-29T16:52:12Z" level=warning msg="treating lima version \"d08c206\" from \"/home/runner/.lima/fedora/lima-version\" as very latest release"
time="2024-10-29T16:52:13Z" level=fatal msg="failed to get unprivileged mount flags for \"/home/runner/lima-container-engine-test-tmp/random\": stat /home/runner/lima-container-engine-test-tmp/random: no such file or directory"

Similar to:

@AkihiroSuda
Copy link
Member

Quite weird

[suda@lima-fedora lima-container-engine-test-tmp]$ cat random
cat: random: No such file or directory
[suda@lima-fedora lima-container-engine-test-tmp]$ sudo cat random
random-content-19795
[suda@lima-fedora lima-container-engine-test-tmp]$ sudo mount -o remount /home/suda
[suda@lima-fedora lima-container-engine-test-tmp]$ cat random 
random-content-19795

@AkihiroSuda
Copy link
Member

Looks like we are hitting the kernel bug introduced in v6.9-rc1, fixed in v6.12-rc5: Revert "fs/9p: simplify iget to remove unnecessary paths" torvalds/linux@be2ca38

@subpop
Copy link
Contributor Author

subpop commented Oct 30, 2024

Looks like we are hitting the kernel bug introduced in v6.9-rc1, fixed in v6.12-rc5: Revert "fs/9p: simplify iget to remove unnecessary paths" torvalds/linux@be2ca38

Hm. This is interesting. Fedora tends not to respin their images after releasing. So that leaves us in a weird position. Can we mitigate this at all in the lima template? If not, we could consider requesting a new cloud image with an updated kernel (once the fix is released). I don't know whether this would be considered significant enough to get approved.

@AkihiroSuda
Copy link
Member

Let's disable 9p for Fedora until they release 42:

@AkihiroSuda AkihiroSuda removed this from the v1.0 milestone Oct 30, 2024
@subpop subpop deleted the fedora41 branch October 30, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guest/fedora Guest: Fedora
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants