]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document adaptive timeout for qemu monitor
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Mar 2017 12:03:15 +0000 (13:03 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Mar 2017 08:57:37 +0000 (09:57 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index 04783aa5e6834b80f6b260d30e3866aee812cf66..3500df7147414fea93a4a4df8b74fbf422091a68 100644 (file)
       </change>
     </section>
     <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>
   </release>
   <release version="v3.1.0" date="2017-03-03">