[User Guides] Add Rootwrap Daemon Information
Adding a short section to the Admin Guide Rootwrap chapter on using the rootwrap daemon to reduce overhead. Change-Id: I3a99af9d3c8d7a2b06bcb00cee934b9ff0f2da12 Closes-bug: #1487685
This commit is contained in:
parent
c8de69deca
commit
f428c4b1ea
@ -41,6 +41,9 @@ filters definition files. This chain ensures that the Compute
|
||||
user itself is not in control of the configuration or modules
|
||||
used by the :command:`nova-rootwrap` executable.
|
||||
|
||||
Configure rootwrap
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Configure rootwrap in the ``rootwrap.conf`` file. Because
|
||||
it is in the trusted security path, it must be owned and writable
|
||||
by only the root user. The ``rootwrap_config=entry`` parameter
|
||||
@ -99,3 +102,17 @@ should be different for each filter you define:
|
||||
- (ListOpt) Comma-separated list containing the filter class to
|
||||
use, followed by the Filter arguments (which vary depending
|
||||
on the Filter class selected).
|
||||
|
||||
Configure the rootwrap daemon
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Administrators can use rootwrap daemon support instead of running
|
||||
rootwrap with :command:`sudo`. The rootwrap daemon reduces the
|
||||
overhead and performance loss that results from running
|
||||
``oslo.rootwrap`` with :command:`sudo`. Each call that needs rootwrap
|
||||
privileges requires a new instance of rootwrap. The daemon
|
||||
prevents overhead from the repeated calls. The daemon does not support
|
||||
long running processes, however.
|
||||
|
||||
To enable the rootwrap daemon, set ``use_rootwrap_daemon`` to ``True``
|
||||
in the Compute service configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user