
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
65 lines
2.7 KiB
PHP
65 lines
2.7 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-hbsd:
|
|
|
|
.. list-table:: Description of Hitachi storage volume driver configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``hitachi_add_chap_user`` = ``False``
|
|
- (Boolean) Add CHAP user
|
|
* - ``hitachi_async_copy_check_interval`` = ``10``
|
|
- (Integer) Interval to check copy asynchronously
|
|
* - ``hitachi_auth_method`` = ``None``
|
|
- (String) iSCSI authentication method
|
|
* - ``hitachi_auth_password`` = ``HBSD-CHAP-password``
|
|
- (String) iSCSI authentication password
|
|
* - ``hitachi_auth_user`` = ``HBSD-CHAP-user``
|
|
- (String) iSCSI authentication username
|
|
* - ``hitachi_copy_check_interval`` = ``3``
|
|
- (Integer) Interval to check copy
|
|
* - ``hitachi_copy_speed`` = ``3``
|
|
- (Integer) Copy speed of storage system
|
|
* - ``hitachi_default_copy_method`` = ``FULL``
|
|
- (String) Default copy method of storage system
|
|
* - ``hitachi_group_range`` = ``None``
|
|
- (String) Range of group number
|
|
* - ``hitachi_group_request`` = ``False``
|
|
- (Boolean) Request for creating HostGroup or iSCSI Target
|
|
* - ``hitachi_horcm_add_conf`` = ``True``
|
|
- (Boolean) Add to HORCM configuration
|
|
* - ``hitachi_horcm_numbers`` = ``200,201``
|
|
- (String) Instance numbers for HORCM
|
|
* - ``hitachi_horcm_password`` = ``None``
|
|
- (String) Password of storage system for HORCM
|
|
* - ``hitachi_horcm_resource_lock_timeout`` = ``600``
|
|
- (Integer) Timeout until a resource lock is released, in seconds. The value must be between 0 and 7200.
|
|
* - ``hitachi_horcm_user`` = ``None``
|
|
- (String) Username of storage system for HORCM
|
|
* - ``hitachi_ldev_range`` = ``None``
|
|
- (String) Range of logical device of storage system
|
|
* - ``hitachi_pool_id`` = ``None``
|
|
- (Integer) Pool ID of storage system
|
|
* - ``hitachi_serial_number`` = ``None``
|
|
- (String) Serial number of storage system
|
|
* - ``hitachi_target_ports`` = ``None``
|
|
- (String) Control port names for HostGroup or iSCSI Target
|
|
* - ``hitachi_thin_pool_id`` = ``None``
|
|
- (Integer) Thin pool ID of storage system
|
|
* - ``hitachi_unit_name`` = ``None``
|
|
- (String) Name of an array unit
|
|
* - ``hitachi_zoning_request`` = ``False``
|
|
- (Boolean) Request for FC Zone creating HostGroup
|