From ca8e4dad7f0b5e34f6544ac510d2259afeef1087 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 2 Jan 2022 21:23:10 +0900 Subject: Sync rootwrap.conf from oslo.rootwrap The current rootwrap.conf file is outdated and doesn't include some parameters. This change updates the content to make it consistent with the latest example file in oslo.rootwrap. Change-Id: I989b7da5ff6afae0c1a476e01c3df07870be5f74 --- etc/nova/rootwrap.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/nova/rootwrap.conf b/etc/nova/rootwrap.conf index c6fd5642b7..25eddbd032 100644 --- a/etc/nova/rootwrap.conf +++ b/etc/nova/rootwrap.conf @@ -25,3 +25,9 @@ syslog_log_facility=syslog # INFO means log all usage # ERROR means only log unsuccessful attempts syslog_log_level=ERROR + +# Rootwrap daemon exits after this seconds of inactivity +daemon_timeout=600 + +# Rootwrap daemon limits itself to that many file descriptors (Linux only) +rlimit_nofile=1024 -- cgit v1.2.1