Merge "Use proper casing in backup_compression_algorithm doc"

This commit is contained in:
Zuul 2019-05-03 00:35:51 +00:00 committed by Gerrit Code Review
commit d5e5a458e2
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ backup_opts = [
choices=['none', 'off', 'no', choices=['none', 'off', 'no',
'zlib', 'gzip', 'zlib', 'gzip',
'bz2', 'bzip2'], 'bz2', 'bzip2'],
help='Compression algorithm (None to disable)'), help='Compression algorithm ("none" to disable)'),
] ]
CONF = cfg.CONF CONF = cfg.CONF

View File

@ -133,7 +133,7 @@ appropriate for your environment:
backup_sha_block_size_bytes = 32768 backup_sha_block_size_bytes = 32768
backup_file_size = 1999994880 backup_file_size = 1999994880
The option ``backup_compression_algorithm`` can be set to ``bz2`` or ``None``. The option ``backup_compression_algorithm`` can be set to ``bz2`` or ``none``.
The latter can be a useful setting when the server providing the share for the The latter can be a useful setting when the server providing the share for the
backup repository itself performs deduplication or compression on the backup backup repository itself performs deduplication or compression on the backup
data. data.