e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
105 lines
4.6 KiB
XML
105 lines
4.6 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
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.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_cinder_emc">
|
|
<caption>Description of EMC configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>check_max_pool_luns_threshold</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Report free_capacity_gb as 0 when the limit to maximum number of pool LUNs is reached. By default, the value is False.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cinder_emc_config_file</option> = <replaceable>/etc/cinder/cinder_emc_config.xml</replaceable></td>
|
|
<td>(StrOpt) use this file for cinder emc plugin config data</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>destroy_empty_storage_group</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) To destroy storage group when the last LUN is removed from it. By default, the value is False.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>force_delete_lun_in_storagegroup</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Delete a LUN even if it is in Storage Groups.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>initiator_auto_deregistration</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Automatically deregister initiators after the related storage group is destroyed. By default, the value is False.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>initiator_auto_registration</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Automatically register initiators. By default, the value is False.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>io_port_list</option> = <replaceable>*</replaceable></td>
|
|
<td>(StrOpt) Comma separated iSCSI or FC ports to be used in Nova or Cinder.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>iscsi_initiators</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_luns_per_storage_group</option> = <replaceable>255</replaceable></td>
|
|
<td>(IntOpt) Default max number of LUNs in a storage group. By default, the value is 255.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>naviseccli_path</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Naviseccli Path.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>storage_vnx_authentication_type</option> = <replaceable>global</replaceable></td>
|
|
<td>(StrOpt) VNX authentication scope type.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>storage_vnx_pool_names</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Comma-separated list of storage pool names to be used.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>storage_vnx_security_file_dir</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Directory path that contains the VNX security file. Make sure the security file is generated first.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>xtremio_array_busy_retry_count</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Number of retries in case array is busy</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>xtremio_array_busy_retry_interval</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Interval between retries in case array is busy</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>xtremio_cluster_name</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) XMS cluster id in multi-cluster environment</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|