From: Juergen Gross Date: Wed, 2 Nov 2011 17:09:09 +0000 (+0000) Subject: docs: Correct man page of xl regarding cpu-pools X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b07e31c4ab83d7e0d37df9e5d6335282489f3244;p=xen.git docs: Correct man page of xl regarding cpu-pools Signed-off-by: juergen.gross@ts.fujitsu.com Committed-by: Ian Jackson --- diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index c0e66b9783..1e3deebcc6 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -615,14 +615,17 @@ Xen can group the physical cpus of a server in cpu-pools. Each physical CPU is 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 configuration. =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 list of CPUs used by I. =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 domain. =head1 SEE ALSO -B(5), B(1) +B(5), B(5), B(1) =head1 AUTHOR