Hi all, Does anyone have a good guide on adding a PCI-E card (A Mellanox Connect-X 5 VF interface) to cloudstack? I had this all running before in stock Qemu, and all settings are still present for the card and VF's, I just need to know how the management sees that I have additional cards that I have available to assign to VMs.
I tried adding: pci.devices=100GE,81:00.2|100GE,81:00.3|100GE,81:00.4|100GE,81:00.5|100GE,81:00.6|100GE,81:00.7|100GE,81:01.0|100GE,81:01.1|100GE,c1:00.2|100GE,c1:00.3|100GE,c1:00.4|100GE,c1:00.5|100GE,c1:00.6|100GE,c1:00.7|100GE,c1:01.0|100GE,c1:01.1 However, after restarting the agent, I noticed that it added escape characters: pci.devices=100GE,81\:00.2|100GE,81\:00.3|100GE,81\:00.4|100GE,81\:00.5|100GE,81\:00.6|100GE,81\:00.7|100GE,81\:01.0|100GE,81\:01.1|100GE,c1\:00.2|100GE,c1\:00.3|100GE,c1\:00.4|100GE,c1\:00.5|100GE,c1\:00.6|100GE,c1\:00.7|100GE,c1\:01.0|100GE,c1\:01.1 Not sure if this is fine, but so far it was the only thing I could find back on google, but this is 10 years ago. I suspect this is no longer sufficient. After restarting the agent, I do not see any changes unfortunately. Thanks! JeanPaul