openstack-manuals/doc/common/tables/cinder-storage_ceph.xml

59 lines
2.2 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_storage_ceph">
<caption>Description of Ceph storage 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>rados_connect_timeout = -1</td>
<td>(IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If value &lt; 0, no timeout is set and default librados value is used.</td>
</tr>
<tr>
<td>rbd_ceph_conf = </td>
<td>(StrOpt) Path to the ceph configuration file</td>
</tr>
<tr>
<td>rbd_flatten_volume_from_snapshot = False</td>
<td>(BoolOpt) Flatten volumes created from snapshots to remove dependency from volume to snapshot</td>
</tr>
<tr>
<td>rbd_max_clone_depth = 5</td>
<td>(IntOpt) Maximum number of nested volume clones that are taken before a flatten occurs. Set to 0 to disable cloning.</td>
</tr>
<tr>
<td>rbd_pool = rbd</td>
<td>(StrOpt) The RADOS pool where rbd volumes are stored</td>
</tr>
<tr>
<td>rbd_secret_uuid = None</td>
<td>(StrOpt) The libvirt uuid of the secret for the rbd_user volumes</td>
</tr>
<tr>
<td>rbd_store_chunk_size = 4</td>
<td>(IntOpt) Volumes will be chunked into objects of this size (in megabytes).</td>
</tr>
<tr>
<td>rbd_user = None</td>
<td>(StrOpt) The RADOS client name for accessing rbd volumes - only set when using cephx authentication</td>
</tr>
<tr>
<td>volume_tmp_dir = None</td>
<td>(StrOpt) Directory where temporary image files are stored when the volume driver does not write them directly to the volume.</td>
</tr>
</tbody>
</table>
</para>