]> xenbits.xensource.com Git - libvirt.git/commitdiff
schedinfo: update man page about virsh schedinfo command
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Fri, 26 Aug 2011 06:48:27 +0000 (15:48 +0900)
committerEric Blake <eblake@redhat.com>
Fri, 26 Aug 2011 15:50:43 +0000 (09:50 -0600)
This patch updates the man page about virsh schedinfo command.

 - fix typo: 1844674407370955 -> 18446744073709551
 - describe the value 0 of vcpu_period and vcpu_quota parameters

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
tools/virsh.pod

index 9355d6c1a2cefa68e03ee230a9debcd28f9b1b57..81d7a1e35ffe45ac315db85c3dddcf8bfc5c373b 100644 (file)
@@ -737,8 +737,9 @@ B<Note>: The weight and cap parameters are defined only for the
 XEN_CREDIT scheduler and are now I<DEPRECATED>.
 
 B<Note>: The vcpu_period parameter has a valid value range of 1000-1000000 or
-0, and the vcpu_quota parameter has a valid value range of 1000-1844674407370955
-or less than 0.
+0, and the vcpu_quota parameter has a valid value range of
+1000-18446744073709551 or less than 0. The value 0 for either parameter is
+the same as not specifying that parameter.
 
 =item B<screenshot> I<domain-id> [I<imagefilepath>] [I<--screen> B<screenID>]