Fix the cinder backup drivers path
Correct the values of backup_driver in the config reference. Also add some spaces to make samples more easily readable. Change-Id: I6f5d9fd40355c3a45b93cec2946257d505aef73f Partial-Bug: #1309137
This commit is contained in:
parent
c9d82e0cdd
commit
874a358eb9
@ -48,7 +48,7 @@
|
|||||||
<para>To enable the Ceph backup driver, include the following
|
<para>To enable the Ceph backup driver, include the following
|
||||||
option in the <filename>cinder.conf</filename>
|
option in the <filename>cinder.conf</filename>
|
||||||
file:</para>
|
file:</para>
|
||||||
<programlisting>backup_driver=cinder.backup.driver.ceph</programlisting>
|
<programlisting>backup_driver = cinder.backup.drivers.ceph</programlisting>
|
||||||
<para>The following configuration options are available for
|
<para>The following configuration options are available for
|
||||||
the Ceph backup driver.</para>
|
the Ceph backup driver.</para>
|
||||||
<xi:include
|
<xi:include
|
||||||
@ -56,9 +56,9 @@
|
|||||||
<para>This example shows the default options for the Ceph
|
<para>This example shows the default options for the Ceph
|
||||||
backup driver.</para>
|
backup driver.</para>
|
||||||
<programlisting>backup_ceph_conf=/etc/ceph/ceph.conf
|
<programlisting>backup_ceph_conf=/etc/ceph/ceph.conf
|
||||||
backup_ceph_user=cinder
|
backup_ceph_user = cinder
|
||||||
backup_ceph_chunk_size=134217728
|
backup_ceph_chunk_size = 134217728
|
||||||
backup_ceph_pool=backups
|
backup_ceph_pool = backups
|
||||||
backup_ceph_stripe_unit=0
|
backup_ceph_stripe_unit = 0
|
||||||
backup_ceph_stripe_count=0</programlisting>
|
backup_ceph_stripe_count = 0</programlisting>
|
||||||
</section>
|
</section>
|
||||||
|
@ -8,20 +8,20 @@
|
|||||||
<para>To enable the Swift backup driver, include the following
|
<para>To enable the Swift backup driver, include the following
|
||||||
option in the <filename>cinder.conf</filename>
|
option in the <filename>cinder.conf</filename>
|
||||||
file:</para>
|
file:</para>
|
||||||
<programlisting>backup_driver=cinder.backup.driver.swift</programlisting>
|
<programlisting>backup_driver = cinder.backup.drivers.swift</programlisting>
|
||||||
<para>The following configuration options are available for
|
<para>The following configuration options are available for
|
||||||
the Swift back-end backup driver.</para>
|
the Swift back-end backup driver.</para>
|
||||||
<xi:include
|
<xi:include
|
||||||
href="../../../common/tables/cinder-backups_swift.xml"/>
|
href="../../../common/tables/cinder-backups_swift.xml"/>
|
||||||
<para>This example shows the default options for the Swift
|
<para>This example shows the default options for the Swift
|
||||||
back-end backup driver.</para>
|
back-end backup driver.</para>
|
||||||
<programlisting>backup_swift_url=http://localhost:8080/v1/AUTH
|
<programlisting>backup_swift_url = http://localhost:8080/v1/AUTH
|
||||||
backup_swift_auth=per_user
|
backup_swift_auth = per_user
|
||||||
backup_swift_user=<None>
|
backup_swift_user = <None>
|
||||||
backup_swift_key=<None>
|
backup_swift_key = <None>
|
||||||
backup_swift_container=volumebackups
|
backup_swift_container = volumebackups
|
||||||
backup_swift_object_size=52428800
|
backup_swift_object_size = 52428800
|
||||||
backup_swift_retry_attempts=3
|
backup_swift_retry_attempts = 3
|
||||||
backup_swift_retry_backoff=2
|
backup_swift_retry_backoff = 2
|
||||||
backup_compression_algorithm=zlib</programlisting>
|
backup_compression_algorithm = zlib</programlisting>
|
||||||
</section>
|
</section>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>To enable the IBM TSM backup driver, include the following option
|
<para>To enable the IBM TSM backup driver, include the following option
|
||||||
in <filename>cinder.conf</filename>:</para>
|
in <filename>cinder.conf</filename>:</para>
|
||||||
<programlisting>backup_driver=cinder.backup.driver.tsm</programlisting>
|
<programlisting>backup_driver = cinder.backup.drivers.tsm</programlisting>
|
||||||
<para>The following configuration options are available for the
|
<para>The following configuration options are available for the
|
||||||
TSM backup driver.</para>
|
TSM backup driver.</para>
|
||||||
<xi:include href="../../../common/tables/cinder-backups_tsm.xml" />
|
<xi:include href="../../../common/tables/cinder-backups_tsm.xml" />
|
||||||
|
Loading…
Reference in New Issue
Block a user