Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/host/dark/host_vm_gpu_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/host/light/host_vm_gpu_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/sunstone_gpu_graph.png
Binary file not shown.
Binary file removed assets/images/sunstone_gpu_profile.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,15 @@ $ onehost show -j 13
}
```

This monitoring information is also available under the VMs PCI tab in the instances section.

![sunstone_gpu_graph](/images/sunstone_gpu_graph.png)

In order to use and assign these profiles to a VM or VM Templates, we will need to add the vGPU PCI device to the template and select the desired profile:

In sunstone. select "Attach PCI device" under PCI Devices section on "Advanced options":

![sunstone_gpu_profile](/images/sunstone_gpu_profile.png)

{{< image
pathDark="/images/host/dark/host_vm_gpu_profile.png"
path="/images/host/light/host_vm_gpu_profile.png"
alt="Sunstone GPU profile" align="center" width="90%" mb="20px"
>}}

Using CLI Template:

Expand Down
Loading