DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
As of now, CloudStack has limited support for GPUs. It supports only Xenserver and some workarounds are possible with KVM but it has a lot of limitations.This feature allows the operator to discover the GPU devices on the host and create a Compute Offering with GPU support based on the available GPU devices on the host.Once the operator has created the Compute offering, it can be used by users to launch Instances with GPU devices.
...
Only the response for the transformer hook is used. The response for the start and stop hooks is ignored.
...
We have added the following new tables:
Updates to exisiting tables:
We have added the following new APIs:
GPU Card
createGpuCard - Allow creation of a GPU Card to store metadata
vGPU Profiles
createVgpuProfile - Creates a vGPU profile for a GPU Card
GPU Devices
unmanageGpuDevice - Disables a GPU devices to be used from CloudStack
discoverGpuDevices - Discover GPU Devices on a host
manageGpuDevice - Enables a GPU device to be used from CloudStack
The configuration settings changes below, are incorporated.
Configuration | Description | Default Value | Scope |
gpu.detach.on.stop | Whether to detach GPU devices from VM on stop or keep them allocated | false | Domain |
max.account.gpus | The default maximum number of GPU devices that can be used for an account | 20 | Global |
max.domain.gpus | The default maximum number of GPU devices that can be used for a domain | 20 | Global |
max.project.gpus | The default maximum number of GPU devices that can be used for a project | 20 | Global |
As part of the GPU integration, we need to configure the GPU on the host and install or upgrade the CloudStack packages with GPU support.
...