Files
openstack-manuals/doc/config-reference/source/tables/trove-backup.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

41 lines
1.9 KiB
ReStructuredText

..
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.
.. _trove-backup:
.. list-table:: Description of backup configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``backup_aes_cbc_key`` = ``default_aes_cbc_key``
- (StrOpt) Default OpenSSL aes_cbc key.
* - ``backup_chunk_size`` = ``65536``
- (IntOpt) Chunk size (in bytes) to stream to the 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/
* - ``backup_runner`` = ``trove.guestagent.backup.backup_types.InnoBackupEx``
- (StrOpt) Runner to use for backups.
* - ``backup_runner_options`` = ``{}``
- (DictOpt) Additional options to be passed to the backup runner.
* - ``backup_segment_max_size`` = ``2147483648``
- (IntOpt) Maximum size (in bytes) of each segment of the backup file.
* - ``backup_swift_container`` = ``database_backups``
- (StrOpt) Swift container to put backups in.
* - ``backup_use_gzip_compression`` = ``True``
- (BoolOpt) Compress backups using gzip.
* - ``backup_use_openssl_encryption`` = ``True``
- (BoolOpt) Encrypt backups using OpenSSL.
* - ``backup_use_snet`` = ``False``
- (BoolOpt) Send backup files over snet.
* - ``backups_page_size`` = ``20``
- (IntOpt) Page size for listing backups.