You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Mihaela Stoica (JIRA)" <ji...@apache.org> on 2014/03/28 11:30:15 UTC

[jira] [Assigned] (CLOUDSTACK-6233) Add new tab "GPU" in Host detailView for gpu enabled hosts

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mihaela Stoica reassigned CLOUDSTACK-6233:
------------------------------------------

    Assignee: Mihaela Stoica

> 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
>            Assignee: Mihaela Stoica
>             Fix For: 4.4.0
>
>         Attachments: screenshot-1.jpg
>
>
> 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)