Markus Rudy
Markus Rudy
> However, I am not familiar with the use cases for some of these fields. For example, I haven't seen oci.Linux.Devices being used yet, and it would be helpful for...
I added a test case in the last commit that hopefully illustrates what I'm trying to accomplish. Unfortunately, I don't have access to a test setup to run these: your...
That's interesting! I think this is a restriction added by Kata, creating a pod with non-/dev mount point works with the default runtime on AKS. Changed the test setup accordingly,...
Thanks for the pointer :)
Thanks for the merge! As per https://github.com/kata-containers/kata-containers/pull/9706#discussion_r1624683480, I don't think we can make the policy any tighter, so maybe there's no need for follow-up. Thoughts, @danmihai1?
Hi @emii, does the segfault occur _every time_ you try changing the axes, or is it random? I managed to reproduce it once, but when I wanted to repeat it...
Nevermind, I could finally reproduce this. Backtrace yielded a segfault in Qt4, which was the last location where I would have looked for it. Seems like the dialog is accessing...
Well, it's not the only CI test on Darwin - I'm adding a test case to the existing https://github.com/kata-containers/kata-containers/actions/workflows/darwin-tests.yaml. Fwiw, we do check compilation on other setups which are hard...
cc @egernst (who added the Darwin workflow and seems to be active still) @stevenhorsman: so, can we move forward here or do we need a maintainer to explicitly own this?...
Ok, point taken - I removed the CI changes from this PR. Can we still move forward with the other changes? * [kata-sys-util: move json parsing to protocols crate](https://github.com/kata-containers/kata-containers/pull/10425/commits/dcc80085345f8d08f2a6324ac5670ed43ced0cb1) *...