aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTaku Izumi <izumi.taku@jp.fujitsu.com>2011-08-26 15:48:27 +0900
committerEric Blake <eblake@redhat.com>2011-08-26 09:50:43 -0600
commit5f57c48528d032fa10836bd797ce8dcf83ccaf9b (patch)
tree43692772a7b0c6836803ea53290b6ea6d84b1df8 /tools
parentFix persistent migration config save (diff)
downloadlibvirt-5f57c48528d032fa10836bd797ce8dcf83ccaf9b.tar.gz
libvirt-5f57c48528d032fa10836bd797ce8dcf83ccaf9b.tar.bz2
libvirt-5f57c48528d032fa10836bd797ce8dcf83ccaf9b.zip
schedinfo: update man page about virsh schedinfo command
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/virsh.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod
index 9355d6c1a..81d7a1e35 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -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>]