Skip to content

Commit 2ede49b

Browse files
vichanssonprisorue
authored andcommitted
F OpenNebula/one#7246: Update docs (#317)
Signed-off-by: Victor Hansson <vhansson@opennebula.io> Co-authored-by: Priscill Orue <porue@opennebula.io> (cherry picked from commit 28ea619)
1 parent e05b854 commit 2ede49b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
469 KB
Loading

content/product/cluster_configuration/hosts_and_clusters/vgpu.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Wed Feb 9 12:36:07 2022
5858
## Enable the NVIDIA vGPU
5959

6060
{{< alert title="Warning" color="warning" >}}
61-
The following steps assume that your graphic card supports SR-IOV. If not, please refer to official NVIDIA documentation in order to activate vGPU.{{< /alert >}}
61+
The following steps assume that your graphic card supports SR-IOV. If not, please refer to official NVIDIA documentation in order to activate vGPU.{{< /alert >}}
6262

6363
### Finding the PCI
6464

@@ -108,7 +108,7 @@ $ virsh nodedev-dumpxml pci_0000_41_00_0
108108
### Enabling Virtual Functions
109109

110110
{{< alert title="Important" color="success" >}}
111-
You may need to perform this operation every time you reboot your server.{{< /alert >}}
111+
You need to perform this operation every time you reboot your server.{{< /alert >}}
112112

113113
```default
114114
$ # /usr/lib/nvidia/sriov-manage -e slot:bus:domain.function
@@ -140,7 +140,7 @@ $ udevadm control --reload-rules && udevadm trigger
140140
```
141141

142142
{{< alert title="Note" color="success" >}}
143-
You can check full NVIDIA documentation [here](https://docs.nvidia.com/grid/latest/pdf/grid-vgpu-user-guide.pdf).{{< /alert >}}
143+
Check full NVIDIA documentation [here](https://docs.nvidia.com/grid/latest/pdf/grid-vgpu-user-guide.pdf).{{< /alert >}}
144144

145145
## Using the vGPU
146146

@@ -178,5 +178,9 @@ $ onehost show -j 13
178178
}
179179
```
180180

181+
This monitoring information is also available under the VMs PCI tab in the instances section.
182+
183+
![sunstone_gpu_graph](/images/sunstone_gpu_graph.png)
184+
181185
{{< alert title="Important" color="success" >}}
182-
When using NVIDIA cards, ensure that only the GPU (for PCI passthrough) or vGPUs (for SR-IOV) are exposed through the PCI monitoring probe. Do not mix both types of devices in the same configuration.{{< /alert >}}
186+
When using NVIDIA cards, ensure that only the GPU (for PCI passthrough) or vGPUs (for SR-IOV) are exposed through the PCI monitoring probe. Do not mix both types of devices in the same configuration.{{< /alert >}}

0 commit comments

Comments
 (0)