]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Clarify that memtune parameters may be rounded in the man page
authorJan Tomko <jtomko@redhat.com>
Tue, 24 Jul 2012 08:50:29 +0000 (10:50 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 24 Jul 2012 21:34:49 +0000 (15:34 -0600)
AUTHORS
tools/virsh.pod

diff --git a/AUTHORS b/AUTHORS
index ca823895adfe4d72195055b9d36bf97984feab27..aa018d48c8d5c781502a299204fdf41a4067e5e9 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -251,6 +251,8 @@ Patches have also been contributed by:
   Chuck Short          <chuck.short@canonical.com>
   Sebastian Wiedenroth <wiedi@frubar.net>
   Ata E Husain Bohra   <ata.husain@hotmail.com>
+  Jan Tomko            <jtomko@redhat.com>
+
   [....send patches to get your name here....]
 
 The libvirt Logo was designed by Diana Fong
index b4a3d5c89571a9dbbda81c59a7ef3c1ad8790950..6ecf6ce112f8de64e4393fe6ab3521af299f2879 100644 (file)
@@ -1366,7 +1366,10 @@ appropriate limit is adjusted if supported by the hypervisor.  LXC and
 QEMU/KVM support I<--hard-limit>, I<--soft-limit>, and I<--swap-hard-limit>.
 I<--min-guarantee> is supported only by ESX hypervisor.  Each of these
 limits are scaled integers (see B<NOTES> above), with a default of
-kibibytes (blocks of 1024 bytes) if no suffix is present.
+kibibytes (blocks of 1024 bytes) if no suffix is present. Libvirt rounds
+up to the nearest kibibyte.  Some hypervisors require a larger granularity
+than KiB, and requests that are not an even multiple will be rounded up.
+For example, vSphere/ESX rounds the parameter up to mebibytes (1024 kibibytes).
 
 If I<--live> is specified, affect a running guest.
 If I<--config> is specified, affect the next boot of a persistent guest.