Alex Lyn

Results 180 comments of Alex Lyn

It also works with ctr, ctr run as below: ``` root@i:~# ctr run --runtime io.containerd.kata.v2 -t --rm --device nvidia.com/gpu=3 docker.io/library/fedora:38 test-x9 [root@ /]# lspci bash: lspci: command not found [root@...

Hey @wtootw Thanks for your contribution. Could you please format the commit message body according to the Dev guidelines ? You might correct it just as [the example ](https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md#examples)does.

> @Apokleos thank you, I have formatted the commit message body. > Thx @wtootw But I think I have to say sorry that. You can follow this guide of [pull...

Hi @BbolroC Currently, the confirmed thing is `virtio-scsi` is not supported. and virtio-blk-pci is not supported for qemu-runtime-rs either as qemu-runtime-rs lacks related implementation. IMO, you need use virtio-pmem instead...

> Hi @BbolroC Currently, the confirmed thing is `virtio-scsi` is not supported. and virtio-blk-pci is not supported for qemu-runtime-rs either as qemu-runtime-rs lacks related implementation. IMO, you need use virtio-pmem...

Hey @kevinzs2048 Please rebase the your code ,conflicting files exist!

Hey @ldoktor I have checked the [related logs message](blob:https://prow.ci.openshift.org/486ba04b-127d-4f6c-9f00-1b37a2d4c666) ```shell ... Summarizing 1 Failure: [FAIL] [sig-node] Sysctls [LinuxOnly] [NodeConformance] [It] should support sysctls with slashes as separator [MinimumKubeletVersion:1.23] [Environment:NotInUserNS] [Suite:openshift/conformance/parallel]...

> I managed to reproduce this with kcli, if that helps: > > ``` > ## One time setup > # Create cluster > pushd kata-containers/tests/integration/kubernetes > CLUSTER_DISK_SIZE=40 ./gha-run.sh create-cluster-kcli...

> This depends on the `vfio_mode` if `guest-kernel` than filter `/dev/vfio/vfio` if `vfio_mode=vfio` than do not filter it. > Yeah, I need more test on this and make this commit...

Hey @zvonkok I am using `vfio` mode not `guest-kernel`.