summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-10-29 15:41:10 +0100
committerCole Robinson <crobinso@redhat.com>2022-01-20 14:16:38 -0500
commit95eb8dda9b3bf899090c92a793c28d2b0993fc4f (patch)
treea2d2084b2d4393fa113d4cea51bce582413259a9 /man
parentca8950f0ed2d440bc3e5a8a358bd6abb1b7aa9c4 (diff)
downloadvirt-manager-95eb8dda9b3bf899090c92a793c28d2b0993fc4f.tar.gz
virtinst: add missing 'dies' parameter for --vcpus
Although using --cpu topology.XXX is the preferred way to set topology, it is still possible via the --vcpus parameter. For consistency, this should support the full set of parameters, so dies needs to be added. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 01e76265..c51303cc 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -289,7 +289,7 @@ Number of virtual cpus to configure for the guest. If 'maxvcpus' is specified,
the guest will be able to hotplug up to MAX vcpus while the guest is running,
but will startup with VCPUS.
-CPU topology can additionally be specified with sockets, cores, and threads.
+CPU topology can additionally be specified with sockets, dies, cores, and threads.
If values are omitted, the rest will be autofilled preferring sockets over
cores over threads.