Alex Lyn

Results 180 comments of Alex Lyn

> Hello @Apokleos upon talking with @lifupan I find this issue interesting can I work on this > Yes, I think you can assign it yourself directly! as nobody assign...

Hi @Ankita13-code I think you need rebase the PR atop the main branch, as some key PRs to fix CIs which makes them happy.

Hi @haswelliris sorry for that the cgroup v2 setting make you confused. I think you should read the related [issue](https://github.com/kata-containers/kata-containers/issues/9336#issuecomment-2026748131). And to address your problem, cloud you please try such...

> >However, inside the container I cannot find any cgroup v2 files. > Could you give more info about the result of "cannot find any cgroup v2 files" ? what's...

> However, when I run a Kata container, executing these commands inside the Kata container returns nothing. For example, when running ls /sys/fs/cgroup, I get: > > ``` > total...

AFAIK, the two values will together do calculation and get output of retry_times [ detailed as code](https://github.com/kata-containers/kata-containers/blob/aab6caa141886e479a7558b5ed6aec31e06f6f3a/src/runtime-rs/crates/agent/src/sock/vsock.rs#L33) and make it sleep with time of [dial_timeout_ms](https://github.com/kata-containers/kata-containers/blob/aab6caa141886e479a7558b5ed6aec31e06f6f3a/src/runtime-rs/crates/agent/src/sock/vsock.rs#L74) But if we set dial_timeout_ms=90ms...

Hey @Chasing1020 Thx for your contribution! To better track changes, I suggest that create an issue for this PR(maybe it should be first created and then pull this request, but...

@Chasing1020 I think you should resolve conflicts.

Add [related issue ](https://github.com/kata-containers/kata-containers/issues/10392), and it should be handled in the related PR for runtime-rs

could you please have a try change `block_device_driver = "virtio-scsi"` to `block_device_driver = "virtio-blk"` or other drivers ? if `block_device_driver = "virtio-blk"` is set in configuration.toml, it will not go...