mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
virsh: Clarify that memtune parameters may be rounded in the man page
This commit is contained in:
parent
90fcbb9f7c
commit
d9bbf217b1
2
AUTHORS
2
AUTHORS
@ -251,6 +251,8 @@ Patches have also been contributed by:
|
|||||||
Chuck Short <chuck.short@canonical.com>
|
Chuck Short <chuck.short@canonical.com>
|
||||||
Sebastian Wiedenroth <wiedi@frubar.net>
|
Sebastian Wiedenroth <wiedi@frubar.net>
|
||||||
Ata E Husain Bohra <ata.husain@hotmail.com>
|
Ata E Husain Bohra <ata.husain@hotmail.com>
|
||||||
|
Jan Tomko <jtomko@redhat.com>
|
||||||
|
|
||||||
[....send patches to get your name here....]
|
[....send patches to get your name here....]
|
||||||
|
|
||||||
The libvirt Logo was designed by Diana Fong
|
The libvirt Logo was designed by Diana Fong
|
||||||
|
@ -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>.
|
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
|
I<--min-guarantee> is supported only by ESX hypervisor. Each of these
|
||||||
limits are scaled integers (see B<NOTES> above), with a default of
|
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<--live> is specified, affect a running guest.
|
||||||
If I<--config> is specified, affect the next boot of a persistent guest.
|
If I<--config> is specified, affect the next boot of a persistent guest.
|
||||||
|
Loading…
Reference in New Issue
Block a user