1ead45a195
Update for Liberty Release Change-Id: Ic41770d0cdc29fb4d36e486919c3f1a19607c877
35 lines
1.3 KiB
XML
35 lines
1.3 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_drbd">
|
|
<caption>Description of DRBD 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>drbdmanage_devs_on_controller</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) If set, the c-vol node will receive a useable
|
|
/dev/drbdX device, even if the actual data is stored on
|
|
other nodes only.
|
|
This is useful for debugging, maintenance, and to be
|
|
able to do the iSCSI export from the c-vol node.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>drbdmanage_redundancy</option> = <replaceable>1</replaceable></td>
|
|
<td>(StrOpt) Number of nodes that should replicate the data.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|