summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-01-02 21:20:22 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-01-02 21:20:22 +0900
commit35acd2b0a564655786fa18938227e9e556e784a7 (patch)
treeca3973d44ccb6b8bf20ea4636bb07fd750d70708 /etc
parente5ef39604cb025f341d1ff4ea92d46a2caeb8108 (diff)
downloadcinder-35acd2b0a564655786fa18938227e9e556e784a7.tar.gz
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: Ief8858c9f236f28388d77902df41eba698e503fe
Diffstat (limited to 'etc')
-rw-r--r--etc/cinder/rootwrap.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/cinder/rootwrap.conf b/etc/cinder/rootwrap.conf
index bf41bbd14..3180e12be 100644
--- a/etc/cinder/rootwrap.conf
+++ b/etc/cinder/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