]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Change the default unix monitor timeout
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 9 Jan 2014 06:57:59 +0000 (07:57 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 16 Jan 2014 16:20:08 +0000 (17:20 +0100)
commitfe89b687a02d1a8e1dce695a67b4f9d2c254d7b9
tree7261e99f20f400480fa5e1ea6674b26f61d9cd6a
parent84f0ddaf1919f57103a8b74e8d5c681fcc89d94a
qemu: Change the default unix monitor timeout

There is a number of reported issues when we fail starting a domain.
Turns out that, in some scenarios like high load, 3 second timeout is
not enough for qemu to start up to the phase where the socket is
created.  Since there is no downside of waiting longer, raise the
timeout right to 30 seconds.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_monitor.c