[libvirt] [PATCH] Man page BZ 548485

David Jorm djorm at redhat.com
Thu Jan 14 23:58:22 UTC 2010


--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -342,7 +342,15 @@ severed upon restore, as TCP timeouts may have expired.
 
 =item B<schedinfo> optional I<--weight> B<number> optional I<--cap> B<number> I<domain-id>
 
-Allows to show (and set) the domain scheduler parameters.
+Allows you to show (and set) the domain scheduler parameters. The parameters available for each hypervisor are:
+
+LXC, QEMU/KVM (posix scheduler): cpu_shares
+
+Xen (credit scheduler): weight, cap
+
+ESX (allocation scheduler): reservation, limit, shares
+
+B<Note>: The cpu_shares parameter has a valid value range of 0-262144.
 
 B<Note>: The weight and cap parameters are defined only for the
 XEN_CREDIT scheduler and are now I<DEPRECATED>.




More information about the libvir-list mailing list