Wei Liu
Wei Liu
The `log` crate also seems to support structural logging with `kv` feature enabled per its document. Not sure how easy that is to integrate with OpenTelemetry yet.
> > > > Please can you define "enable landlock" ? Is that a custom kernel or? > > > > > > > > > I need to enable...
> > Ubuntu Jammy per the CI configuration. > > Landlock is enabled by default on this distro, so no need for a specific kernel. My reading of Praveen's comment...
> > Another thing that pops up in my mind today: I'm not sure if the VM memory abstraction, which depends on various crates under the Rust-VMM project, works with...
I just checked the kernel UAPI file. It seems that the dgram support is not yet upstreamed. A bit surprising systemd started using that already.
> > On the CI cluster that I have just created, it appears that the problem took place during the cl.BootVM() call: > > ``` > > containerd[14174]: time="2024-05-01T20:39:50.201387897Z" level=debug...
@jimkyndemeyer I see that Bo has not replied to your response yet. If you end up reworking the PR, please wrap the lines in the respective commits. Having a dedicated...
You use two different kernels for CH and QEMU. Why is that?
I quickly went over the code. Error number 28 is ENOSPC in Linux kernel. I couldn't quickly identify where it could come from in the probing path. The log from...
My quick test shows that if I build the guest kernel with your config, it doesn't work; but if I build the same kernel with the reference config (see README),...