Sanjay Tripathi created CLOUDSTACK-6233:
-------------------------------------------

             Summary: Add new tab "GPU" in Host detailView for gpu enabled hosts
                 Key: CLOUDSTACK-6233
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6233
             Project: CloudStack
          Issue Type: Task
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: UI
            Reporter: Sanjay Tripathi
             Fix For: 4.4.0


For GPU/vGPU enabled Hosts, UI should display the supported vGPU types and 
remaining capacity of GPU card.
The tab should only be visible for GPU enabled hosts.

For GPU/vGPU enabled Hosts, listHosts API gives the following response:

<memorytotal>15972703488</memorytotal>
<memoryallocated>1610612736</memoryallocated>
<memoryused>2600064</memoryused>
<gpugroup>
<gpugroupname>Group of NVIDIA Corporation GK104GL [GRID K2] GPUs</gpugroupname>
<vgpu>
<vgputype>GRID K200</vgputype>
<remainingcapacity>16</remainingcapacity>
</vgpu>
<vgpu>
<vgputype>passthrough</vgputype>
<remainingcapacity>2</remainingcapacity>
</vgpu>
<vgpu>
<vgputype>GRID K260Q</vgputype>
<remainingcapacity>4</remainingcapacity>
</vgpu>
<vgpu>
<vgputype>GRID K240Q</vgputype>
<remainingcapacity>8</remainingcapacity>
</vgpu>
</gpugroup>
<capabilities>
xen-3.0-x86_64 , xen-3.0-x86_32p , hvm-3.0-x86_32 , hvm-3.0-x86_32p , 
hvm-3.0-x86_64
</capabilities>

This response tells about the no. of GPU cards and remaining capacity per vGPU 
types in the GPU cards.





--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to