|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] docs: Correct man page of xl regarding cp
# HG changeset patch
# User Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
# Date 1320253749 0
# Node ID 54a5e994a241a506900ee0e197bb42e5f1d8e759
# Parent ac47cafe6776a364b92a15432b4016f37fce44ea
docs: Correct man page of xl regarding cpu-pools
Signed-off-by: juergen.gross@xxxxxxxxxxxxxx
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
diff -r ac47cafe6776 -r 54a5e994a241 docs/man/xl.pod.1
--- a/docs/man/xl.pod.1 Wed Nov 02 17:06:04 2011 +0000
+++ b/docs/man/xl.pod.1 Wed Nov 02 17:09:09 2011 +0000
@@ -615,14 +615,17 @@
assigned at most to one cpu-pool. Domains are each restricted to a single
cpu-pool. Scheduling does not cross cpu-pool boundaries, so each cpu-pool has
an own scheduler.
-Physical cpus and domains can be moved from one pool to another only by an
+Physical cpus and domains can be moved from one cpu-pool to another only by an
explicit command.
+Cpu-pools can be specified either by name or by id.
=over 4
-=item B<cpupool-create> [I<OPTIONS>] I<ConfigFile>
+=item B<cpupool-create> [I<OPTIONS>] I<ConfigFile> [I<Variable=Value> ...]
Create a cpu pool based an I<ConfigFile>.
+Variable settings from the I<ConfigFile> may be altered by specifying new
+or additional assignments on the command line.
B<OPTIONS>
@@ -638,7 +641,7 @@
=back
-=item B<cpupool-list> [I<-c|--cpus> I<cpu-pool>]
+=item B<cpupool-list> [I<-c|--cpus>] [I<cpu-pool>]
List CPU pools on the host.
If I<-c> is specified, B<xl> prints a list of CPUs used by I<cpu-pool>.
@@ -646,26 +649,27 @@
=item B<cpupool-destroy> I<cpu-pool>
Deactivates a cpu pool.
+This is possible only if no domain is active in the cpu-pool.
=item B<cpupool-rename> I<cpu-pool> <newname>
-Renames a cpu pool to I<newname>.
+Renames a cpu-pool to I<newname>.
-=item B<cpupool-cpu-add> I<cpu-pool> I<cpu-nr|node-nr>
+=item B<cpupool-cpu-add> I<cpu-pool> I<cpu-nr|node:node-nr>
-Adds a cpu or a numa node to a cpu pool.
+Adds a cpu or all cpus of a numa node to a cpu-pool.
-=item B<cpupool-cpu-remove> I<cpu-nr|node-nr>
+=item B<cpupool-cpu-remove> I<cpu-nr|node:node-nr>
-Removes a cpu or a numa node from a cpu pool.
+Removes a cpu or all cpus of a numa node from a cpu-pool.
-=item B<cpupool-migrate> I<domain-id> I<cpu-pool>
+=item B<cpupool-migrate> I<domain> I<cpu-pool>
-Moves a domain into a cpu pool.
+Moves a domain specified by domain-id or domain-name into a cpu-pool.
=item B<cpupool-numa-split>
-Splits up the machine into one cpu pool per numa node.
+Splits up the machine into one cpu-pool per numa node.
=back
@@ -791,7 +795,7 @@
=head1 SEE ALSO
-B<xldomain.cfg>(5), B<xentop>(1)
+B<xldomain.cfg>(5), B<xlcpupool.cfg>(5), B<xentop>(1)
=head1 AUTHOR
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] docs: Correct man page of xl regarding cpu-pools,
Xen patchbot-unstable <=
|
|
|
|
|