45fa1c95f0
This change brings new files that need to be included in the config reference documentation. See bug #1407581. Change-Id: Id8adfbc5dc46ceeec22bc1cfd332d5f85af40f22 Closes-Bug: #1386462 Closes-Bug: #1385916 Closes-Bug: #1411178
51 lines
2.6 KiB
XML
51 lines
2.6 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_cloudbyte">
|
|
<caption>Description of CloudByte volume driver 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>cb_account_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) CloudByte storage specific account name. This maps to a project name in OpenStack.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_add_qosgroup</option> = <replaceable>{'latency': '15', 'iops': '10', 'graceallowed': 'false', 'iopscontrol': 'true', 'memlimit': '0', 'throughput': '0', 'tpcontrol': 'false', 'networkspeed': '0'}</replaceable></td>
|
|
<td>(DictOpt) These values will be used for CloudByte storage's addQos API call.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_apikey</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Driver will use this API key to authenticate against the CloudByte storage's management interface.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_confirm_volume_create_retries</option> = <replaceable>3</replaceable></td>
|
|
<td>(IntOpt) Will confirm a successful volume creation in CloudByte storage by making this many number of attempts.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_confirm_volume_create_retry_interval</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) A retry value in seconds. Will be used by the driver to check if volume creation was successful in CloudByte storage.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_create_volume</option> = <replaceable>{'compression': 'off', 'deduplication': 'off', 'blocklength': '512B', 'sync': 'always', 'protocoltype': 'ISCSI', 'recordsize': '16k'}</replaceable></td>
|
|
<td>(DictOpt) These values will be used for CloudByte storage's createVolume API call.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_tsm_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) This corresponds to the name of Tenant Storage Machine (TSM) in CloudByte storage. A volume will be created in this TSM.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|