[libvirt PATCH] logging: Use default timeout of 120 seconds for virtlogd

Andrea Bolognani posted 1 patch 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200305164228.12205-1-abologna@redhat.com
src/logging/virtlogd.sysconf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] logging: Use default timeout of 120 seconds for virtlogd
Posted by Andrea Bolognani 4 years ago
This is the same timeout of all other daemons, and just like them
virtlogd is socket-activated, so it will automatically be started
on demand whenever that's necessary.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 src/logging/virtlogd.sysconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/logging/virtlogd.sysconf b/src/logging/virtlogd.sysconf
index 5886f35110..678af34faf 100644
--- a/src/logging/virtlogd.sysconf
+++ b/src/logging/virtlogd.sysconf
@@ -1,3 +1,3 @@
 #
 # Pass extra arguments to virtlogd
-#VIRTLOGD_ARGS=
+VIRTLOGD_ARGS="--timeout 120"
-- 
2.24.1

Re: [libvirt PATCH] logging: Use default timeout of 120 seconds for virtlogd
Posted by Daniel Henrique Barboza 4 years ago

On 3/5/20 1:42 PM, Andrea Bolognani wrote:
> This is the same timeout of all other daemons, and just like them
> virtlogd is socket-activated, so it will automatically be started
> on demand whenever that's necessary.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---


Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>