From ebd2f1dceede07e9d65ef162375ffdee16775b85 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 5 May 2017 11:39:39 -0400 Subject: [PATCH] man: virt-install: Don't reference deprecated --cpuset --- man/virt-install.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-install.pod b/man/virt-install.pod index 02db34356..7bc528edb 100644 --- a/man/virt-install.pod +++ b/man/virt-install.pod @@ -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.