Tobi Lehman
Tobi Lehman
Got it, that's what I am working on in this ticket, enabling SR-IOV for baremetal Harvester cases, allowing the VMs to make full use of the NICs. @A-vesalius Can you...
@A-vesalius what network hardware are you using?
As long as it shows up on the PCI bus with an address, we should be able to pass it through to the VM
Yeah, ETA is a month, aiming for releasing with v1.1.0
To clarify, the features targeted for 1.1.0 are all PCI-Passthrough based: - SR-IOV in guest cluster mode (done by setting up SR-IOV in a VM after enabling PCI Passthrough on...
Changed to remove the SR-IOV functionality. That is going to be added in a future release. This release (1.1.0 is going to ship PCI Passthrough only)
PCI Passthrough will enable GPU support in VMs. Closing #1029 as a duplicate of this issue.
I walked through the steps to reproduce this, but used a later version of harvester (on master branch, commit [d0f7376](https://github.com/harvester/harvester/commit/d0f7376)), the upgrade succeeded.  That particular commit, [d0f7376](https://github.com/harvester/harvester/commit/d0f7376), reverts a...
@caohuilong The way I have been getting around this on kubevirt 0.54 has been adding `SYS_RESOURCE` to the virt-launcher Pod's securityContext: https://man7.org/linux/man-pages/man7/capabilities.7.html#:~:text=on%20other%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20devices.-,CAP_SYS_RESOURCE,-*%20Use%20reserved%20space
Notes for release 1.1.0-rc1 The pcidevices controller should work for: 1. Detecting PCI Devices 2. Creating PCI Device Claims (preparing the devices for Passthrough) 3. Attaching PCI Devices to VMs...