2013-06-07 16:40:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2013-08-12 15:11:10 +00:00
<!-- 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 -->
2013-06-07 16:40:32 +00:00
<para xmlns= "http://docbook.org/ns/docbook" version= "5.0" >
2014-03-11 17:49:24 +00:00
<table rules= "all" xml:id= "config_table_glance_rbd" >
2013-06-07 16:40:32 +00:00
<caption > Description of configuration options for rbd</caption>
<col width= "50%" />
<col width= "50%" />
<thead >
<tr >
2014-01-07 21:01:52 +00:00
<th > Configuration option = Default value</th>
<th > Description</th>
2013-06-07 16:40:32 +00:00
</tr>
</thead>
<tbody >
<tr >
2014-01-21 19:26:26 +00:00
<th colspan= "2" > [DEFAULT]</th>
2013-06-07 16:40:32 +00:00
</tr>
<tr >
2014-01-21 19:26:26 +00:00
<td > rbd_store_ceph_conf = /etc/ceph/ceph.conf</td>
2014-03-03 15:49:48 +00:00
<td > (StrOpt) Ceph configuration file path. If < None> , librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.< USER> section.</td>
2013-06-07 16:40:32 +00:00
</tr>
<tr >
2014-01-21 19:26:26 +00:00
<td > rbd_store_chunk_size = 8</td>
<td > (IntOpt) RADOS images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two.</td>
</tr>
<tr >
<td > rbd_store_pool = images</td>
2013-08-12 15:11:10 +00:00
<td > (StrOpt) RADOS pool in which images are stored.</td>
2013-06-07 16:40:32 +00:00
</tr>
<tr >
2014-01-07 21:01:52 +00:00
<td > rbd_store_user = None</td>
2014-03-03 15:49:48 +00:00
<td > (StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If < None> , a default will be chosen based on the client. section in rbd_store_ceph_conf).</td>
2013-06-07 16:40:32 +00:00
</tr>
</tbody>
</table>
2014-01-21 19:26:26 +00:00
</para>