The cpu-pool must be specified. Signed-off-by: Olaf Hering <[email protected]> --- docs/man/xl.1.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/man/xl.1.pod.in b/docs/man/xl.1.pod.in index d0f50f0b4a..2f576a25e3 100644 --- a/docs/man/xl.1.pod.in +++ b/docs/man/xl.1.pod.in @@ -1357,7 +1357,7 @@ All the specified CPUs that can be added to the cpupool will be added to it. If some CPU can't (e.g., because they're already part of another cpupool), an error is reported about each one of them. -=item B<cpupool-cpu-remove> I<cpus|node:nodes> +=item B<cpupool-cpu-remove> I<cpu-pool> I<cpus|node:nodes> Removes one or more CPUs or NUMA nodes from I<cpu-pool>. CPUs and NUMA nodes can be specified as single CPU/node IDs or as ranges, using the
