b88212e062
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
75 lines
2.8 KiB
XML
75 lines
2.8 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_trove_backup">
|
|
<caption>Description of configuration options for backup</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>backup_aes_cbc_key = default_aes_cbc_key</td>
|
|
<td>(StrOpt) Default OpenSSL aes_cbc key.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_chunk_size = 65536</td>
|
|
<td>(IntOpt) Chunk size to stream to swift container. This should be in multiples of 128 bytes, since this is the size of an md5 digest block allowing the process to update the file checksum during streaming. See: http://stackoverflow.com/questions/1131220/</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'}</td>
|
|
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_namespace = trove.guestagent.strategies.backup.mysql_impl</td>
|
|
<td>(StrOpt) Namespace to load backup strategies from.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_runner = trove.guestagent.backup.backup_types.InnoBackupEx</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_runner_options = {}</td>
|
|
<td>(DictOpt) Additional options to be passed to the backup runner.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_segment_max_size = 2147483648</td>
|
|
<td>(IntOpt) Maximum size of each segment of the backup file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_strategy = InnoBackupEx</td>
|
|
<td>(StrOpt) Default strategy to perform backups.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_swift_container = database_backups</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_use_gzip_compression = True</td>
|
|
<td>(BoolOpt) Compress backups using gzip.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_use_openssl_encryption = True</td>
|
|
<td>(BoolOpt) Encrypt backups using OpenSSL.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backup_use_snet = False</td>
|
|
<td>(BoolOpt) Send backup files over snet.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backups_page_size = 20</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|