e01c8909d0
Also create new tables cinder-backups_ceph, cinder-backup_swift, cinder_backups_tsm, cinder-gpfs_volume so that the tables can be used by these patches: https://review.openstack.org/#/c/47118 https://review.openstack.org/#/c/47044/ Additional tables have been split up so that they can be used in the configuration reference. Change-Id: Ic87f80d4604bd9fdb5d8f9d3b0e0fe69dffb1e40
64 lines
2.6 KiB
XML
64 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for storage_nexenta_iscsi</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>nexenta_blocksize=</td>
|
|
<td>(StrOpt) block size for volumes (blank=default,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_sparse=False</td>
|
|
<td>(BoolOpt) flag to create sparse volumes</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) pool on SA that will hold all volumes</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |