f7f30542ed
Adding basic driver version for the INFINIDAT Infinibox storage array. Change-Id: I8299915a12b51c80a044f41ceb7a49da32745272 Implements: blueprint infinidat-manila-driver
23 lines
983 B
PHP
23 lines
983 B
PHP
.. _manila-infinidat:
|
|
|
|
.. list-table:: Description of INFINIDAT InfiniBox share driver configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``infinibox_hostname`` = ``None``
|
|
- (String) The name (or IP address) for the INFINIDAT Infinibox storage system.
|
|
* - ``infinibox_login`` = ``None``
|
|
- (String) Administrative user account name used to access the INFINIDAT Infinibox storage system.
|
|
* - ``infinibox_password`` = ``None``
|
|
- (String) Password for the administrative user account specified in the infinibox_login option.
|
|
* - ``infinidat_pool_name`` = ``None``
|
|
- (String) Name of the pool from which volumes are allocated.
|
|
* - ``infinidat_nas_network_space_name`` = ``None``
|
|
- (String) Name of the NAS network space on the INFINIDAT InfiniBox.
|
|
* - ``infinidat_thin_provision`` = ``True``
|
|
- (Boolean) Use thin provisioning
|