Merge "Use proper casing in backup_compression_algorithm doc"
This commit is contained in:
commit
d5e5a458e2
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user