openstack-manuals/doc/common/tables/cinder-emc.xml
Atsushi SAKAI ff5527feb1 Update Config reference for cinder
Change-Id: I3fde7cde7a6279eace9894aa309f061712dc5cae
Partial-Bug: #1407581
2015-09-14 22:53:50 +09:00

87 lines
3.9 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<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>