-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
On MacOS with krunkit installed, the run basic podman commands [It] Volume ops
test fails
#23296
Comments
@slp FYI |
Testing locally I see that mounts are supported and the default mounts should be the same with applehv so I don't see a reason why this should fail with krun |
How is |
@slp on podman main, this is what I am using.
But this works for me so there is something special with the CI setup and likely not related to krun. Possible the flake was not fixed or somehow special for libkrun: #22569 |
Correct, I've never seen this during my recent libkrun testing, when |
In case it matters, in this CI environment:
Some details:
|
I believe it's created in the test here: |
@cevich I think we're going to need some debugging to dig deeper into this issue. Is it possible to connect to the CI machine to run some tests? It'd be interesting doing a manual |
Yes, and in fact I'm using a Mac that's already isolated from the rest of our system. @slp I messaged you on slack. |
Thanks to @cevich help, we were able to debug this issue. containers/libkrun#209 fixes this. |
Thanks @slp for "getting your hands dirty" and figuring it out. FYI- I'll be off on PTO next week, so won't be enabling libkrun testing in Podman until I return. There are changes needed on the Mac's used for CI and I don't want to risk breaking something while I'm away 😉 |
Same issues as in the volume ops test, the libkrun volume is not working properly (containers#23296). Signed-off-by: Paul Holzinger <pholzing@redhat.com>
A friendly reminder that this issue had no activity for 30 days. |
Let's see if this works now. Fixes containers#23296 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
@slp Is there a new krunkit version with the fix we can use? |
Yes, it also includes the ability to increase the SHM window of virtio-gpu for running larger AI models. We're testing it now and we'll send a PR to podman by the end of the week. |
Remove the skips introduced to work around containers#23296 Signed-off-by: Sergio Lopez <slp@redhat.com>
Issue Description
On MacOS with krunkit installed, the
run basic podman commands [It] Volume ops
test failsSteps to reproduce the issue
Steps to reproduce the issue
brew tap slp/krunkit
,brew install krunkit
.rm -vf /opt/homebrew/bin/vfkit
(ref. PR)brew tap cfergeau/crc
thenbrew install vfkit
export CONTAINERS_MACHINE_PROVIDER="libkrun"
make localmachine
Describe the results you received
Example annotated log
Describe the results you expected
Test should pass
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Mac setup PR: Not in production use at the time this issue was open.
Additional information
Happens every run.
The text was updated successfully, but these errors were encountered: