[config-ref] update XtremIO driver configurations
backport: mitaka Change-Id: Iff474857d07e3eeb80883f66845c0a61cdbdb155 Closes-Bug: #1528332
This commit is contained in:
parent
16e77fc08c
commit
3c67a57a64
@ -49,6 +49,8 @@ under a separate section in case of multiple back ends (for example
|
||||
[XTREMIO]). The configuration file is usually located under the
|
||||
following path ``/etc/cinder/cinder.conf``.
|
||||
|
||||
.. include:: ../../tables/cinder-emc_xtremio.rst
|
||||
|
||||
For a configuration example, refer to the configuration
|
||||
:ref:`emc_extremio_configuration_example`.
|
||||
|
||||
|
@ -44,11 +44,3 @@
|
||||
- (String) Comma-separated list of storage pool names to be used.
|
||||
* - ``storage_vnx_security_file_dir`` = ``None``
|
||||
- (String) Directory path that contains the VNX security file. Make sure the security file is generated first.
|
||||
* - ``xtremio_array_busy_retry_count`` = ``5``
|
||||
- (Integer) Number of retries in case array is busy
|
||||
* - ``xtremio_array_busy_retry_interval`` = ``5``
|
||||
- (Integer) Interval between retries in case array is busy
|
||||
* - ``xtremio_cluster_name`` =
|
||||
- (String) XMS cluster id in multi-cluster environment
|
||||
* - ``xtremio_volumes_per_glance_cache`` = ``100``
|
||||
- (Integer) Number of volumes created from each cached glance image
|
||||
|
28
doc/config-reference/source/tables/cinder-emc_xtremio.rst
Normal file
28
doc/config-reference/source/tables/cinder-emc_xtremio.rst
Normal file
@ -0,0 +1,28 @@
|
||||
..
|
||||
Warning: Do not edit this file. It is automatically generated from the
|
||||
software project's code and your changes will be overwritten.
|
||||
|
||||
The tool to generate this file lives in openstack-doc-tools repository.
|
||||
|
||||
Please make any changes needed in the code, then run the
|
||||
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
||||
ask for help on the documentation mailing list, IRC channel or meeting.
|
||||
|
||||
.. _cinder-emc_xtremio:
|
||||
|
||||
.. list-table:: Description of EMC XtremIO volume driver configuration options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Configuration option = Default value
|
||||
- Description
|
||||
* - **[DEFAULT]**
|
||||
-
|
||||
* - ``xtremio_array_busy_retry_count`` = ``5``
|
||||
- (Integer) Number of retries in case array is busy
|
||||
* - ``xtremio_array_busy_retry_interval`` = ``5``
|
||||
- (Integer) Interval between retries in case array is busy
|
||||
* - ``xtremio_cluster_name`` =
|
||||
- (String) XMS cluster id in multi-cluster environment
|
||||
* - ``xtremio_volumes_per_glance_cache`` = ``100``
|
||||
- (Integer) Number of volumes created from each cached glance image
|
@ -636,10 +636,10 @@ windows_iscsi_lun_path windows
|
||||
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
|
||||
xtremio_volumes_per_glance_cache emc
|
||||
xtremio_array_busy_retry_count emc_xtremio
|
||||
xtremio_array_busy_retry_interval emc_xtremio
|
||||
xtremio_cluster_name emc_xtremio
|
||||
xtremio_volumes_per_glance_cache emc_xtremio
|
||||
zfssa_cache_directory zfssa-nfs
|
||||
zfssa_cache_project zfssa-nfs
|
||||
zfssa_data_ip zfssa-nfs
|
||||
|
@ -16,6 +16,7 @@ dothill Dot Hill volume driver
|
||||
drbd DRBD
|
||||
emc EMC
|
||||
emc_sio EMC SIO volume driver
|
||||
emc_xtremio EMC XtremIO volume driver
|
||||
eqlx Dell EqualLogic volume driver
|
||||
eternus Eternus volume driver
|
||||
flashsystem IBM FlashSystem volume driver
|
||||
|
Loading…
Reference in New Issue
Block a user