e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
81 lines
4.0 KiB
XML
81 lines
4.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<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_auth_group</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) This corresponds to the discovery authentication group in CloudByte storage. Chap users are added to this group. Driver uses the first user found for this group. Default value is None.</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_confirm_volume_delete_retries</option> = <replaceable>3</replaceable></td>
|
|
<td>(IntOpt) Will confirm a successful volume deletion in CloudByte storage by making this many number of attempts.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cb_confirm_volume_delete_retry_interval</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) A retry value in seconds. Will be used by the driver to check if volume deletion 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>
|