On Mon, May 18, 2020 at 01:06:36PM +0200, Michal Privoznik wrote:
> This is rather sparse documentation of the knob. If I were a regular
> sysadmin I probably wouldn't know if I want to tweak this or not. On the
> other hand, we don't want regular sysadmins to touch this :-)
I've experienced just
qemu_job_wait_time, a timeout for QEMU jobs, was defined
as a fixed value (30 seconds). It is useful if the user
can change this value arbitrarily for debugging or tuning
purposes. So we move this value to the configuration file
so that it can be controlled by the user.
Signed-off-by: MIKI
Signed-off-by: MIKI Nobuhiro
---
docs/news.xml | 9 +
1 file changed, 9 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 4cef804..1f42157 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -44,6 +44,15 @@
+
+
+ conf: Add job wait time
This series introduces qemu_job_wait_time option to configuration file.
MIKI Nobuhiro (2):
conf: Add qemu_job_wait_time option
news: add support for qemu_job_wait_time configuration
docs/news.xml | 9 +
src/qemu/libvirtd_qemu.aug | 1 +
src/qemu
as follows:
```
Timed out during operation: cannot acquire state change lock \
(held by monitor=remoteDispatchDomainCreateWithFlags)
libvirtd.service: main process exited, code=killed,status=11/SEGV
```
Signed-off-by: MIKI Nobuhiro
---
docs/news.xml | 9 +
src/qemu