7caea1c0c2
The warning in question has been generated by the obsolete tool autogenerate-config-doc which has been removed 2 years ago by https://review.opendev.org/#/c/509401/ Change-Id: Ib00514ae82a0e942d14fb604aec3983fa74bff38
29 lines
1.5 KiB
PHP
29 lines
1.5 KiB
PHP
.. _cinder-infortrend:
|
|
|
|
.. list-table:: Description of Infortrend volume driver configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``infortrend_cli_max_retries`` = ``5``
|
|
- (Integer) The maximum retry times if a command fails.
|
|
* - ``infortrend_cli_path`` = ``/opt/bin/Infortrend/raidcmd_ESDS10.jar``
|
|
- (String) The Infortrend CLI absolute path.
|
|
* - ``infortrend_cli_timeout`` = ``60``
|
|
- (Integer) The timeout for CLI in seconds.
|
|
* - ``infortrend_cli_cache`` = ``False``
|
|
- (Boolean) The Infortrend CLI cache. Make sure the array is only managed by Openstack, and it is only used by one cinder-volume node. Otherwise, never enable it! The data might be asynchronous if there were any other operations.
|
|
* - ``infortrend_pools_name`` = ``None``
|
|
- (String) The Infortrend logical volumes name list. It is separated with comma.
|
|
* - ``infortrend_iqn_prefix`` = ``iqn.2002-10.com.infortrend``
|
|
- (String) Infortrend iqn prefix for iSCSI.
|
|
* - ``infortrend_slots_a_channels_id`` = ``None``
|
|
- (String) Infortrend raid channel ID list on Slot A for OpenStack usage. It is separated with comma.
|
|
* - ``infortrend_slots_b_channels_id`` = ``None``
|
|
- (String) Infortrend raid channel ID list on Slot A for OpenStack usage. It is separated with comma.
|
|
* - ``java_path`` = ``/usr/bin/java``
|
|
- (String) The Java absolute path.
|