docs: Update docs for cpu_shares setting

* tools/virsh.pod
This commit is contained in:
Osier Yang 2011-02-01 16:46:17 +08:00
parent 16be54e898
commit 8168285b45

View File

@ -566,7 +566,9 @@ 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 cpu_shares parameter has a valid value range of 0-262144; Negative
values are wrapped to positive, and larger values are capped at the maximum.
Therefore, -1 is a useful shorthand for 262144.
B<Note>: The weight and cap parameters are defined only for the
XEN_CREDIT scheduler and are now I<DEPRECATED>.