config-ref: update the cinder help strings
Change-Id: Ief18541caf9f29e2b72afdc74eea01217cfb1563
This commit is contained in:
parent
356ecca58f
commit
cca7cb4b52
@ -27,7 +27,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>backup_file_size</option> = <replaceable>1999994880</replaceable></td>
|
<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.</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>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>backup_mount_options</option> = <replaceable>None</replaceable></td>
|
<td><option>backup_mount_options</option> = <replaceable>None</replaceable></td>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>backup_sha_block_size_bytes</option> = <replaceable>32768</replaceable></td>
|
<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_swift_object_size has to be multiple of backup_swift_block_size.</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>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>backup_share</option> = <replaceable>None</replaceable></td>
|
<td><option>backup_share</option> = <replaceable>None</replaceable></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user