Skip to content

Commit b6830bb

Browse files
authored
Update GPU docs (#542)
1 parent 98771ec commit b6830bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

source/adminguide/hosts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ devices on a KVM host. The script is located in the
246246
``/usr/share/cloudstack-common/scripts/vm/`` directory on the host. The script
247247
relies on the ``lspci`` & ``xmlstarlet`` command to discover the GPU devices
248248
and their status on the host. So, for the discovery to be successful, the
249-
``lspci`` & ``xmlstarlet`` commands needs to be installed on the host.
249+
``lspci`` & ``xmlstarlet`` should be installed on the host.
250250

251251
.. parsed-literal::
252252
@@ -266,7 +266,7 @@ and their status on the host. So, for the discovery to be successful, the
266266
=============================== ================== =======================
267267
Legacy: SR-IOV not supported `mdev` Yes
268268
SR-IOV supported `mdev` Yes
269-
SR-IOV supported `Vendor specific` No
269+
SR-IOV supported `Vendor specific` Yes
270270
Multi Instance GPU No
271271
=============================== ================== =======================
272272

source/adminguide/service_offerings.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,9 @@ To create a new compute offering:
306306
- **GPU Display**: Whether to use the GPU device attached to the guest instance for display.
307307
This is applicable only for KVM hypervisor. Depending on the OS and display configuration,
308308
the user might need to set ``video.hardware`` to ``none`` in the instance's settings to
309-
use CPVM for display.
309+
use CPVM for display. To set the ``video.hardware`` setting, navigate to
310+
the instance's details page in the CloudStack UI, click on the
311+
"Settings" tab, and add/or update the ``video.hardware`` setting to ``none``.
310312

311313
- **Public**: Indicate whether the compute offering should be
312314
available to all domains or only some domains. Choose Yes to make it

0 commit comments

Comments
 (0)