From 95eb8dda9b3bf899090c92a793c28d2b0993fc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 29 Oct 2021 15:41:10 +0100 Subject: virtinst: add missing 'dies' parameter for --vcpus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- man/virt-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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. -- cgit v1.2.1