mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
docs: Document adaptive timeout for qemu monitor
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
85af0b803c
commit
f014247fde
@ -43,7 +43,20 @@
|
|||||||
</change>
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change/>
|
<change>
|
||||||
|
<summary>
|
||||||
|
QEMU: Use adaptive timeout for connecting to monitor
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
When starting qemu, libvirt waits for qemu to create the monitor
|
||||||
|
socket which libvirt connects to. Historically, there was sharp 30
|
||||||
|
second timeout after which the qemu process was killed. This
|
||||||
|
approach is suboptimal as in some scenarios with huge amounts of
|
||||||
|
guest RAM it can take a minute or more for kernel to allocate and
|
||||||
|
zero out pages for qemu. The timeout is now flexible and computed by
|
||||||
|
libvirt at domain startup.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
</release>
|
</release>
|
||||||
<release version="v3.1.0" date="2017-03-03">
|
<release version="v3.1.0" date="2017-03-03">
|
||||||
|
Loading…
Reference in New Issue
Block a user