Merge "Update cinder options for icehouse with latest autohelp"
This commit is contained in:
commit
d8902e53d2
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>api_paste_config = api-paste.ini</td>
|
<td>api_paste_config = api-paste.ini</td>
|
||||||
<td>(StrOpt) File name for the paste.deploy config for cinder-api</td>
|
<td>(StrOpt) File name for the paste.deploy config for cinder-api</td>
|
||||||
@ -75,14 +78,6 @@
|
|||||||
<td>volume_name_template = volume-%s</td>
|
<td>volume_name_template = volume-%s</td>
|
||||||
<td>(StrOpt) Template string to be used to generate volume names</td>
|
<td>(StrOpt) Template string to be used to generate volume names</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>volume_transfer_key_length = 16</td>
|
|
||||||
<td>(IntOpt) The number of characters in the autogenerated auth key.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>volume_transfer_salt_length = 8</td>
|
|
||||||
<td>(IntOpt) The number of characters in the salt.</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>auth_strategy = noauth</td>
|
<td>auth_strategy = noauth</td>
|
||||||
<td>(StrOpt) The strategy to use for auth. Supports noauth, keystone, and deprecated.</td>
|
<td>(StrOpt) The strategy to use for auth. Supports noauth, keystone, and deprecated.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>backup_api_class = cinder.backup.api.API</td>
|
<td>backup_api_class = cinder.backup.api.API</td>
|
||||||
<td>(StrOpt) The full class name of the volume backup API class</td>
|
<td>(StrOpt) The full class name of the volume backup API class</td>
|
||||||
@ -49,4 +52,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>backup_ceph_chunk_size = 134217728</td>
|
<td>backup_ceph_chunk_size = 134217728</td>
|
||||||
<td>(IntOpt) the chunk size in bytes that a backup will be broken into before transfer to backup store</td>
|
<td>(IntOpt) the chunk size in bytes that a backup will be broken into before transfer to backup store</td>
|
||||||
@ -45,4 +48,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>backup_swift_auth = per_user</td>
|
<td>backup_swift_auth = per_user</td>
|
||||||
<td>(StrOpt) Swift authentication mechanism</td>
|
<td>(StrOpt) Swift authentication mechanism</td>
|
||||||
@ -49,4 +52,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>backup_tsm_compression = True</td>
|
<td>backup_tsm_compression = True</td>
|
||||||
<td>(BoolOpt) Enable or Disable compression for backups</td>
|
<td>(BoolOpt) Enable or Disable compression for backups</td>
|
||||||
@ -29,4 +32,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>available_devices = </td>
|
<td>available_devices = </td>
|
||||||
<td>(ListOpt) List of all available devices</td>
|
<td>(ListOpt) List of all available devices</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>compute_api_class = cinder.compute.nova.API</td>
|
<td>compute_api_class = cinder.compute.nova.API</td>
|
||||||
<td>(StrOpt) The full class name of the compute API class to use</td>
|
<td>(StrOpt) The full class name of the compute API class to use</td>
|
||||||
@ -60,25 +63,9 @@
|
|||||||
<td>(BoolOpt) make exception message format errors fatal</td>
|
<td>(BoolOpt) make exception message format errors fatal</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>host = docwork</td>
|
<td>host = oslo</td>
|
||||||
<td>(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address.</td>
|
<td>(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>host = 127.0.0.1</td>
|
|
||||||
<td>(StrOpt) Host to locate redis</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>host = docwork</td>
|
|
||||||
<td>(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>host = 127.0.0.1</td>
|
|
||||||
<td>(StrOpt) Host to locate redis</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>idle_timeout = 3600</td>
|
|
||||||
<td>(IntOpt) timeout before idle sql connections are reaped</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>iet_conf = /etc/iet/ietd.conf</td>
|
<td>iet_conf = /etc/iet/ietd.conf</td>
|
||||||
<td>(StrOpt) IET configuration file</td>
|
<td>(StrOpt) IET configuration file</td>
|
||||||
@ -92,23 +79,23 @@
|
|||||||
<td>(StrOpt) Directory to use for lock files. Default to a temp directory</td>
|
<td>(StrOpt) Directory to use for lock files. Default to a temp directory</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>log_config_append = None</td>
|
<td>log-config-append = None</td>
|
||||||
<td>(StrOpt) The name of logging configuration file. It does not disable existing loggers, but just appends specified logging configuration to any other existing logging options. Please see the Python logging module documentation for details on logging configuration files.</td>
|
<td>(StrOpt) The name of logging configuration file. It does not disable existing loggers, but just appends specified logging configuration to any other existing logging options. Please see the Python logging module documentation for details on logging configuration files.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>log_date_format = %Y-%m-%d %H:%M:%S</td>
|
<td>log-date-format = %Y-%m-%d %H:%M:%S</td>
|
||||||
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s</td>
|
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>log_dir = None</td>
|
<td>log-dir = None</td>
|
||||||
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths</td>
|
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>log_file = None</td>
|
<td>log-file = None</td>
|
||||||
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
|
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>log_format = None</td>
|
<td>log-format = None</td>
|
||||||
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
|
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -136,7 +123,7 @@
|
|||||||
<td>(ListOpt) List of modules/decorators to monkey patch</td>
|
<td>(ListOpt) List of modules/decorators to monkey patch</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>my_ip = 192.168.0.8</td>
|
<td>my_ip = 10.0.0.1</td>
|
||||||
<td>(StrOpt) ip address of this host</td>
|
<td>(StrOpt) ip address of this host</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -147,10 +134,6 @@
|
|||||||
<td>num_shell_tries = 3</td>
|
<td>num_shell_tries = 3</td>
|
||||||
<td>(IntOpt) number of times to attempt to run flakey shell commands</td>
|
<td>(IntOpt) number of times to attempt to run flakey shell commands</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>password = None</td>
|
|
||||||
<td>(StrOpt) Password for Redis server. (optional)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>periodic_fuzzy_delay = 60</td>
|
<td>periodic_fuzzy_delay = 60</td>
|
||||||
<td>(IntOpt) range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
|
<td>(IntOpt) range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
|
||||||
@ -168,11 +151,7 @@
|
|||||||
<td>(StrOpt) JSON file representing policy</td>
|
<td>(StrOpt) JSON file representing policy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>port = 6379</td>
|
<td>pybasedir = /usr/lib/python/site-packages</td>
|
||||||
<td>(IntOpt) Use this port to connect to redis host.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>pybasedir = /usr/lib/python2.7/site-packages</td>
|
|
||||||
<td>(StrOpt) Directory where the cinder python module is installed</td>
|
<td>(StrOpt) Directory where the cinder python module is installed</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -183,10 +162,6 @@
|
|||||||
<td>reserved_percentage = 0</td>
|
<td>reserved_percentage = 0</td>
|
||||||
<td>(IntOpt) The percentage of backend capacity is reserved</td>
|
<td>(IntOpt) The percentage of backend capacity is reserved</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>retry_interval = 10</td>
|
|
||||||
<td>(IntOpt) interval between retries of opening a sql connection</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>root_helper = sudo</td>
|
<td>root_helper = sudo</td>
|
||||||
<td>(StrOpt) Deprecated: command to use for running commands as root</td>
|
<td>(StrOpt) Deprecated: command to use for running commands as root</td>
|
||||||
@ -232,21 +207,21 @@
|
|||||||
<td>(StrOpt) availability zone of this node</td>
|
<td>(StrOpt) availability zone of this node</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>syslog_log_facility = LOG_USER</td>
|
<td>syslog-log-facility = LOG_USER</td>
|
||||||
<td>(StrOpt) syslog facility to receive log lines</td>
|
<td>(StrOpt) syslog facility to receive log lines</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>tcp_keepidle = 600</td>
|
<td>tcp_keepidle = 600</td>
|
||||||
<td>(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.</td>
|
<td>(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>topics = notifications</td>
|
|
||||||
<td>(ListOpt) AMQP topic(s) used for OpenStack notifications</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>until_refresh = 0</td>
|
<td>until_refresh = 0</td>
|
||||||
<td>(IntOpt) count of reservations until usage is refreshed</td>
|
<td>(IntOpt) count of reservations until usage is refreshed</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>use-syslog = False</td>
|
||||||
|
<td>(BoolOpt) Use syslog for logging.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>use_forwarded_for = False</td>
|
<td>use_forwarded_for = False</td>
|
||||||
<td>(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy.</td>
|
<td>(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy.</td>
|
||||||
@ -256,16 +231,45 @@
|
|||||||
<td>(BoolOpt) Log output to standard error</td>
|
<td>(BoolOpt) Log output to standard error</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>use_syslog = False</td>
|
<td>verbose = False</td>
|
||||||
<td>(BoolOpt) Use syslog for logging.</td>
|
<td>(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[database]</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>idle_timeout = 3600</td>
|
||||||
|
<td>(IntOpt) timeout before idle sql connections are reaped</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>retry_interval = 10</td>
|
||||||
|
<td>(IntOpt) interval between retries of opening a sql connection</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>use_tpool = False</td>
|
<td>use_tpool = False</td>
|
||||||
<td>(BoolOpt) Enable the experimental use of thread pooling for all DB API calls</td>
|
<td>(BoolOpt) Enable the experimental use of thread pooling for all DB API calls</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>verbose = False</td>
|
<th colspan="2">[matchmaker_redis]</th>
|
||||||
<td>(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).</td>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>host = 127.0.0.1</td>
|
||||||
|
<td>(StrOpt) Host to locate redis</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>password = None</td>
|
||||||
|
<td>(StrOpt) Password for Redis server. (optional)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>port = 6379</td>
|
||||||
|
<td>(IntOpt) Use this port to connect to redis host.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[rpc_notifier2]</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>topics = notifications</td>
|
||||||
|
<td>(ListOpt) AMQP topic(s) used for OpenStack notifications</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>nova_api_insecure = False</td>
|
<td>nova_api_insecure = False</td>
|
||||||
<td>(BoolOpt) Allow to perform insecure SSL requests to nova</td>
|
<td>(BoolOpt) Allow to perform insecure SSL requests to nova</td>
|
||||||
@ -45,4 +48,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[database]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>connection = sqlite:///$state_path/$sqlite_db</td>
|
<td>connection = sqlite:///$state_path/$sqlite_db</td>
|
||||||
<td>(StrOpt) The SQLAlchemy connection string used to connect to the database</td>
|
<td>(StrOpt) The SQLAlchemy connection string used to connect to the database</td>
|
||||||
@ -27,10 +30,6 @@
|
|||||||
<td>connection_trace = False</td>
|
<td>connection_trace = False</td>
|
||||||
<td>(BoolOpt) Add python stack traces to SQL as comment strings</td>
|
<td>(BoolOpt) Add python stack traces to SQL as comment strings</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>connection_type = None</td>
|
|
||||||
<td>(StrOpt) Virtualization api connection type : libvirt, xenapi, or fake</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>coraid_esm_address = </td>
|
<td>coraid_esm_address = </td>
|
||||||
<td>(StrOpt) IP address of Coraid ESM</td>
|
<td>(StrOpt) IP address of Coraid ESM</td>
|
||||||
@ -37,4 +40,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>db_backend = sqlalchemy</td>
|
<td>db_backend = sqlalchemy</td>
|
||||||
<td>(StrOpt) The backend to use for db</td>
|
<td>(StrOpt) The backend to use for db</td>
|
||||||
@ -25,4 +28,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>eqlx_chap_login = admin</td>
|
<td>eqlx_chap_login = admin</td>
|
||||||
<td>(StrOpt) Existing CHAP account name</td>
|
<td>(StrOpt) Existing CHAP account name</td>
|
||||||
@ -45,4 +48,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>hds_cinder_config_file = /opt/hds/hus/cinder_hus_conf.xml</td>
|
<td>hds_cinder_config_file = /opt/hds/hus/cinder_hus_conf.xml</td>
|
||||||
<td>(StrOpt) configuration file for HDS cinder plugin for HUS</td>
|
<td>(StrOpt) configuration file for HDS cinder plugin for HUS</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>hp3par_api_url = </td>
|
<td>hp3par_api_url = </td>
|
||||||
<td>(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1</td>
|
<td>(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1</td>
|
||||||
@ -31,10 +34,6 @@
|
|||||||
<td>hp3par_debug = False</td>
|
<td>hp3par_debug = False</td>
|
||||||
<td>(BoolOpt) Enable HTTP debugging to 3PAR</td>
|
<td>(BoolOpt) Enable HTTP debugging to 3PAR</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>hp3par_domain = None</td>
|
|
||||||
<td>(StrOpt) This option is DEPRECATED and no longer used. The 3par domain name to use.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>hp3par_iscsi_ips = </td>
|
<td>hp3par_iscsi_ips = </td>
|
||||||
<td>(ListOpt) List of target iSCSI addresses to use.</td>
|
<td>(ListOpt) List of target iSCSI addresses to use.</td>
|
||||||
@ -57,4 +56,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>cinder_huawei_conf_file = /etc/cinder/cinder_huawei_conf.xml</td>
|
<td>cinder_huawei_conf_file = /etc/cinder/cinder_huawei_conf.xml</td>
|
||||||
<td>(StrOpt) config data for cinder huawei plugin</td>
|
<td>(StrOpt) config data for cinder huawei plugin</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>allowed_direct_url_schemes = </td>
|
<td>allowed_direct_url_schemes = </td>
|
||||||
<td>(ListOpt) A list of url schemes that can be downloaded directly via the direct_url. Currently supported schemes: [file].</td>
|
<td>(ListOpt) A list of url schemes that can be downloaded directly via the direct_url. Currently supported schemes: [file].</td>
|
||||||
@ -56,11 +59,11 @@
|
|||||||
<td>(StrOpt) Directory used for temporary storage during image conversion</td>
|
<td>(StrOpt) Directory used for temporary storage during image conversion</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>instance_format = [instance: %(uuid)s] </td>
|
<td>instance_format = "[instance: %(uuid)s] "</td>
|
||||||
<td>(StrOpt) If an instance is passed with the log message, format it like this</td>
|
<td>(StrOpt) If an instance is passed with the log message, format it like this</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>instance_uuid_format = [instance: %(uuid)s] </td>
|
<td>instance_uuid_format = "[instance: %(uuid)s] "</td>
|
||||||
<td>(StrOpt) If an instance UUID is passed with the log message, format it like this</td>
|
<td>(StrOpt) If an instance UUID is passed with the log message, format it like this</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -69,4 +72,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[keymgr]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager</td>
|
<td>api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager</td>
|
||||||
<td>(StrOpt) The full class name of the key manager API class</td>
|
<td>(StrOpt) The full class name of the key manager API class</td>
|
||||||
@ -25,4 +28,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>backlog = 4096</td>
|
<td>backlog = 4096</td>
|
||||||
<td>(IntOpt) Number of backlog requests to configure the socket with</td>
|
<td>(IntOpt) Number of backlog requests to configure the socket with</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>lvm_mirrors = 0</td>
|
<td>lvm_mirrors = 0</td>
|
||||||
<td>(IntOpt) If set, create lvms with multiple mirrors. Note that this requires lvm_mirrors + 2 pvs with available space</td>
|
<td>(IntOpt) If set, create lvms with multiple mirrors. Note that this requires lvm_mirrors + 2 pvs with available space</td>
|
||||||
@ -29,4 +32,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>netapp_login = None</td>
|
<td>netapp_login = None</td>
|
||||||
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
|
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
|
||||||
@ -57,4 +60,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>expiry_thres_minutes = 720</td>
|
<td>expiry_thres_minutes = 720</td>
|
||||||
<td>(IntOpt) This option specifies the threshold for last access time for images in the NFS image cache. When a cache cleaning cycle begins, images in the cache that have not been accessed in the last M minutes, where M is the value of this parameter, will be deleted from the cache to create free space on the NFS share.</td>
|
<td>(IntOpt) This option specifies the threshold for last access time for images in the NFS image cache. When a cache cleaning cycle begins, images in the cache that have not been accessed in the last M minutes, where M is the value of this parameter, will be deleted from the cache to create free space on the NFS share.</td>
|
||||||
@ -57,4 +60,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>netapp_login = None</td>
|
<td>netapp_login = None</td>
|
||||||
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
|
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
|
||||||
@ -53,4 +56,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>expiry_thres_minutes = 720</td>
|
<td>expiry_thres_minutes = 720</td>
|
||||||
<td>(IntOpt) This option specifies the threshold for last access time for images in the NFS image cache. When a cache cleaning cycle begins, images in the cache that have not been accessed in the last M minutes, where M is the value of this parameter, will be deleted from the cache to create free space on the NFS share.</td>
|
<td>(IntOpt) This option specifies the threshold for last access time for images in the NFS image cache. When a cache cleaning cycle begins, images in the cache that have not been accessed in the last M minutes, where M is the value of this parameter, will be deleted from the cache to create free space on the NFS share.</td>
|
||||||
@ -61,4 +64,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>nexenta_blocksize = </td>
|
<td>nexenta_blocksize = </td>
|
||||||
<td>(StrOpt) block size for volumes (blank=default,8KB)</td>
|
<td>(StrOpt) block size for volumes (blank=default,8KB)</td>
|
||||||
@ -77,4 +80,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>nexenta_mount_options = None</td>
|
<td>nexenta_mount_options = None</td>
|
||||||
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details</td>
|
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details</td>
|
||||||
@ -45,4 +48,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Warning: Do not edit this file. It is automatically
|
|
||||||
generated and your changes will be overwritten.
|
|
||||||
The tool to do so lives in the tools directory of this
|
|
||||||
repository -->
|
|
||||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
||||||
<table rules="all">
|
|
||||||
<caption>Description of configuration options for nfs</caption>
|
|
||||||
<col width="50%"/>
|
|
||||||
<col width="50%"/>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Configuration option = Default value</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>nfs_mount_options = None</td>
|
|
||||||
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nfs_mount_point_base = $state_path/mnt</td>
|
|
||||||
<td>(StrOpt) Base dir containing mount points for nfs shares.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nfs_oversub_ratio = 1.0</td>
|
|
||||||
<td>(FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nfs_shares_config = /etc/cinder/nfs_shares</td>
|
|
||||||
<td>(StrOpt) File with the list of available nfs shares</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nfs_sparsed_volumes = True</td>
|
|
||||||
<td>(BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nfs_used_ratio = 0.95</td>
|
|
||||||
<td>(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination.</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</para>
|
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>max_age = 0</td>
|
<td>max_age = 0</td>
|
||||||
<td>(IntOpt) number of seconds between subsequent usage refreshes</td>
|
<td>(IntOpt) number of seconds between subsequent usage refreshes</td>
|
||||||
@ -45,4 +48,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions</td>
|
<td>allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions</td>
|
||||||
<td>(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</td>
|
<td>(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</td>
|
||||||
@ -163,10 +166,6 @@
|
|||||||
<td>rabbit_virtual_host = /</td>
|
<td>rabbit_virtual_host = /</td>
|
||||||
<td>(StrOpt) the RabbitMQ virtual host</td>
|
<td>(StrOpt) the RabbitMQ virtual host</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
|
|
||||||
<td>(StrOpt) Matchmaker ring file (JSON)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>rpc_backend = cinder.openstack.common.rpc.impl_kombu</td>
|
<td>rpc_backend = cinder.openstack.common.rpc.impl_kombu</td>
|
||||||
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
|
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
|
||||||
@ -196,7 +195,7 @@
|
|||||||
<td>(IntOpt) Number of ZeroMQ contexts, defaults to 1</td>
|
<td>(IntOpt) Number of ZeroMQ contexts, defaults to 1</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>rpc_zmq_host = docwork</td>
|
<td>rpc_zmq_host = oslo</td>
|
||||||
<td>(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.</td>
|
<td>(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -219,6 +218,13 @@
|
|||||||
<td>volume_topic = cinder-volume</td>
|
<td>volume_topic = cinder-volume</td>
|
||||||
<td>(StrOpt) the topic volume nodes listen on</td>
|
<td>(StrOpt) the topic volume nodes listen on</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[matchmaker_ring]</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
|
||||||
|
<td>(StrOpt) Matchmaker ring file (JSON)</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>san_zfs_volume_base = rpool/</td>
|
<td>san_zfs_volume_base = rpool/</td>
|
||||||
<td>(StrOpt) The ZFS path under which to create zvols for volumes.</td>
|
<td>(StrOpt) The ZFS path under which to create zvols for volumes.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>san_clustername = </td>
|
<td>san_clustername = </td>
|
||||||
<td>(StrOpt) Cluster name to use for creating volumes</td>
|
<td>(StrOpt) Cluster name to use for creating volumes</td>
|
||||||
@ -61,4 +64,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>scality_sofs_config = None</td>
|
<td>scality_sofs_config = None</td>
|
||||||
<td>(StrOpt) Path or URL to Scality SOFS configuration file</td>
|
<td>(StrOpt) Path or URL to Scality SOFS configuration file</td>
|
||||||
@ -29,4 +32,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>scheduler_default_filters = AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter</td>
|
<td>scheduler_default_filters = AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter</td>
|
||||||
<td>(ListOpt) Which filter class names to use for filtering hosts when not specified in the request.</td>
|
<td>(ListOpt) Which filter class names to use for filtering hosts when not specified in the request.</td>
|
||||||
@ -49,4 +52,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,9 +15,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>sf_account_prefix = None</td>
|
<td>sf_account_prefix = None</td>
|
||||||
<td>(StrOpt) Create SolidFire accounts with this prefix. Uses current hostname if unset (default).</td>
|
<td>(StrOpt) Create SolidFire accounts with this prefix. Any string can be used here, but the string "hostname" is special and will create a prefix using the cinder node hostsname (previous default behavior). The default is NO prefix.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>sf_allow_tenant_qos = False</td>
|
<td>sf_allow_tenant_qos = False</td>
|
||||||
@ -33,4 +36,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -16,12 +16,11 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>allocated_capacity_weight_multiplier = -1.0</td>
|
<th colspan="2">[DEFAULT]</th>
|
||||||
<td>(FloatOpt) Multiplier used for weighing volume capacity. Negative numbers mean to stack vs spread.</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>backend = sqlalchemy</td>
|
<td>allocated_capacity_weight_multiplier = -1.0</td>
|
||||||
<td>(StrOpt) The backend to use for db</td>
|
<td>(FloatOpt) Multiplier used for weighing volume capacity. Negative numbers mean to stack vs spread.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>bindir = $pybasedir/bin</td>
|
<td>bindir = $pybasedir/bin</td>
|
||||||
@ -81,32 +80,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>max_gigabytes = 10000</td>
|
<td>max_gigabytes = 10000</td>
|
||||||
<td>(IntOpt) maximum number of volume gigabytes to allow per host</td>
|
<td>(IntOpt) This configure option has been deprecated along with the SimpleScheduler. New scheduler is able to gather capacity information for each host, thus setting the maximum number of volume gigabytes for host is no longer needed. It's safe to remove this configure from cinder.conf.</td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>max_overflow = None</td>
|
|
||||||
<td>(IntOpt) If set, use this value for max_overflow with sqlalchemy</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>max_pool_size = 5</td>
|
|
||||||
<td>(IntOpt) Maximum number of SQL connections to keep open in a pool</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>max_retries = 10</td>
|
|
||||||
<td>(IntOpt) maximum db connection retries during startup. (setting -1 implies an infinite retry count)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memcached_servers = None</td>
|
|
||||||
<td>(ListOpt) Memcached servers or None for in process cache.</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>migration_create_volume_timeout_secs = 300</td>
|
<td>migration_create_volume_timeout_secs = 300</td>
|
||||||
<td>(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds)</td>
|
<td>(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>min_pool_size = 1</td>
|
|
||||||
<td>(IntOpt) Minimum number of SQL connections to keep open in a pool</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>num_iser_scan_tries = 3</td>
|
<td>num_iser_scan_tries = 3</td>
|
||||||
<td>(IntOpt) The maximum number of times to rescan iSER targetto find volume</td>
|
<td>(IntOpt) The maximum number of times to rescan iSER targetto find volume</td>
|
||||||
@ -155,6 +134,29 @@
|
|||||||
<td>zadara_default_stripesize = 64</td>
|
<td>zadara_default_stripesize = 64</td>
|
||||||
<td>(StrOpt) Default stripe size for volumes</td>
|
<td>(StrOpt) Default stripe size for volumes</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[database]</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>backend = sqlalchemy</td>
|
||||||
|
<td>(StrOpt) The backend to use for db</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>max_overflow = None</td>
|
||||||
|
<td>(IntOpt) If set, use this value for max_overflow with sqlalchemy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>max_pool_size = 5</td>
|
||||||
|
<td>(IntOpt) Maximum number of SQL connections to keep open in a pool</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>max_retries = 10</td>
|
||||||
|
<td>(IntOpt) maximum db connection retries during startup. (setting -1 implies an infinite retry count)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>min_pool_size = 1</td>
|
||||||
|
<td>(IntOpt) Minimum number of SQL connections to keep open in a pool</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>rbd_ceph_conf = </td>
|
<td>rbd_ceph_conf = </td>
|
||||||
<td>(StrOpt) path to the ceph configuration file to use</td>
|
<td>(StrOpt) path to the ceph configuration file to use</td>
|
||||||
@ -45,4 +48,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>glusterfs_mount_point_base = $state_path/mnt</td>
|
<td>glusterfs_mount_point_base = $state_path/mnt</td>
|
||||||
<td>(StrOpt) Base dir containing mount points for gluster shares.</td>
|
<td>(StrOpt) Base dir containing mount points for gluster shares.</td>
|
||||||
@ -33,4 +36,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>gpfs_images_dir = None</td>
|
<td>gpfs_images_dir = None</td>
|
||||||
<td>(StrOpt) Specifies the path of the Image service repository in GPFS. Leave undefined if not storing images in GPFS.</td>
|
<td>(StrOpt) Specifies the path of the Image service repository in GPFS. Leave undefined if not storing images in GPFS.</td>
|
||||||
@ -37,4 +40,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -1,64 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Warning: Do not edit this file. It is automatically
|
|
||||||
generated and your changes will be overwritten.
|
|
||||||
The tool to do so lives in the tools directory of this
|
|
||||||
repository -->
|
|
||||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
||||||
<table rules="all">
|
|
||||||
<caption>Description of configuration options for storage_nexenta_iscsi</caption>
|
|
||||||
<col width="50%"/>
|
|
||||||
<col width="50%"/>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Configuration option = Default value</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_blocksize = </td>
|
|
||||||
<td>(StrOpt) block size for volumes (blank=default,8KB)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_host = </td>
|
|
||||||
<td>(StrOpt) IP address of Nexenta SA</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_iscsi_target_portal_port = 3260</td>
|
|
||||||
<td>(IntOpt) Nexenta target portal port</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_password = nexenta</td>
|
|
||||||
<td>(StrOpt) Password to connect to Nexenta SA</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_rest_port = 2000</td>
|
|
||||||
<td>(IntOpt) HTTP port to connect to Nexenta REST API server</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_rest_protocol = auto</td>
|
|
||||||
<td>(StrOpt) Use http or https for REST connection (default auto)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_sparse = False</td>
|
|
||||||
<td>(BoolOpt) flag to create sparse volumes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_target_group_prefix = cinder/</td>
|
|
||||||
<td>(StrOpt) prefix for iSCSI target groups on SA</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_target_prefix = iqn.1986-03.com.sun:02:cinder-</td>
|
|
||||||
<td>(StrOpt) IQN prefix for iSCSI targets</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_user = admin</td>
|
|
||||||
<td>(StrOpt) User name to connect to Nexenta SA</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_volume = cinder</td>
|
|
||||||
<td>(StrOpt) pool on SA that will hold all volumes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</para>
|
|
@ -1,48 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Warning: Do not edit this file. It is automatically
|
|
||||||
generated and your changes will be overwritten.
|
|
||||||
The tool to do so lives in the tools directory of this
|
|
||||||
repository -->
|
|
||||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
||||||
<table rules="all">
|
|
||||||
<caption>Description of configuration options for storage_nexenta_nfs</caption>
|
|
||||||
<col width="50%"/>
|
|
||||||
<col width="50%"/>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Configuration option = Default value</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_mount_options = None</td>
|
|
||||||
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_mount_point_base = $state_path/mnt</td>
|
|
||||||
<td>(StrOpt) Base dir containing mount points for nfs shares</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_oversub_ratio = 1.0</td>
|
|
||||||
<td>(FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_shares_config = /etc/cinder/nfs_shares</td>
|
|
||||||
<td>(StrOpt) File with the list of available nfs shares</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_sparsed_volumes = True</td>
|
|
||||||
<td>(BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_used_ratio = 0.95</td>
|
|
||||||
<td>(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>nexenta_volume_compression = on</td>
|
|
||||||
<td>(StrOpt) Default compression value for new ZFS folders.</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</para>
|
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>nfs_mount_options = None</td>
|
<td>nfs_mount_options = None</td>
|
||||||
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details.</td>
|
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details.</td>
|
||||||
@ -41,4 +44,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>xenapi_connection_password = None</td>
|
<td>xenapi_connection_password = None</td>
|
||||||
<td>(StrOpt) Password for XenAPI connection</td>
|
<td>(StrOpt) Password for XenAPI connection</td>
|
||||||
@ -41,4 +44,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>storwize_svc_connection_protocol = iSCSI</td>
|
<td>storwize_svc_connection_protocol = iSCSI</td>
|
||||||
<td>(StrOpt) Connection protocol (iSCSI/FC)</td>
|
<td>(StrOpt) Connection protocol (iSCSI/FC)</td>
|
||||||
@ -69,4 +72,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>vmware_api_retry_count = 10</td>
|
<td>vmware_api_retry_count = 10</td>
|
||||||
<td>(IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues.</td>
|
<td>(IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues.</td>
|
||||||
@ -53,4 +56,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>windows_iscsi_lun_path = C:\iSCSIVirtualDisks</td>
|
<td>windows_iscsi_lun_path = C:\iSCSIVirtualDisks</td>
|
||||||
<td>(StrOpt) Path to store VHD backed volumes</td>
|
<td>(StrOpt) Path to store VHD backed volumes</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>xiv_ds8k_connection_type = iscsi</td>
|
<td>xiv_ds8k_connection_type = iscsi</td>
|
||||||
<td>(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)</td>
|
<td>(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)</td>
|
||||||
@ -25,4 +28,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>zadara_default_striping_mode = simple</td>
|
<td>zadara_default_striping_mode = simple</td>
|
||||||
<td>(StrOpt) Default striping mode for volumes</td>
|
<td>(StrOpt) Default striping mode for volumes</td>
|
||||||
@ -65,4 +68,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -15,10 +15,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">[DEFAULT]</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>cloned_volume_same_az = True</td>
|
<td>cloned_volume_same_az = True</td>
|
||||||
<td>(BoolOpt) Ensure that the new volumes are the same AZ as snapshot or source volume</td>
|
<td>(BoolOpt) Ensure that the new volumes are the same AZ as snapshot or source volume</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
</para>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
<para>This table contains the options supported
|
<para>This table contains the options supported
|
||||||
by the Nexenta iSCSI driver.</para>
|
by the Nexenta iSCSI driver.</para>
|
||||||
<xi:include
|
<xi:include
|
||||||
href="../../../common/tables/cinder-storage_nexenta_iscsi.xml"/>
|
href="../../../common/tables/cinder-nexenta_iscsi.xml"/>
|
||||||
<para>To use Compute with the Nexenta iSCSI driver, first
|
<para>To use Compute with the Nexenta iSCSI driver, first
|
||||||
set the <code>volume_driver</code>:</para>
|
set the <code>volume_driver</code>:</para>
|
||||||
<programlisting language="ini">volume_driver=cinder.volume.drivers.nexenta.iscsi.NexentaISCSIDriver
|
<programlisting language="ini">volume_driver=cinder.volume.drivers.nexenta.iscsi.NexentaISCSIDriver
|
||||||
@ -91,7 +91,7 @@ volume_driver = cinder.volume.drivers.nexenta.nfs.NexentaNfsDriver
|
|||||||
<para>The following table contains the options supported
|
<para>The following table contains the options supported
|
||||||
by the Nexenta NFS driver.</para>
|
by the Nexenta NFS driver.</para>
|
||||||
<xi:include
|
<xi:include
|
||||||
href="../../../common/tables/cinder-storage_nexenta_nfs.xml"/>
|
href="../../../common/tables/cinder-nexenta_nfs.xml"/>
|
||||||
<para>Add your list of Nexenta NFS servers to the file you
|
<para>Add your list of Nexenta NFS servers to the file you
|
||||||
specified with the <code>nexenta_shares_config</code>
|
specified with the <code>nexenta_shares_config</code>
|
||||||
option. For example, if the value of this option was
|
option. For example, if the value of this option was
|
||||||
|
@ -4,13 +4,11 @@ allowed_rpc_exception_modules rpc
|
|||||||
amqp_auto_delete rpc
|
amqp_auto_delete rpc
|
||||||
amqp_durable_queues rpc
|
amqp_durable_queues rpc
|
||||||
amqp_rpc_single_reply_queue rpc
|
amqp_rpc_single_reply_queue rpc
|
||||||
api_class keymgr
|
|
||||||
api_paste_config api
|
api_paste_config api
|
||||||
api_rate_limit api
|
api_rate_limit api
|
||||||
auth_strategy auth
|
auth_strategy auth
|
||||||
available_devices block-device
|
available_devices block-device
|
||||||
backdoor_port api
|
backdoor_port api
|
||||||
backend storage
|
|
||||||
backlog log
|
backlog log
|
||||||
backup_api_class backups
|
backup_api_class backups
|
||||||
backup_ceph_chunk_size backups_ceph
|
backup_ceph_chunk_size backups_ceph
|
||||||
@ -40,10 +38,6 @@ capacity_weight_multiplier storage
|
|||||||
cinder_huawei_conf_file huawei
|
cinder_huawei_conf_file huawei
|
||||||
cloned_volume_same_az zones
|
cloned_volume_same_az zones
|
||||||
compute_api_class common
|
compute_api_class common
|
||||||
connection connection
|
|
||||||
connection_debug connection
|
|
||||||
connection_trace connection
|
|
||||||
connection_type connection
|
|
||||||
control_exchange rpc
|
control_exchange rpc
|
||||||
coraid_esm_address coraid
|
coraid_esm_address coraid
|
||||||
coraid_group coraid
|
coraid_group coraid
|
||||||
@ -72,9 +66,9 @@ eqlx_pool eqlx
|
|||||||
eqlx_use_chap eqlx
|
eqlx_use_chap eqlx
|
||||||
expiry_thres_minutes netapp_7mode_nfs netapp_cdot_nfs
|
expiry_thres_minutes netapp_7mode_nfs netapp_cdot_nfs
|
||||||
fake_rabbit rpc
|
fake_rabbit rpc
|
||||||
|
fake_tests Unknown
|
||||||
fatal_deprecations common
|
fatal_deprecations common
|
||||||
fatal_exception_format_errors common
|
fatal_exception_format_errors common
|
||||||
fixed_key keymgr
|
|
||||||
glance_api_insecure images
|
glance_api_insecure images
|
||||||
glance_api_servers images
|
glance_api_servers images
|
||||||
glance_api_ssl_compression images
|
glance_api_ssl_compression images
|
||||||
@ -94,7 +88,6 @@ gpfs_mount_point_base storage_gpfs
|
|||||||
gpfs_sparse_volumes storage_gpfs
|
gpfs_sparse_volumes storage_gpfs
|
||||||
hds_cinder_config_file hds
|
hds_cinder_config_file hds
|
||||||
host common
|
host common
|
||||||
host common
|
|
||||||
hp3par_api_url hp3par
|
hp3par_api_url hp3par
|
||||||
hp3par_cpg hp3par
|
hp3par_cpg hp3par
|
||||||
hp3par_cpg_snap hp3par
|
hp3par_cpg_snap hp3par
|
||||||
@ -104,7 +97,6 @@ hp3par_password hp3par
|
|||||||
hp3par_snapshot_expiration hp3par
|
hp3par_snapshot_expiration hp3par
|
||||||
hp3par_snapshot_retention hp3par
|
hp3par_snapshot_retention hp3par
|
||||||
hp3par_username hp3par
|
hp3par_username hp3par
|
||||||
idle_timeout common
|
|
||||||
iet_conf common
|
iet_conf common
|
||||||
image_conversion_dir images
|
image_conversion_dir images
|
||||||
instance_format images
|
instance_format images
|
||||||
@ -115,7 +107,7 @@ iscsi_ip_address storage
|
|||||||
iscsi_num_targets storage
|
iscsi_num_targets storage
|
||||||
iscsi_port storage
|
iscsi_port storage
|
||||||
iscsi_target_prefix storage
|
iscsi_target_prefix storage
|
||||||
iser_helper storage
|
iser_helper storage
|
||||||
iser_ip_address storage
|
iser_ip_address storage
|
||||||
iser_num_targets storage
|
iser_num_targets storage
|
||||||
iser_port storage
|
iser_port storage
|
||||||
@ -126,11 +118,11 @@ kombu_ssl_keyfile rpc
|
|||||||
kombu_ssl_version rpc
|
kombu_ssl_version rpc
|
||||||
lio_initiator_iqns common
|
lio_initiator_iqns common
|
||||||
lock_path common
|
lock_path common
|
||||||
log_config_append common
|
log-config-append common
|
||||||
log_date_format common
|
log-date-format common
|
||||||
log_dir common
|
log-dir common
|
||||||
log_file common
|
log-file common
|
||||||
log_format common
|
log-format common
|
||||||
logging_context_format_string common
|
logging_context_format_string common
|
||||||
logging_debug_format_suffix common
|
logging_debug_format_suffix common
|
||||||
logging_default_format_string common
|
logging_default_format_string common
|
||||||
@ -142,12 +134,7 @@ matchmaker_heartbeat_ttl rpc
|
|||||||
matchmaker_ringfile rpc
|
matchmaker_ringfile rpc
|
||||||
max_age quota
|
max_age quota
|
||||||
max_gigabytes storage
|
max_gigabytes storage
|
||||||
max_overflow storage
|
|
||||||
max_pool_size storage
|
|
||||||
max_retries storage
|
|
||||||
memcached_servers storage
|
|
||||||
migration_create_volume_timeout_secs storage
|
migration_create_volume_timeout_secs storage
|
||||||
min_pool_size storage
|
|
||||||
monkey_patch common
|
monkey_patch common
|
||||||
monkey_patch_modules common
|
monkey_patch_modules common
|
||||||
my_ip common
|
my_ip common
|
||||||
@ -210,12 +197,10 @@ osapi_volume_ext_list api
|
|||||||
osapi_volume_extension api
|
osapi_volume_extension api
|
||||||
osapi_volume_listen api
|
osapi_volume_listen api
|
||||||
osapi_volume_listen_port api
|
osapi_volume_listen_port api
|
||||||
password common
|
|
||||||
periodic_fuzzy_delay common
|
periodic_fuzzy_delay common
|
||||||
periodic_interval common
|
periodic_interval common
|
||||||
policy_default_rule common
|
policy_default_rule common
|
||||||
policy_file common
|
policy_file common
|
||||||
port common
|
|
||||||
publish_errors rpc
|
publish_errors rpc
|
||||||
pybasedir common
|
pybasedir common
|
||||||
qpid_heartbeat rpc
|
qpid_heartbeat rpc
|
||||||
@ -253,8 +238,6 @@ report_interval common
|
|||||||
reservation_expire quota
|
reservation_expire quota
|
||||||
reserved_percentage common
|
reserved_percentage common
|
||||||
restore_discard_excess_bytes backups_ceph
|
restore_discard_excess_bytes backups_ceph
|
||||||
retry_interval common
|
|
||||||
ringfile rpc
|
|
||||||
root_helper common
|
root_helper common
|
||||||
rootwrap_config common
|
rootwrap_config common
|
||||||
rpc_backend rpc
|
rpc_backend rpc
|
||||||
@ -297,6 +280,7 @@ sf_api_port solidfire
|
|||||||
sf_emulate_512 solidfire
|
sf_emulate_512 solidfire
|
||||||
snapshot_name_template backups
|
snapshot_name_template backups
|
||||||
snapshot_same_host backups
|
snapshot_same_host backups
|
||||||
|
sqlite_clean_db Unknown
|
||||||
sqlite_db common
|
sqlite_db common
|
||||||
sqlite_synchronous common
|
sqlite_synchronous common
|
||||||
ssh_conn_timeout san
|
ssh_conn_timeout san
|
||||||
@ -320,19 +304,17 @@ storwize_svc_vol_iogrp storwize
|
|||||||
storwize_svc_vol_rsize storwize
|
storwize_svc_vol_rsize storwize
|
||||||
storwize_svc_vol_warning storwize
|
storwize_svc_vol_warning storwize
|
||||||
storwize_svc_volpool_name storwize
|
storwize_svc_volpool_name storwize
|
||||||
syslog_log_facility common
|
syslog-log-facility common
|
||||||
tcp_keepidle common
|
tcp_keepidle common
|
||||||
thres_avl_size_perc_start netapp_7mode_nfs netapp_cdot_nfs
|
thres_avl_size_perc_start netapp_7mode_nfs netapp_cdot_nfs
|
||||||
thres_avl_size_perc_stop netapp_7mode_nfs netapp_cdot_nfs
|
thres_avl_size_perc_stop netapp_7mode_nfs netapp_cdot_nfs
|
||||||
topics common
|
|
||||||
transfer_api_class api
|
transfer_api_class api
|
||||||
until_refresh common
|
until_refresh common
|
||||||
|
use-syslog common
|
||||||
use_default_quota_class quota
|
use_default_quota_class quota
|
||||||
use_forwarded_for common
|
use_forwarded_for common
|
||||||
use_multipath_for_image_xfer images
|
use_multipath_for_image_xfer images
|
||||||
use_stderr common
|
use_stderr common
|
||||||
use_syslog common
|
|
||||||
use_tpool common
|
|
||||||
verbose common
|
verbose common
|
||||||
vmware_api_retry_count vmware
|
vmware_api_retry_count vmware
|
||||||
vmware_host_ip vmware
|
vmware_host_ip vmware
|
||||||
@ -355,8 +337,6 @@ volume_name_template api
|
|||||||
volume_service_inithost_offload storage
|
volume_service_inithost_offload storage
|
||||||
volume_tmp_dir storage_ceph
|
volume_tmp_dir storage_ceph
|
||||||
volume_topic rpc
|
volume_topic rpc
|
||||||
volume_transfer_key_length api
|
|
||||||
volume_transfer_salt_length api
|
|
||||||
volume_usage_audit_period storage
|
volume_usage_audit_period storage
|
||||||
volumes_dir storage
|
volumes_dir storage
|
||||||
windows_iscsi_lun_path windows
|
windows_iscsi_lun_path windows
|
||||||
@ -381,3 +361,21 @@ zadara_vpsa_ip zadara
|
|||||||
zadara_vpsa_poolname zadara
|
zadara_vpsa_poolname zadara
|
||||||
zadara_vpsa_port zadara
|
zadara_vpsa_port zadara
|
||||||
zadara_vpsa_use_ssl zadara
|
zadara_vpsa_use_ssl zadara
|
||||||
|
database/backend storage
|
||||||
|
database/connection connection
|
||||||
|
database/connection_debug connection
|
||||||
|
database/connection_trace connection
|
||||||
|
database/idle_timeout common
|
||||||
|
database/max_overflow storage
|
||||||
|
database/max_pool_size storage
|
||||||
|
database/max_retries storage
|
||||||
|
database/min_pool_size storage
|
||||||
|
database/retry_interval common
|
||||||
|
database/use_tpool common
|
||||||
|
keymgr/api_class keymgr
|
||||||
|
keymgr/fixed_key keymgr
|
||||||
|
matchmaker_redis/host common
|
||||||
|
matchmaker_redis/password common
|
||||||
|
matchmaker_redis/port common
|
||||||
|
matchmaker_ring/ringfile rpc
|
||||||
|
rpc_notifier2/topics common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user