
The Sphinx build was issuing hundreds of warning for duplicate labels. The reason for this was because all of the tables we had were named as .rst files. This would cause Sphinx to process them twice and it would think there were duplicated sections. There were two ways this could be handled: 1) Exclude the tables directory from the docs build. 2) Name the files as they should have always been so they weren't build twice. Given that option 1 just masked the problem, I am implementing this patch using option 2. So, all the tables we are including in our documentation have been named from .rst to .inc and the .. include:: directives that use them have also been updated to use the new file name. Change-Id: If395eb652f7e3b789bcbd5e6d6d05954c23d8d8a
61 lines
3.8 KiB
PHP
61 lines
3.8 KiB
PHP
..
|
|
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-hitachi-vsp:
|
|
|
|
.. list-table:: Description of HORCM interface module for Hitachi VSP driver configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``vsp_async_copy_check_interval`` = ``10``
|
|
- (Integer) Interval in seconds at which volume pair synchronization status is checked when volume pairs are deleted.
|
|
* - ``vsp_auth_password`` = ``None``
|
|
- (String) Password corresponding to vsp_auth_user.
|
|
* - ``vsp_auth_user`` = ``None``
|
|
- (String) Name of the user used for CHAP authentication performed in communication between hosts and iSCSI targets on the storage ports.
|
|
* - ``vsp_compute_target_ports`` = ``None``
|
|
- (List) IDs of the storage ports used to attach volumes to compute nodes. To specify multiple ports, connect them by commas (e.g. CL1-A,CL2-A).
|
|
* - ``vsp_copy_check_interval`` = ``3``
|
|
- (Integer) Interval in seconds at which volume pair synchronization status is checked when volume pairs are created.
|
|
* - ``vsp_copy_speed`` = ``3``
|
|
- (Integer) Speed at which data is copied by Shadow Image. 1 or 2 indicates low speed, 3 indicates middle speed, and a value between 4 and 15 indicates high speed.
|
|
* - ``vsp_default_copy_method`` = ``FULL``
|
|
- (String) Method of volume copy. FULL indicates full data copy by Shadow Image and THIN indicates differential data copy by Thin Image.
|
|
* - ``vsp_group_request`` = ``False``
|
|
- (Boolean) If True, the driver will create host groups or iSCSI targets on storage ports as needed.
|
|
* - ``vsp_horcm_add_conf`` = ``True``
|
|
- (Boolean) If True, the driver will create or update the Command Control Interface configuration file as needed.
|
|
* - ``vsp_horcm_numbers`` = ``200, 201``
|
|
- (List) Command Control Interface instance numbers in the format of 'xxx,yyy'. The second one is for Shadow Image operation and the first one is for other purposes.
|
|
* - ``vsp_horcm_pair_target_ports`` = ``None``
|
|
- (List) IDs of the storage ports used to copy volumes by Shadow Image or Thin Image. To specify multiple ports, connect them by commas (e.g. CL1-A,CL2-A).
|
|
* - ``vsp_horcm_password`` = ``None``
|
|
- (String) Password corresponding to vsp_horcm_user.
|
|
* - ``vsp_horcm_user`` = ``None``
|
|
- (String) Name of the user on the storage system.
|
|
* - ``vsp_ldev_range`` = ``None``
|
|
- (String) Range of the LDEV numbers in the format of 'xxxx-yyyy' that can be used by the driver. Values can be in decimal format (e.g. 1000) or in colon-separated hexadecimal format (e.g. 00:03:E8).
|
|
* - ``vsp_pool`` = ``None``
|
|
- (String) Pool number or pool name of the DP pool.
|
|
* - ``vsp_storage_id`` = ``None``
|
|
- (String) Product number of the storage system.
|
|
* - ``vsp_target_ports`` = ``None``
|
|
- (List) IDs of the storage ports used to attach volumes to the controller node. To specify multiple ports, connect them by commas (e.g. CL1-A,CL2-A).
|
|
* - ``vsp_thin_pool`` = ``None``
|
|
- (String) Pool number or pool name of the Thin Image pool.
|
|
* - ``vsp_use_chap_auth`` = ``False``
|
|
- (Boolean) If True, CHAP authentication will be applied to communication between hosts and any of the iSCSI targets on the storage ports.
|
|
* - ``vsp_zoning_request`` = ``False``
|
|
- (Boolean) If True, the driver will configure FC zoning between the server and the storage system provided that FC zoning manager is enabled.
|