e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
69 lines
3.1 KiB
XML
69 lines
3.1 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_nfs">
|
|
<caption>Description of NFS backup driver 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_container</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Custom directory to use for backups.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_enable_progress_timer</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Enable or Disable the timer to send the periodic progress notifications to Ceilometer when backing up the volume to the backend storage. The default value is True to enable the timer.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_file_size</option> = <replaceable>1999994880</replaceable></td>
|
|
<td>(IntOpt) The maximum size in bytes of the files used to hold backups. If the volume being backed up exceeds this size, then it will be backed up into multiple files.backup_file_size must be a multiple of backup_sha_block_size_bytes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_mount_options</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Mount options passed to the NFS client. See NFS man page for details.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_mount_point_base</option> = <replaceable>$state_path/backup_mount</replaceable></td>
|
|
<td>(StrOpt) Base dir containing mount point for NFS share.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_sha_block_size_bytes</option> = <replaceable>32768</replaceable></td>
|
|
<td>(IntOpt) The size in bytes that changes are tracked for incremental backups. backup_file_size has to be multiple of backup_sha_block_size_bytes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backup_share</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) NFS share in hostname:path, ipv4addr:path, or "[ipv6addr]:path" format.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|