On 08/26/2011 12:48 AM, Taku Izumi wrote:

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

Signd-off-by: Taku Izumi<izumi.t...@jp.fujitsu.com>
---
  tools/virsh.pod |    5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)

Index: libvirt/tools/virsh.pod
===================================================================
--- libvirt.orig/tools/virsh.pod
+++ libvirt/tools/virsh.pod
@@ -736,8 +736,9 @@ B<Note>: The weight and cap parameters a
  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 each parameters means no value, so it is

s/parameters/parameter/

+meaningless to specify 0 (Nothing happens).

I simplified the wording a bit:

The value 0 for either parameter is the same as not specifying that parameter.

ACK with that change, and pushed.

--
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to