man: virt-install: Don't reference deprecated --cpuset

This commit is contained in:
Cole Robinson 2017-05-05 11:39:39 -04:00
parent a2985f07e6
commit ebd2f1dcee

View File

@ -184,7 +184,7 @@ Tune NUMA policy for the domain process. Example invocations
--numatune 1-3,5,mode=preferred
Specifies the numa nodes to allocate memory from. This has the same syntax
as C<--cpuset> option. mode can be one of 'interleave', 'preferred', or
as C<--vcpus cpuset=> option. mode can be one of 'interleave', 'preferred', or
'strict' (the default). See 'man 8 numactl' for information about each
mode.