[libvirt] [PATCH 1/2] Correct minimum cpu_shares value

Dave Allan dallan at redhat.com
Tue Jul 26 01:48:32 UTC 2011


Fixes bz 639591
---
 tools/virsh.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 5b7fa9c..dd3457c 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -696,7 +696,7 @@ If I<--live> is specified, set scheduler information of a running guest.
 If I<--config> is specified, affect the next boot of a persistent guest.
 If I<--current> is specified, affect the current guest state.

-B<Note>: The cpu_shares parameter has a valid value range of 0-262144; Negative
+B<Note>: The cpu_shares parameter has a valid value range of 2-262144; Negative
 values are wrapped to positive, and larger values are capped at the maximum.
 Therefore, -1 is a useful shorthand for 262144.

-- 
1.7.4.4




More information about the libvir-list mailing list