memtune: Add min_guarantee to the virsh memtune command

* tools/virsh.c: Add new memory tunable "min_guarantee", currently only
  ESX can use this
* tools/virsh.pod: Update the manpage
This commit is contained in:
Nikunj A. Dadhania
2010-10-19 14:45:35 +02:00
committed by Daniel Veillard
parent 61dfbf8c3a
commit 0a22f54248
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ kilobytes.
Displays the domain memory parameters.
=item B<memtune> I<domain-id> optional I<--hard-limit> B<kilobytes> optional I<--soft-limit> B<kilobytes> optional I<--swap-hard-limit> B<kilobytes>
=item B<memtune> I<domain-id> optional I<--hard-limit> B<kilobytes> optional I<--soft-limit> B<kilobytes> optional I<--swap-hard-limit> B<kilobytes> -I<--min-guarantee> B<kilobytes>
Allows you to set the domain memory parameters. LXC and QEMU/KVM supports these parameters.