Closed leyao-daily closed 4 years ago
Can you squeeze all these commits to a single one?
And I have squeezed all these commits into one. Thanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Tests with zero and one more qat vfs are all passed.
Hi, if I want to deliver a variable to /cmd/vmwrapper/vmwrapper.go how should do. Is there any api for vmwrapper to get a variable from virtlet runtime.
You need to add it somewhere around https://github.com/Mirantis/virtlet/blob/96a0d1f6fbc00903ad616f22926b852bdf5be5da/pkg/libvirttools/virtualization.go#L147
Hi, is there anything wrong with the ci-tests? I found that even the source code from mirantis/virtlet-master cannot pass the ci-tests.
@jellonek @pigmej Is there anything wrong with the CI/test? Even the official source code can not pass it now. And is there any advices to push this PR? We need utilize it in Akraino/ICN bp.
Sorry but I don't have rights to fix anything in this project anymore, as I changed companies long time ago, and looks like Mirantis abandoned this project leaving it unmaintained, even if developers the team wanted to continue working on it (me including).
Sorry but I don't have rights to fix anything in this project anymore, as I changed companies long time ago, and looks like Mirantis abandoned this project leaving it unmaintained, even if developers the team wanted to continue working on it (me including).
Thanks for your response. It seems that no one maintains the project now. What a pity.:(
@pigmej Is Virtlet still be maintained?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
I found gap that virtlet will consider all the devices declared in pod yaml except cpu and memory as volume device.
And to enable the qat vf device assigned to VMs, I change the basic libvirt domain xml file and pass through the vf device to VM.
This change is