mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Add LXC scheduling parameters and support in virsh schedinfo
This commit is contained in:
+6
-4
@@ -318,12 +318,14 @@ This is roughly equivalent to doing a hibernate on a running computer,
|
||||
with all the same limitations. Open network connections may be
|
||||
severed upon restore, as TCP timeouts may have expired.
|
||||
|
||||
=item B<schedinfo> optional I<--set> B<parameter=value> I<domain-id>
|
||||
|
||||
=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. This is currently
|
||||
only defined for XEN_CREDIT scheduler, and the optional weight and cap
|
||||
arguments allows to set the associated parameters in that scheduler if
|
||||
provided.
|
||||
Allows to show (and set) the domain scheduler parameters.
|
||||
|
||||
B<Note>: The weight and cap parameters are defined only for the
|
||||
XEN_CREDIT scheduler and are now I<DEPRECATED>.
|
||||
|
||||
=item B<setmem> I<domain-id> B<kilobytes>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user