openstack-manuals/doc/common/tables/cinder-san.xml
Tom Fifield dc7c13a659 Regenerate config tables for K1
This patch regenerates the configuration tables using
code from 2014-12-31, or about kilo-1.

It also uses new doc-tools code to mark-up options
and their default values semantically.

Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
2015-01-01 19:13:38 +08:00

71 lines
2.7 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_san">
<caption>Description of SAN 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>san_clustername</option> = <replaceable></replaceable></td>
<td>(StrOpt) Cluster name to use for creating volumes</td>
</tr>
<tr>
<td><option>san_ip</option> = <replaceable></replaceable></td>
<td>(StrOpt) IP address of SAN controller</td>
</tr>
<tr>
<td><option>san_is_local</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Execute commands locally instead of over SSH; use if the volume service is running on the SAN device</td>
</tr>
<tr>
<td><option>san_login</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Username for SAN controller</td>
</tr>
<tr>
<td><option>san_password</option> = <replaceable></replaceable></td>
<td>(StrOpt) Password for SAN controller</td>
</tr>
<tr>
<td><option>san_private_key</option> = <replaceable></replaceable></td>
<td>(StrOpt) Filename of private key to use for SSH authentication</td>
</tr>
<tr>
<td><option>san_secondary_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) VNX secondary SP IP Address.</td>
</tr>
<tr>
<td><option>san_ssh_port</option> = <replaceable>22</replaceable></td>
<td>(IntOpt) SSH port to use with SAN</td>
</tr>
<tr>
<td><option>san_thin_provision</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Use thin provisioning for SAN volumes?</td>
</tr>
<tr>
<td><option>ssh_conn_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) SSH connection timeout in seconds</td>
</tr>
<tr>
<td><option>ssh_max_pool_conn</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) Maximum ssh connections in the pool</td>
</tr>
<tr>
<td><option>ssh_min_pool_conn</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Minimum ssh connections in the pool</td>
</tr>
</tbody>
</table>
</para>