amitcsc1989 commented on issue #12960:
URL: https://github.com/apache/cloudstack/issues/12960#issuecomment-4204121080

   Hi , Please find the details 
../usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/gpudiscovery.sh
   { "gpus": [
       {
         "pci_address":"ae:00.0",
         "vendor_id":"10de",
         "device_id":"233b",
         "vendor":"NVIDIA Corporation",
         "device":"Device",
         "driver":"vfio-pci",
         "pci_class":"3D controller [0302]",
         "iommu_group":"35",
         "pci_root":"0000:ab:02.0",
         "numa_node":0,
         "sriov_totalvfs":32,
         "sriov_numvfs":0,
         "max_instances":null,
         "video_ram":null,
         "max_heads":null,
         "max_resolution_x":null,
         "max_resolution_y":null,
   
         "full_passthrough": {
           "enabled":1,
           "libvirt_address": {
             "domain":"0x0000",
             "bus":"0xae",
             "slot":"0x00",
             "function":"0x0"
           },
           "used_by_vm":"i-2-385-VM"
         },
   
         "vgpu_instances":[],
         "vf_instances":[]
       }
   ,
       {
         "pci_address":"b0:00.0",
         "vendor_id":"10de",
         "device_id":"233b",
         "vendor":"NVIDIA Corporation",
         "device":"Device",
         "driver":"vfio-pci",
         "pci_class":"3D controller [0302]",
         "iommu_group":"36",
         "pci_root":"0000:ab:02.0",
         "numa_node":0,
         "sriov_totalvfs":32,
         "sriov_numvfs":0,
         "max_instances":null,
         "video_ram":null,
         "max_heads":null,
         "max_resolution_x":null,
         "max_resolution_y":null,
   
         "full_passthrough": {
           "enabled":1,
           "libvirt_address": {
             "domain":"0x0000",
             "bus":"0xb0",
             "slot":"0x00",
             "function":"0x0"
           },
           "used_by_vm":"i-2-361-VM"
         },
   
         "vgpu_instances":[],
         "vf_instances":[]
       }
   ,
       {
         "pci_address":"0001:d6:00.0",
         "vendor_id":"10de",
         "device_id":"233b",
         "vendor":"NVIDIA Corporation",
         "device":"Device",
         "driver":"unknown",
         "pci_class":"3D controller [0302]",
         "iommu_group":"null",
         "pci_root":"0000:0001:d6:00.0",
         "numa_node":-1,
         "sriov_totalvfs":0,
         "sriov_numvfs":0,
         "max_instances":null,
         "video_ram":null,
         "max_heads":null,
         "max_resolution_x":null,
         "max_resolution_y":null,
   
         "full_passthrough": {
           "enabled":1,
           "libvirt_address": {
             "domain":"0x0000",
             "bus":"0x00",
             "slot":"0x1:",
             "function":"0x6"
           },
           "used_by_vm":null
         },
   
         "vgpu_instances":[],
         "vf_instances":[]
       }
   ,
       {
         "pci_address":"0001:d8:00.0",
         "vendor_id":"10de",
         "device_id":"233b",
         "vendor":"NVIDIA Corporation",
         "device":"Device",
         "driver":"unknown",
         "pci_class":"3D controller [0302]",
         "iommu_group":"null",
         "pci_root":"0000:0001:d8:00.0",
         "numa_node":-1,
         "sriov_totalvfs":0,
         "sriov_numvfs":0,
         "max_instances":null,
         "video_ram":null,
         "max_heads":null,
         "max_resolution_x":null,
         "max_resolution_y":null,
   
         "full_passthrough": {
           "enabled":1,
           "libvirt_address": {
             "domain":"0x0000",
             "bus":"0x00",
             "slot":"0x1:",
             "function":"0x8"
           },
           "used_by_vm":null
         },
   
         "vgpu_instances":[],
         "vf_instances":[]
       }
   
   ]}
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to