Update Config reference for cinder
Change-Id: I3fde7cde7a6279eace9894aa309f061712dc5cae Partial-Bug: #1407581
This commit is contained in:
parent
f844b9f400
commit
ff5527feb1
@ -149,6 +149,10 @@
|
||||
<td><option>memcache_use_advanced_pool</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) (Optional) Use the advanced (eventlet safe) memcached client pool. The advanced pool will only work under python 2.x.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>region_name</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) The region in which the identity server can be found.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>revocation_cache_time</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance.</td>
|
||||
|
@ -45,6 +45,14 @@
|
||||
<td><option>backup_object_number_per_notification</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) The number of chunks or objects, for which one Ceilometer notification will be sent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_posix_path</option> = <replaceable>$state_path/backup</replaceable></td>
|
||||
<td>(StrOpt) Path specifying where to store backups.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_service_inithost_offload</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Offload pending backup delete during backup service startup.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_timer_interval</option> = <replaceable>120</replaceable></td>
|
||||
<td>(IntOpt) Interval, in seconds, between two progress notifications reporting the backup status</td>
|
||||
|
@ -19,7 +19,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_container</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Custom container to use for backups.</td>
|
||||
<td>(StrOpt) Custom directory to use for backups.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_enable_progress_timer</option> = <replaceable>True</replaceable></td>
|
||||
@ -27,7 +27,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_file_size</option> = <replaceable>1999994880</replaceable></td>
|
||||
<td>(IntOpt) The maximum size in bytes of the files used to hold backups. If the volume being backed up exceeds this size, then it will be backed up into multiple files. backup_file_size must be a multiple of backup_sha_block_size_bytes.</td>
|
||||
<td>(IntOpt) The maximum size in bytes of the files used to hold backups. If the volume being backed up exceeds this size, then it will be backed up into multiple files.backup_file_size must be a multiple of backup_sha_block_size_bytes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_mount_options</option> = <replaceable>None</replaceable></td>
|
||||
@ -43,7 +43,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backup_share</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) NFS share in fqdn:path, ipv4addr:path, or "[ipv6addr]:path" format.</td>
|
||||
<td>(StrOpt) NFS share in hostname:path, ipv4addr:path, or "[ipv6addr]:path" format.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -41,6 +41,14 @@
|
||||
<td><option>cb_confirm_volume_create_retry_interval</option> = <replaceable>5</replaceable></td>
|
||||
<td>(IntOpt) A retry value in seconds. Will be used by the driver to check if volume creation was successful in CloudByte storage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cb_confirm_volume_delete_retries</option> = <replaceable>3</replaceable></td>
|
||||
<td>(IntOpt) Will confirm a successful volume deletion in CloudByte storage by making this many number of attempts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cb_confirm_volume_delete_retry_interval</option> = <replaceable>5</replaceable></td>
|
||||
<td>(IntOpt) A retry value in seconds. Will be used by the driver to check if volume deletion was successful in CloudByte storage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cb_create_volume</option> = <replaceable>{'compression': 'off', 'deduplication': 'off', 'blocklength': '512B', 'sync': 'always', 'protocoltype': 'ISCSI', 'recordsize': '16k'}</replaceable></td>
|
||||
<td>(DictOpt) These values will be used for CloudByte storage's createVolume API call.</td>
|
||||
|
@ -17,6 +17,10 @@
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>allow_availability_zone_fallback</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) If the requested Cinder availability zone is unavailable, fall back to the value of default_availability_zone, then storage_availability_zone, instead of failing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>chap_password</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) Password for specified CHAP account name.</td>
|
||||
@ -29,6 +33,14 @@
|
||||
<td><option>chiscsi_conf</option> = <replaceable>/etc/chelsio-iscsi/chiscsi.conf</replaceable></td>
|
||||
<td>(StrOpt) Chiscsi (CXT) global defaults configuration file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cinder_internal_tenant_project_id</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) ID of the project which will be used as the Cinder internal tenant.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cinder_internal_tenant_user_id</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) ID of the user to be used in volume operations as the Cinder internal tenant.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>client_socket_timeout</option> = <replaceable>900</replaceable></td>
|
||||
<td>(IntOpt) Timeout for client connections' socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.</td>
|
||||
@ -73,6 +85,10 @@
|
||||
<td><option>enforce_multipath_for_image_xfer</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) If this is set to True, attachment of volumes for image transfer will be aborted when multipathd is not running. Otherwise, it will fallback to single path.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>executor_thread_pool_size</option> = <replaceable>64</replaceable></td>
|
||||
<td>(IntOpt) Size of executor thread pool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host</option> = <replaceable>localhost</replaceable></td>
|
||||
<td>(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a host name, FQDN, or IP address.</td>
|
||||
@ -85,6 +101,10 @@
|
||||
<td><option>iscsi_secondary_ip_addresses</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) The list of secondary IP addresses of the iSCSI daemon</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>managed_replication_target</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) There are two types of target configurations managed (replicate to another configured backend) or unmanaged (replicate to a device not managed by Cinder).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>max_over_subscription_ratio</option> = <replaceable>20.0</replaceable></td>
|
||||
<td>(FloatOpt) Float representation of the over subscription ratio when thin provisioning is involved. Default ratio is 20.0, meaning provisioned capacity can be 20 times of the total physical capacity. If the ratio is 10.5, it means provisioned capacity can be 10.5 times of the total physical capacity. A ratio of 1.0 means provisioned capacity cannot exceed the total physical capacity. A ratio lower than 1.0 will be ignored and the default value will be used instead.</td>
|
||||
@ -141,6 +161,10 @@
|
||||
<td><option>replication_api_class</option> = <replaceable>cinder.replication.api.API</replaceable></td>
|
||||
<td>(StrOpt) The full class name of the volume replication API class</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>replication_devices</option> = <replaceable>None</replaceable></td>
|
||||
<td>(ListOpt) List of k/v pairs representing a replication target for this backend device. For unmanaged the format is: {'key-1'='val1' 'key-2'='val2'...},{...} and for managed devices its simply a list of valid configured backend_names that the driver supports replicating to: backend-a,bakcend-b...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>report_interval</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Interval, in seconds, between nodes reporting state to datastore</td>
|
||||
|
@ -18,20 +18,28 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>dothill_backend_name</option> = <replaceable>OpenStack</replaceable></td>
|
||||
<td>(StrOpt) VDisk or Pool name to use for volume creation.</td>
|
||||
<td><option>dothill_api_protocol</option> = <replaceable>https</replaceable></td>
|
||||
<td>(StrOpt) DotHill API interface protocol.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>dothill_backend_type</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) linear (for VDisk) or realstor (for Pool).</td>
|
||||
<td><option>dothill_backend_name</option> = <replaceable>A</replaceable></td>
|
||||
<td>(StrOpt) Pool or Vdisk name to use for volume creation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>dothill_backend_type</option> = <replaceable>virtual</replaceable></td>
|
||||
<td>(StrOpt) linear (for Vdisk) or virtual (for Pool).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>dothill_iscsi_ips</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) List of comma separated target iSCSI IP addresses.</td>
|
||||
<td>(ListOpt) List of comma-separated target iSCSI IP addresses.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>dothill_wbi_protocol</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) DotHill web interface protocol.</td>
|
||||
<td><option>dothill_verify_certificate</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Whether to verify DotHill array SSL certificate.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>dothill_verify_certificate_path</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) DotHill array SSL certificate path.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -41,6 +41,10 @@
|
||||
<td><option>initiator_auto_registration</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Automatically register initiators. By default, the value is False.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>io_port_list</option> = <replaceable>*</replaceable></td>
|
||||
<td>(StrOpt) Comma separated iSCSI or FC ports to be used in Nova or Cinder.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>iscsi_initiators</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses.</td>
|
||||
@ -65,6 +69,14 @@
|
||||
<td><option>storage_vnx_security_file_dir</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Directory path that contains the VNX security file. Make sure the security file is generated first.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>xtremio_array_busy_retry_count</option> = <replaceable>5</replaceable></td>
|
||||
<td>(IntOpt) Number of retries in case array is busy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>xtremio_array_busy_retry_interval</option> = <replaceable>5</replaceable></td>
|
||||
<td>(IntOpt) Interval between retries in case array is busy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>xtremio_cluster_name</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) XMS cluster id in multi-cluster environment</td>
|
||||
|
@ -31,7 +31,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>eqlx_cli_timeout</option> = <replaceable>30</replaceable></td>
|
||||
<td>(IntOpt) Timeout for the Group Manager cli command execution. Default is 30.</td>
|
||||
<td>(IntOpt) Timeout for the Group Manager cli command execution. Default is 30. Note that this option is deprecated in favour of "ssh_conn_timeout" as specified in cinder/volume/drivers/san/san.py and will be removed in M release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>eqlx_group_name</option> = <replaceable>group-0</replaceable></td>
|
||||
|
@ -69,6 +69,10 @@
|
||||
<td><option>hitachi_horcm_password</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Password of storage system for HORCM</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hitachi_horcm_resource_lock_timeout</option> = <replaceable>600</replaceable></td>
|
||||
<td>(IntOpt) Timeout until a resource lock is released, in seconds. The value must be between 0 and 7200.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hitachi_horcm_user</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Username of storage system for HORCM</td>
|
||||
|
@ -18,20 +18,28 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hpmsa_backend_name</option> = <replaceable>OpenStack</replaceable></td>
|
||||
<td>(StrOpt) VDisk or Pool name to use for volume creation.</td>
|
||||
<td><option>hpmsa_api_protocol</option> = <replaceable>https</replaceable></td>
|
||||
<td>(StrOpt) HPMSA API interface protocol.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hpmsa_backend_type</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) linear (for VDisk) or realstor (for Pool).</td>
|
||||
<td><option>hpmsa_backend_name</option> = <replaceable>A</replaceable></td>
|
||||
<td>(StrOpt) Pool or Vdisk name to use for volume creation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hpmsa_backend_type</option> = <replaceable>virtual</replaceable></td>
|
||||
<td>(StrOpt) linear (for Vdisk) or virtual (for Pool).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hpmsa_iscsi_ips</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) List of comma separated target iSCSI IP addresses.</td>
|
||||
<td>(ListOpt) List of comma-separated target iSCSI IP addresses.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hpmsa_wbi_protocol</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) HPMSA web interface protocol.</td>
|
||||
<td><option>hpmsa_verify_certificate</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Whether to verify HPMSA array SSL certificate.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hpmsa_verify_certificate_path</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) HPMSA array SSL certificate path.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -19,7 +19,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cinder_huawei_conf_file</option> = <replaceable>/etc/cinder/cinder_huawei_conf.xml</replaceable></td>
|
||||
<td>(StrOpt) The configuration file for the Cinder Huawei driver</td>
|
||||
<td>(StrOpt) The configuration file for the Cinder Huawei driver.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -65,6 +65,26 @@
|
||||
<td><option>image_conversion_dir</option> = <replaceable>$state_path/conversion</replaceable></td>
|
||||
<td>(StrOpt) Directory used for temporary storage during image conversion</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>image_upload_use_cinder_backend</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) If set to True, upload-to-image in raw format will create a cloned volume and register its location to the image service, instead of uploading the volume content. The cinder backend and locations support must be enabled in the image service, and glance_api_version must be set to 2.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>image_upload_use_internal_tenant</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) If set to True, the image volume created by upload-to-image will be placed in the internal tenant. Otherwise, the image volume is created in the current context's tenant.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>image_volume_cache_enabled</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Enable the image volume cache for this backend.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>image_volume_cache_max_count</option> = <replaceable>0</replaceable></td>
|
||||
<td>(IntOpt) Max number of entries allowed in the image volume cache. 0 => unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>image_volume_cache_max_size_gb</option> = <replaceable>0</replaceable></td>
|
||||
<td>(IntOpt) Max size of the image volume cache for this backend in GB. 0 => unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>use_multipath_for_image_xfer</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Do we attach/detach volumes in cinder using multipath for volume to image and image to volume transfers?</td>
|
||||
|
@ -18,20 +18,28 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lenovo_backend_name</option> = <replaceable>OpenStack</replaceable></td>
|
||||
<td>(StrOpt) VDisk or Pool name to use for volume creation.</td>
|
||||
<td><option>lenovo_api_protocol</option> = <replaceable>https</replaceable></td>
|
||||
<td>(StrOpt) Lenovo api interface protocol.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lenovo_backend_type</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) linear (for VDisk) or realstor (for Pool).</td>
|
||||
<td><option>lenovo_backend_name</option> = <replaceable>A</replaceable></td>
|
||||
<td>(StrOpt) Pool or Vdisk name to use for volume creation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lenovo_backend_type</option> = <replaceable>virtual</replaceable></td>
|
||||
<td>(StrOpt) linear (for VDisk) or virtual (for Pool).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lenovo_iscsi_ips</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) List of comma separated target iSCSI IP addresses.</td>
|
||||
<td>(ListOpt) List of comma-separated target iSCSI IP addresses.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lenovo_wbi_protocol</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Lenovo web interface protocol.</td>
|
||||
<td><option>lenovo_verify_certificate</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Whether to verify Lenovo array SSL certificate.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lenovo_verify_certificate_path</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Lenovo array SSL certificate path.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -19,10 +19,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>debug</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
|
||||
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN</replaceable></td>
|
||||
<td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN</replaceable></td>
|
||||
<td>(ListOpt) List of logger=LEVEL pairs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -95,11 +95,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>use_syslog_rfc_format</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in K, and will be removed in M, along with this option.</td>
|
||||
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>verbose</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).</td>
|
||||
<td><option>verbose</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) If set to false, will disable INFO logging level, making WARNING the default.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -27,7 +27,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lvm_type</option> = <replaceable>default</replaceable></td>
|
||||
<td>(StrOpt) Type of LVM volumes to deploy</td>
|
||||
<td>(StrOpt) Type of LVM volumes to deploy; (default, thin, or auto). Auto defaults to thin if thin is supported.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>volume_group</option> = <replaceable>cinder-volumes</replaceable></td>
|
||||
|
@ -39,7 +39,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_size_multiplier</option> = <replaceable>1.2</replaceable></td>
|
||||
<td>(FloatOpt) The quantity to be multiplied by the requested volume size to ensure enough space is available on the virtual storage server (Vserver) to fulfill the volume creation request.</td>
|
||||
<td>(FloatOpt) The quantity to be multiplied by the requested volume size to ensure enough space is available on the virtual storage server (Vserver) to fulfill the volume creation request. Note: this option is deprecated and will be removed in favor of "reserved_percentage" in the Mitaka release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_storage_family</option> = <replaceable>ontap_cluster</replaceable></td>
|
||||
|
@ -25,6 +25,10 @@
|
||||
<td><option>netapp_lun_ostype</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) This option defines the type of operating system that will access a LUN exported from Data ONTAP; it is assigned to the LUN at the time it is created.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_lun_space_reservation</option> = <replaceable>enabled</replaceable></td>
|
||||
<td>(StrOpt) This option determines if storage space is reserved for LUN allocation. If enabled, LUNs are thick provisioned. If space reservation is disabled, storage space is allocated on demand.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_partner_backend_name</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) The name of the config.conf stanza for a Data ONTAP (7-mode) HA partner. This option is only used by the driver when connecting to an instance with a storage family of Data ONTAP operating in 7-Mode, and it is required if the storage protocol selected is FC.</td>
|
||||
@ -43,7 +47,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_size_multiplier</option> = <replaceable>1.2</replaceable></td>
|
||||
<td>(FloatOpt) The quantity to be multiplied by the requested volume size to ensure enough space is available on the virtual storage server (Vserver) to fulfill the volume creation request.</td>
|
||||
<td>(FloatOpt) The quantity to be multiplied by the requested volume size to ensure enough space is available on the virtual storage server (Vserver) to fulfill the volume creation request. Note: this option is deprecated and will be removed in favor of "reserved_percentage" in the Mitaka release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_storage_family</option> = <replaceable>ontap_cluster</replaceable></td>
|
||||
|
@ -71,7 +71,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>send_single_reply</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.</td>
|
||||
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -111,7 +111,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>send_single_reply</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.</td>
|
||||
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -41,10 +41,6 @@
|
||||
<td><option>rpc_response_timeout</option> = <replaceable>60</replaceable></td>
|
||||
<td>(IntOpt) Seconds to wait for a response from a call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_thread_pool_size</option> = <replaceable>64</replaceable></td>
|
||||
<td>(IntOpt) Size of RPC thread pool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>volume_topic</option> = <replaceable>cinder-volume</replaceable></td>
|
||||
<td>(StrOpt) The topic that volume nodes listen on</td>
|
||||
|
@ -37,6 +37,14 @@
|
||||
<td><option>sf_emulate_512</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Set 512 byte emulation on volume creation;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>sf_enable_volume_mapping</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Create an internal mapping of volume IDs and account. Optimizes lookups and performance at the expense of memory, very large deployments may want to consider setting to False.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>sf_svip</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Overrides default cluster SVIP with the one specified. This is required or deployments that have implemented the use of VLANs for iSCSI networks in their cloud.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>sf_template_account_name</option> = <replaceable>openstack-vtemplate</replaceable></td>
|
||||
<td>(StrOpt) Account name on the SolidFire Cluster to use as owner of template/cache volumes (created if does not exist).</td>
|
||||
|
@ -41,10 +41,6 @@
|
||||
<td><option>iscsi_ip_address</option> = <replaceable>$my_ip</replaceable></td>
|
||||
<td>(StrOpt) The IP address that the iSCSI daemon is listening on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>iscsi_num_targets</option> = <replaceable>None</replaceable></td>
|
||||
<td>(IntOpt) This option is deprecated and unused. It will be removed in the Liberty release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>iscsi_port</option> = <replaceable>3260</replaceable></td>
|
||||
<td>(IntOpt) The port that the iSCSI daemon is listening on</td>
|
||||
@ -73,10 +69,6 @@
|
||||
<td><option>iser_ip_address</option> = <replaceable>$my_ip</replaceable></td>
|
||||
<td>(StrOpt) The IP address that the iSER daemon is listening on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>iser_num_targets</option> = <replaceable>None</replaceable></td>
|
||||
<td>(IntOpt) This option is deprecated and unused. It will be removed in the Liberty release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>iser_port</option> = <replaceable>3260</replaceable></td>
|
||||
<td>(IntOpt) The port that the iSER daemon is listening on</td>
|
||||
@ -85,10 +77,6 @@
|
||||
<td><option>iser_target_prefix</option> = <replaceable>iqn.2010-10.org.openstack:</replaceable></td>
|
||||
<td>(StrOpt) Prefix for iSER volumes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>max_gigabytes</option> = <replaceable>10000</replaceable></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><option>migration_create_volume_timeout_secs</option> = <replaceable>300</replaceable></td>
|
||||
<td>(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds)</td>
|
||||
@ -130,7 +118,7 @@
|
||||
<td>(StrOpt) The default block size used when copying/clearing volumes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>volume_driver</option> = <replaceable>cinder.volume.drivers.lvm.LVMISCSIDriver</replaceable></td>
|
||||
<td><option>volume_driver</option> = <replaceable>cinder.volume.drivers.lvm.LVMVolumeDriver</replaceable></td>
|
||||
<td>(StrOpt) Driver to use for volume creation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -18,20 +18,24 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>glusterfs_mount_point_base</option> = <replaceable>$state_path/mnt</replaceable></td>
|
||||
<td>(StrOpt) Base dir containing mount points for gluster shares.</td>
|
||||
<td><option>glusterfs_backup_mount_point</option> = <replaceable>$state_path/backup_mount</replaceable></td>
|
||||
<td>(StrOpt) Base dir containing mount point for gluster share.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>glusterfs_qcow2_volumes</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Create volumes as QCOW2 files rather than raw files.</td>
|
||||
<td><option>glusterfs_backup_share</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) GlusterFS share in <hostname|ipv4addr|ipv6addr>:<gluster_vol_name> format. Eg: 1.2.3.4:backup_vol</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>glusterfs_mount_point_base</option> = <replaceable>$state_path/mnt</replaceable></td>
|
||||
<td>(StrOpt) Base dir containing mount points for gluster shares.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>glusterfs_shares_config</option> = <replaceable>/etc/cinder/glusterfs_shares</replaceable></td>
|
||||
<td>(StrOpt) File with the list of available gluster shares</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>glusterfs_sparsed_volumes</option> = <replaceable>True</replaceable></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>
|
||||
<td><option>nas_volume_prov_type</option> = <replaceable>thin</replaceable></td>
|
||||
<td>(StrOpt) Provisioning type that will be used when creating volumes.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -31,7 +31,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>nfs_oversub_ratio</option> = <replaceable>1.0</replaceable></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>
|
||||
<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. Note that this option is deprecated in favor of "max_oversubscription_ratio" and will be removed in the Mitaka release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>nfs_shares_config</option> = <replaceable>/etc/cinder/nfs_shares</replaceable></td>
|
||||
@ -43,7 +43,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>nfs_used_ratio</option> = <replaceable>0.95</replaceable></td>
|
||||
<td>(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination.</td>
|
||||
<td>(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination. Note that this option is deprecated in favor of "reserved_percentage" and will be removed in the Mitaka release.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -27,7 +27,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>storwize_svc_flashcopy_timeout</option> = <replaceable>120</replaceable></td>
|
||||
<td>(IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared. Maximum value is 600 seconds (10 minutes)</td>
|
||||
<td>(IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>storwize_svc_iscsi_chap_enabled</option> = <replaceable>True</replaceable></td>
|
||||
|
@ -19,27 +19,31 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_api_retry_count</option> = <replaceable>10</replaceable></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/vCenter server API must be retried upon connection related issues.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_ca_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) CA bundle file to use in verifying the vCenter server certificate.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_cluster_name</option> = <replaceable>None</replaceable></td>
|
||||
<td>(MultiStrOpt) Name of a vCenter compute cluster where volumes should be created.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_host_ip</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) IP address for connecting to VMware ESX/VC server.</td>
|
||||
<td>(StrOpt) IP address for connecting to VMware ESX/vCenter server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_host_password</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Password for authenticating with VMware ESX/VC server.</td>
|
||||
<td>(StrOpt) Password for authenticating with VMware ESX/vCenter server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_host_username</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Username for authenticating with VMware ESX/VC server.</td>
|
||||
<td>(StrOpt) Username for authenticating with VMware ESX/vCenter server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_host_version</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional string specifying the VMware VC server version. The driver attempts to retrieve the version from VMware VC server. Set this configuration only if you want to override the VC server version.</td>
|
||||
<td>(StrOpt) Optional string specifying the VMware vCenter server version. The driver attempts to retrieve the version from VMware vCenter server. Set this configuration only if you want to override the vCenter server version.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_image_transfer_timeout_secs</option> = <replaceable>7200</replaceable></td>
|
||||
@ -55,15 +59,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_task_poll_interval</option> = <replaceable>0.5</replaceable></td>
|
||||
<td>(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server.</td>
|
||||
<td>(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/vCenter server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_tmp_dir</option> = <replaceable>/tmp</replaceable></td>
|
||||
<td>(StrOpt) Directory where virtual disks are stored during volume backup and restore.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_volume_folder</option> = <replaceable>cinder-volumes</replaceable></td>
|
||||
<td>(StrOpt) Name for the folder in the VC datacenter that will contain cinder volumes.</td>
|
||||
<td><option>vmware_volume_folder</option> = <replaceable>Volumes</replaceable></td>
|
||||
<td>(StrOpt) Name of the vCenter inventory folder that will contain Cinder volumes. This folder will be created under "OpenStack/<project_folder>", where project_folder is of format "Project (<volume_project_id>)".</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>vmware_wsdl_location</option> = <replaceable>None</replaceable></td>
|
||||
|
@ -21,6 +21,26 @@
|
||||
<td><option>driver_use_ssl</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Tell driver to use SSL for connection to backend storage if the driver supports it.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ise_completion_retries</option> = <replaceable>30</replaceable></td>
|
||||
<td>(IntOpt) Number on retries to get completion status after issuing a command to ISE.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ise_connection_retries</option> = <replaceable>5</replaceable></td>
|
||||
<td>(IntOpt) Number of retries (per port) when establishing connection to ISE management port.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ise_raid</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) Raid level for ISE volumes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ise_retry_interval</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) Interval (secs) between retries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ise_storage_pool</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) Default storage pool for volumes.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -17,10 +17,22 @@
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_cache_directory</option> = <replaceable>os-cinder-cache</replaceable></td>
|
||||
<td>(StrOpt) Name of directory inside zfssa_nfs_share where cache volumes are stored.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_cache_project</option> = <replaceable>os-cinder-cache</replaceable></td>
|
||||
<td>(StrOpt) Name of ZFSSA project where cache volumes are stored.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_data_ip</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Data path IP address</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_enable_local_cache</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Flag to enable local caching: True, False.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_https_port</option> = <replaceable>443</replaceable></td>
|
||||
<td>(StrOpt) HTTPS port number</td>
|
||||
@ -49,6 +61,10 @@
|
||||
<td><option>zfssa_nfs_share_logbias</option> = <replaceable>latency</replaceable></td>
|
||||
<td>(StrOpt) Synchronous write bias-latency, throughput.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_replication_ip</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) IP address used for replication data. (maybe the same as data ip)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zfssa_rest_timeout</option> = <replaceable>None</replaceable></td>
|
||||
<td>(IntOpt) REST connection timeout. (seconds)</td>
|
||||
|
@ -1,4 +1,5 @@
|
||||
allocated_capacity_weight_multiplier storage
|
||||
allow_availability_zone_fallback common
|
||||
allowed_direct_url_schemes images
|
||||
api_paste_config api
|
||||
api_rate_limit api
|
||||
@ -24,6 +25,8 @@ backup_mount_options backups_nfs
|
||||
backup_mount_point_base backups_nfs
|
||||
backup_name_template backups
|
||||
backup_object_number_per_notification backups
|
||||
backup_posix_path backups
|
||||
backup_service_inithost_offload backups
|
||||
backup_sha_block_size_bytes backups_nfs
|
||||
backup_share backups_nfs
|
||||
backup_swift_auth backups_swift
|
||||
@ -59,6 +62,8 @@ cb_apikey cloudbyte
|
||||
cb_auth_group cloudbyte
|
||||
cb_confirm_volume_create_retries cloudbyte
|
||||
cb_confirm_volume_create_retry_interval cloudbyte
|
||||
cb_confirm_volume_delete_retries cloudbyte
|
||||
cb_confirm_volume_delete_retry_interval cloudbyte
|
||||
cb_create_volume cloudbyte
|
||||
cb_tsm_name cloudbyte
|
||||
chap_password common
|
||||
@ -67,6 +72,8 @@ check_max_pool_luns_threshold emc
|
||||
chiscsi_conf common
|
||||
cinder_emc_config_file emc
|
||||
cinder_huawei_conf_file huawei
|
||||
cinder_internal_tenant_project_id common
|
||||
cinder_internal_tenant_user_id common
|
||||
client_socket_timeout common
|
||||
cloned_volume_same_az zones
|
||||
compute_api_class common
|
||||
@ -88,10 +95,12 @@ dell_sc_ssn dellsc
|
||||
dell_sc_verify_cert dellsc
|
||||
dell_sc_volume_folder dellsc
|
||||
destroy_empty_storage_group emc
|
||||
dothill_api_protocol dothill
|
||||
dothill_backend_name dothill
|
||||
dothill_backend_type dothill
|
||||
dothill_iscsi_ips dothill
|
||||
dothill_wbi_protocol dothill
|
||||
dothill_verify_certificate dothill
|
||||
dothill_verify_certificate_path dothill
|
||||
dpl_pool prophetstor_dpl
|
||||
dpl_port prophetstor_dpl
|
||||
drbdmanage_redundancy drbd
|
||||
@ -114,6 +123,7 @@ eqlx_cli_timeout eqlx
|
||||
eqlx_group_name eqlx
|
||||
eqlx_pool eqlx
|
||||
eqlx_use_chap eqlx
|
||||
executor_thread_pool_size common
|
||||
expiry_thres_minutes netapp_7mode_nfs netapp_cdot_nfs
|
||||
extra_capabilities api
|
||||
fatal_deprecations logging
|
||||
@ -136,10 +146,10 @@ glance_host images
|
||||
glance_num_retries images
|
||||
glance_port images
|
||||
glance_request_timeout images
|
||||
glusterfs_backup_mount_point storage_glusterfs
|
||||
glusterfs_backup_share storage_glusterfs
|
||||
glusterfs_mount_point_base storage_glusterfs
|
||||
glusterfs_qcow2_volumes storage_glusterfs
|
||||
glusterfs_shares_config storage_glusterfs
|
||||
glusterfs_sparsed_volumes storage_glusterfs
|
||||
goodness_function scheduler
|
||||
gpfs_images_dir storage_gpfs
|
||||
gpfs_images_share_mode storage_gpfs
|
||||
@ -168,6 +178,7 @@ hitachi_group_request hitachi-hbsd
|
||||
hitachi_horcm_add_conf hitachi-hbsd
|
||||
hitachi_horcm_numbers hitachi-hbsd
|
||||
hitachi_horcm_password hitachi-hbsd
|
||||
hitachi_horcm_resource_lock_timeout hitachi-hbsd
|
||||
hitachi_horcm_user hitachi-hbsd
|
||||
hitachi_ldev_range hitachi-hbsd
|
||||
hitachi_pool_id hitachi-hbsd
|
||||
@ -193,10 +204,12 @@ hplefthand_debug hplefthand
|
||||
hplefthand_iscsi_chap_enabled hplefthand
|
||||
hplefthand_password hplefthand
|
||||
hplefthand_username hplefthand
|
||||
hpmsa_api_protocol hpmsa
|
||||
hpmsa_backend_name hpmsa
|
||||
hpmsa_backend_type hpmsa
|
||||
hpmsa_iscsi_ips hpmsa
|
||||
hpmsa_wbi_protocol hpmsa
|
||||
hpmsa_verify_certificate hpmsa
|
||||
hpmsa_verify_certificate_path hpmsa
|
||||
hpxp_async_copy_check_interval hpxp
|
||||
hpxp_compute_target_ports hpxp
|
||||
hpxp_copy_check_interval hpxp
|
||||
@ -219,6 +232,11 @@ ibmnas_platform_type ibmnas
|
||||
iet_conf common
|
||||
ignore_pool_full_threshold api
|
||||
image_conversion_dir images
|
||||
image_upload_use_cinder_backend images
|
||||
image_upload_use_internal_tenant images
|
||||
image_volume_cache_enabled images
|
||||
image_volume_cache_max_count images
|
||||
image_volume_cache_max_size_gb images
|
||||
infortrend_cli_max_retries infortrend
|
||||
infortrend_cli_path infortrend
|
||||
infortrend_cli_timeout infortrend
|
||||
@ -231,26 +249,32 @@ initiator_auto_deregistration emc
|
||||
initiator_auto_registration emc
|
||||
instance_format logging
|
||||
instance_uuid_format logging
|
||||
io_port_list emc
|
||||
iscsi_helper storage
|
||||
iscsi_initiators emc
|
||||
iscsi_iotype storage
|
||||
iscsi_ip_address storage
|
||||
iscsi_num_targets storage
|
||||
iscsi_port storage prophetstor_dpl
|
||||
iscsi_protocol storage
|
||||
iscsi_secondary_ip_addresses common
|
||||
iscsi_target_flags storage
|
||||
iscsi_target_prefix storage
|
||||
iscsi_write_cache storage
|
||||
ise_completion_retries xio
|
||||
ise_connection_retries xio
|
||||
ise_raid xio
|
||||
ise_retry_interval xio
|
||||
ise_storage_pool xio
|
||||
iser_helper storage
|
||||
iser_ip_address storage
|
||||
iser_num_targets storage
|
||||
iser_port storage
|
||||
iser_target_prefix storage
|
||||
lenovo_api_protocol lenovo
|
||||
lenovo_backend_name lenovo
|
||||
lenovo_backend_type lenovo
|
||||
lenovo_iscsi_ips lenovo
|
||||
lenovo_wbi_protocol lenovo
|
||||
lenovo_verify_certificate lenovo
|
||||
lenovo_verify_certificate_path lenovo
|
||||
log_config_append logging
|
||||
log_date_format logging
|
||||
log_dir logging
|
||||
@ -263,11 +287,11 @@ logging_exception_prefix logging
|
||||
lvm_conf_file lvm
|
||||
lvm_mirrors lvm
|
||||
lvm_type lvm
|
||||
managed_replication_target common
|
||||
management_ips api
|
||||
matchmaker_heartbeat_freq rpc
|
||||
matchmaker_heartbeat_ttl rpc
|
||||
max_age quota
|
||||
max_gigabytes storage
|
||||
max_header_line api
|
||||
max_luns_per_storage_group emc
|
||||
max_over_subscription_ratio common
|
||||
@ -285,6 +309,7 @@ nas_secure_file_operations ibmnas
|
||||
nas_secure_file_permissions ibmnas
|
||||
nas_share_path ibmnas
|
||||
nas_ssh_port ibmnas
|
||||
nas_volume_prov_type storage_glusterfs
|
||||
naviseccli_path emc
|
||||
netapp_controller_ips netapp_eseries_iscsi
|
||||
netapp_copyoffload_tool_path netapp_cdot_nfs
|
||||
@ -292,6 +317,7 @@ netapp_enable_multiattach netapp_eseries_iscsi
|
||||
netapp_host_type netapp_cdot_nfs netapp_cdot_nfs netapp_eseries_iscsi
|
||||
netapp_login netapp_7mode_iscsi netapp_7mode_nfs netapp_cdot_iscsi netapp_cdot_nfs netapp_eseries_iscsi
|
||||
netapp_lun_ostype netapp_cdot_nfs netapp_cdot_iscsi
|
||||
netapp_lun_space_reservation netapp_cdot_iscsi
|
||||
netapp_partner_backend_name netapp_7mode_iscsi netapp_7mode_nfs netapp_cdot_iscsi netapp_cdot_nfs netapp_eseries_iscsi
|
||||
netapp_password netapp_7mode_iscsi netapp_7mode_nfs netapp_cdot_iscsi netapp_cdot_nfs netapp_eseries_iscsi
|
||||
netapp_sa_password netapp_eseries_iscsi
|
||||
@ -347,6 +373,11 @@ public_endpoint api
|
||||
publish_errors logging
|
||||
pure_api_token pure
|
||||
query_volume_filters api
|
||||
quobyte_client_cfg quobyte
|
||||
quobyte_mount_point_base quobyte
|
||||
quobyte_qcow2_volumes quobyte
|
||||
quobyte_sparsed_volumes quobyte
|
||||
quobyte_volume_url quobyte
|
||||
quota_backup_gigabytes quota
|
||||
quota_backups quota
|
||||
quota_consistencygroups quota
|
||||
@ -366,6 +397,7 @@ rbd_secret_uuid storage_ceph
|
||||
rbd_store_chunk_size storage_ceph
|
||||
rbd_user storage_ceph
|
||||
replication_api_class common
|
||||
replication_devices common
|
||||
report_interval common
|
||||
request_timeout common
|
||||
reservation_expire quota
|
||||
@ -376,7 +408,6 @@ rpc_backend rpc
|
||||
rpc_cast_timeout rpc
|
||||
rpc_conn_pool_size rpc
|
||||
rpc_response_timeout rpc
|
||||
rpc_thread_pool_size rpc
|
||||
rpc_zmq_bind_address zeromq
|
||||
rpc_zmq_contexts zeromq
|
||||
rpc_zmq_host zeromq
|
||||
@ -413,7 +444,11 @@ sf_allow_template_caching solidfire
|
||||
sf_allow_tenant_qos solidfire
|
||||
sf_api_port solidfire
|
||||
sf_emulate_512 solidfire
|
||||
sf_enable_volume_mapping solidfire
|
||||
sf_svip solidfire
|
||||
sf_template_account_name solidfire
|
||||
sheepdog_store_address sheepdog
|
||||
sheepdog_store_port sheepdog
|
||||
sio_force_delete emc_sio
|
||||
sio_protection_domain_id emc_sio
|
||||
sio_protection_domain_name emc_sio
|
||||
@ -449,8 +484,6 @@ storage_availability_zone common
|
||||
storage_vnx_authentication_type emc
|
||||
storage_vnx_pool_names emc
|
||||
storage_vnx_security_file_dir emc
|
||||
storpool_replication storpool
|
||||
storpool_template storpool
|
||||
storwize_svc_allow_tenant_qos storwize
|
||||
storwize_svc_connection_protocol storwize
|
||||
storwize_svc_flashcopy_timeout storwize
|
||||
@ -496,6 +529,7 @@ verbose logging
|
||||
violin_request_timeout violin
|
||||
vmware_api_retry_count vmware
|
||||
vmware_ca_file vmware
|
||||
vmware_cluster_name vmware
|
||||
vmware_host_ip vmware
|
||||
vmware_host_password vmware
|
||||
vmware_host_username vmware
|
||||
@ -527,7 +561,6 @@ volume_transfer_key_length api
|
||||
volume_transfer_salt_length api
|
||||
volume_usage_audit_period storage
|
||||
volumes_dir storage
|
||||
vpool_name openvstorage
|
||||
vzstorage_mount_options vzstorage
|
||||
vzstorage_mount_point_base vzstorage
|
||||
vzstorage_shares_config vzstorage
|
||||
@ -538,8 +571,13 @@ wsgi_keep_alive common
|
||||
xiv_chap xiv
|
||||
xiv_ds8k_connection_type xiv
|
||||
xiv_ds8k_proxy xiv
|
||||
xtremio_array_busy_retry_count emc
|
||||
xtremio_array_busy_retry_interval emc
|
||||
xtremio_cluster_name emc
|
||||
zfssa_cache_directory zfssa-nfs
|
||||
zfssa_cache_project zfssa-nfs
|
||||
zfssa_data_ip zfssa-nfs
|
||||
zfssa_enable_local_cache zfssa-nfs
|
||||
zfssa_https_port zfssa-nfs
|
||||
zfssa_initiator zfssa-iscsi
|
||||
zfssa_initiator_config zfssa-iscsi
|
||||
@ -558,6 +596,7 @@ zfssa_nfs_share_compression zfssa-nfs
|
||||
zfssa_nfs_share_logbias zfssa-nfs
|
||||
zfssa_pool zfssa-iscsi
|
||||
zfssa_project zfssa-iscsi
|
||||
zfssa_replication_ip zfssa-nfs
|
||||
zfssa_rest_timeout zfssa zfssa-nfs
|
||||
zfssa_target_group zfssa-iscsi
|
||||
zfssa_target_interfaces zfssa-iscsi
|
||||
@ -658,6 +697,7 @@ keystone_authtoken/memcache_secret_key auth_token
|
||||
keystone_authtoken/memcache_security_strategy auth_token
|
||||
keystone_authtoken/memcache_use_advanced_pool auth_token
|
||||
keystone_authtoken/memcached_servers common
|
||||
keystone_authtoken/region_name auth_token
|
||||
keystone_authtoken/revocation_cache_time auth_token
|
||||
keystone_authtoken/signing_dir auth_token
|
||||
keystone_authtoken/token_cache_time auth_token
|
||||
|
@ -46,6 +46,7 @@ san SAN
|
||||
san-solaris Solaris SAN
|
||||
scality Scality SOFS volume driver
|
||||
scst SCST volume driver
|
||||
sheepdog Sheepdog Object Storage
|
||||
solidfire SolidFire driver
|
||||
smbfs Samba volume driver
|
||||
storage storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user