# HG changeset patch # User Juergen Gross # Date 1320243784 -3600 # Node ID 57044b74a69d68fee06f6da5ca27b0e3def934f8 # Parent 068d3d55ce6e0862e83b443d4e1c83c84b26754d Correct man page of xl regarding cpu-pools Signed-off-by: juergen.gross@xxxxxxxxxxxxxx diff -r 068d3d55ce6e -r 57044b74a69d docs/man/xl.pod.1 --- a/docs/man/xl.pod.1 Tue Nov 01 19:03:38 2011 +0000 +++ b/docs/man/xl.pod.1 Wed Nov 02 15:23:04 2011 +0100 @@ -615,14 +615,17 @@ assigned at most to one cpu-pool. Domain 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 [I] I +=item B [I] I [I ...] Create a cpu pool based an I. +Variable settings from the I may be altered by specifying new +or additional assignments on the command line. B @@ -638,7 +641,7 @@ Dry run - prints the resulting configura =back -=item B [I<-c|--cpus> I] +=item B [I<-c|--cpus>] [I] List CPU pools on the host. If I<-c> is specified, B prints a list of CPUs used by I. @@ -646,26 +649,27 @@ If I<-c> is specified, B prints a li =item B I Deactivates a cpu pool. +This is possible only if no domain is active in the cpu-pool. =item B I -Renames a cpu pool to I. +Renames a cpu-pool to I. -=item B I I +=item B I I -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 I +=item B I -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 I I +=item B I I -Moves a domain into a cpu pool. +Moves a domain specified by domain-id or domain-name into a cpu-pool. =item B -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 @@ List pass-through pci devices for a doma =head1 SEE ALSO -B(5), B(1) +B(5), B(5), B(1) =head1 AUTHOR