From: David Jorm Date: Sun, 17 Jan 2010 23:48:39 +0000 (+1000) Subject: BZs 528709 548485 X-Git-Tag: v0.7.6~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bca7a7e2ebb6bd659f479f49f8cbc99e99650a9;p=thirdparty%2Flibvirt.git BZs 528709 548485 --- diff --git a/tools/virsh.pod b/tools/virsh.pod index ee8cc11074..84a8564738 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -114,6 +114,10 @@ allow to connect locally as root to the daemon supervising QEmu and KVM domains allow to connect locally as a normal user to his own set of QEmu and KVM domains +=item lxc:/// + +connect to a local linux container + =back For remote access see the documentation page on how to make URIs. @@ -342,7 +346,15 @@ severed upon restore, as TCP timeouts may have expired. =item B optional I<--weight> B optional I<--cap> B I -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: The cpu_shares parameter has a valid value range of 0-262144. B: The weight and cap parameters are defined only for the XEN_CREDIT scheduler and are now I.