-
Notifications
You must be signed in to change notification settings - Fork 600
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
Conversation
Signed-off-by: Link Dupont <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
CI is failing:
Similar to: |
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 |
Looks like we are hitting the kernel bug introduced in v6.9-rc1, fixed in v6.12-rc5: |
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. |
Let's disable 9p for Fedora until they release 42: |
No description provided.