Message ID | 20201106130518.26875-1-olaf@aepfle.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1] docs/xl: fix cpupool-cpu-remove | expand |
On Fri, Nov 06, 2020 at 02:05:17PM +0100, Olaf Hering wrote: > The cpu-pool must be specified. > > Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Wei Liu <wl@xen.org>
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
The cpu-pool must be specified. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- docs/man/xl.1.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)