openstack-manuals/doc/config-reference/source/tables/cinder-osbrick.rst
KATO Tomoyuki 1e22c9c491 [config-ref] update cinder config options for Newton
Change-Id: I18f6f45b9a36352ca93b01367ecc38d8be054582
2016-10-14 10:01:24 +09:00

1.3 KiB

Description of os-brick configuration options
Configuration option = Default value Description
[privsep_osbrick]
capabilities = [] (Unknown) List of Linux capabilities retained by the privsep daemon.
group = None (String) Group that the privsep daemon should run as.
helper_command = None (String) Command to invoke to start the privsep daemon if not using the "fork" method. If not specified, a default is generated using "sudo privsep-helper" and arguments designed to recreate the current configuration. This command must accept suitable --privsep_context and --privsep_sock_path arguments.
user = None (String) User that the privsep daemon should run as.