21 lines
870 B
Diff
21 lines
870 B
Diff
|
Subject: util: Fix typo vpcu -> vcpu
|
||
|
From: Martin Kletzander mkletzan@redhat.com Mon Oct 22 14:46:03 2018 +0100
|
||
|
Date: Mon Oct 22 15:05:30 2018 +0100:
|
||
|
Git: 9308bae310ff7889876d8c9d6f0187356e0fa2ce
|
||
|
|
||
|
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
|
||
|
|
||
|
diff --git a/man/virt-install.pod b/man/virt-install.pod
|
||
|
index 8cd56fe..062c785 100644
|
||
|
--- a/man/virt-install.pod
|
||
|
+++ b/man/virt-install.pod
|
||
|
@@ -262,7 +262,7 @@ Tune CPU parameters for the guest.
|
||
|
|
||
|
Configure which of the host's physical CPUs the domain VCPU will be pinned to. Example invocation
|
||
|
|
||
|
- --cputune vpcupin0.vcpu=0,vpcupin0.cpuset=0-3,vpcupin1.vcpu=1,vpcupin1.cpuset=4-7
|
||
|
+ --cputune vcpupin0.vcpu=0,vcpupin0.cpuset=0-3,vcpupin1.vcpu=1,vcpupin1.cpuset=4-7
|
||
|
|
||
|
Use --cputune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCPUTuning>
|
||
|
|