From nobody Mon Apr 29 04:40:13 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) client-ip=207.211.31.81; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1583426576; cv=none; d=zohomail.com; s=zohoarc; b=Io5wypiSh1TjMAwhlf9SM3GRWscroIqkBK9AZJ2Ki8zcoWQaNlQwEbQfLBNMdItNwI92cjObmG12DHVmIDTXbgu3XZNQiDAUBxGLQabCGtce5yscmaejv+WLfkCHnA4CORg2gpm0nnvGlPhJXRJ72aZpUS0zzKmQClVShZQu2hA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1583426576; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=28HbhrSyDf/BXN0UQDOz9eEe7p9HZESykbAoxHrbhUk=; b=Sv92+UyBqZGIm/lhFQH4XUG7Fjjs06IFqSakXFThFU5VRlarhw+wEnhmm+u3PuhTbiClWdVbmyC2SelxLDpeGR9yfvdS931pUgkMkcxTCIHdA8m5AA4hx9PJttKTj6Da3cqsjMCCxX3qo4QwUETVM34vfkBqFtaehV0ew6wgwaI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by mx.zohomail.com with SMTPS id 1583426576251595.6527038579792; Thu, 5 Mar 2020 08:42:56 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-345-8M81qPtxOgeR6BC5ZYiXeQ-1; Thu, 05 Mar 2020 11:42:51 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 73E4E101FC67; Thu, 5 Mar 2020 16:42:45 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A9C945C3FA; Thu, 5 Mar 2020 16:42:43 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 69D6F86A04; Thu, 5 Mar 2020 16:42:41 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 025Ggdq7024183 for ; Thu, 5 Mar 2020 11:42:39 -0500 Received: by smtp.corp.redhat.com (Postfix) id 8BC745DA82; Thu, 5 Mar 2020 16:42:39 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (ovpn-204-56.brq.redhat.com [10.40.204.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B1F385DA81 for ; Thu, 5 Mar 2020 16:42:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583426575; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=28HbhrSyDf/BXN0UQDOz9eEe7p9HZESykbAoxHrbhUk=; b=GWAqc+rH8QrNGg1MgNP8RAp0Z6qC5rb5zrGO07eQIVCOMwiAzfrDox6jdatpg1gJxZ4cwS j3nSZEqGhbaajTZNwGNLppcDp5/i7iOdinAfKl9Wd4VNPl5bCc0OgGQqI4PCtkzT0HEnWW yQ1sfOfiDyRO/j0NteceXgDH+QS5D7I= X-MC-Unique: 8M81qPtxOgeR6BC5ZYiXeQ-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt PATCH] logging: Use default timeout of 120 seconds for virtlogd Date: Thu, 5 Mar 2020 17:42:28 +0100 Message-Id: <20200305164228.12205-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Daniel Henrique Barboza --- 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=3D +VIRTLOGD_ARGS=3D"--timeout 120" --=20 2.24.1