e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
93 lines
4.0 KiB
XML
93 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_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_posix_path</option> = <replaceable>$state_path/backup</replaceable></td>
|
|
<td>(StrOpt) Path specifying where to store backups.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_service_inithost_offload</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Offload pending backup delete during backup service startup.</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>
|