dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
67 lines
2.9 KiB
XML
67 lines
2.9 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_backups">
|
|
<caption>Description of backups 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>backup_api_class</option> = <replaceable>cinder.backup.api.API</replaceable></td>
|
|
<td>(StrOpt) The full class name of the volume backup API class</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_compression_algorithm</option> = <replaceable>zlib</replaceable></td>
|
|
<td>(StrOpt) Compression algorithm (None to disable)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_driver</option> = <replaceable>cinder.backup.drivers.swift</replaceable></td>
|
|
<td>(StrOpt) Driver to use for backups.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_manager</option> = <replaceable>cinder.backup.manager.BackupManager</replaceable></td>
|
|
<td>(StrOpt) Full class name for the Manager for volume backup</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_metadata_version</option> = <replaceable>2</replaceable></td>
|
|
<td>(IntOpt) Backup metadata version to be used when backing up volume metadata. If this number is bumped, make sure the service doing the restore supports the new version.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_name_template</option> = <replaceable>backup-%s</replaceable></td>
|
|
<td>(StrOpt) Template string to be used to generate backup names</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_object_number_per_notification</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) The number of chunks or objects, for which one Ceilometer notification will be sent</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_timer_interval</option> = <replaceable>120</replaceable></td>
|
|
<td>(IntOpt) Interval, in seconds, between two progress notifications reporting the backup status</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_topic</option> = <replaceable>cinder-backup</replaceable></td>
|
|
<td>(StrOpt) The topic that volume backup nodes listen on</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>snapshot_name_template</option> = <replaceable>snapshot-%s</replaceable></td>
|
|
<td>(StrOpt) Template string to be used to generate snapshot names</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>snapshot_same_host</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Create volume from snapshot at the host where snapshot resides</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|