b88212e062
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
83 lines
2.8 KiB
XML
83 lines
2.8 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_nexenta_iscsi">
|
|
<caption>Description of configuration options for nexenta_iscsi</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>nexenta_blocksize = </td>
|
|
<td>(StrOpt) Block size for volumes (default=blank means 8KB)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_host = </td>
|
|
<td>(StrOpt) IP address of Nexenta SA</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_iscsi_target_portal_port = 3260</td>
|
|
<td>(IntOpt) Nexenta target portal port</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_password = nexenta</td>
|
|
<td>(StrOpt) Password to connect to Nexenta SA</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_rest_port = 2000</td>
|
|
<td>(IntOpt) HTTP port to connect to Nexenta REST API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_rest_protocol = auto</td>
|
|
<td>(StrOpt) Use http or https for REST connection (default auto)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_rrmgr_compression = 0</td>
|
|
<td>(IntOpt) Enable stream compression, level 1..9. 1 - gives best speed; 9 - gives best compression.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_rrmgr_connections = 2</td>
|
|
<td>(IntOpt) Number of TCP connections.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_rrmgr_tcp_buf_size = 4096</td>
|
|
<td>(IntOpt) TCP Buffer size in KiloBytes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_sparse = False</td>
|
|
<td>(BoolOpt) Enables or disables the creation of sparse volumes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_sparsed_volumes = True</td>
|
|
<td>(BoolOpt) Enables or disables the creation of volumes as sparsed files that take no space. If disabled (False), volume is created as a regular file, which takes a long time.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_target_group_prefix = cinder/</td>
|
|
<td>(StrOpt) Prefix for iSCSI target groups on SA</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_target_prefix = iqn.1986-03.com.sun:02:cinder-</td>
|
|
<td>(StrOpt) IQN prefix for iSCSI targets</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_user = admin</td>
|
|
<td>(StrOpt) User name to connect to Nexenta SA</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nexenta_volume = cinder</td>
|
|
<td>(StrOpt) SA Pool that holds all volumes</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|