Corymbia / eucalyptus

Eucalyptus Cloud-computing Platform
https://eucalyptus.cloud/
Other
118 stars 23 forks source link

PCI Passthrough #336

Open lapnd opened 3 years ago

lapnd commented 3 years ago

We have an use case where it's needed to pass-through devices such as GPU, 10G NICs cards to VM. Does Eucalyptus support these cases? Thanks!

obino commented 3 years ago

Hello, there is no direct support, so for example there is no way to tag some nodes with GPU capabilities (say for the scheduler to select specif types to nodes). On the nodes itself you could edit /etc/eucalyptus/libvirt.xsl do add specific libvirt configuration to have the passthrough correct. I assume you already have configured the machines for virtual GPU support (mediated devices etc..)?

Let us know how it goes!