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:
Gauvain Pocentek 2014-04-17 21:01:00 +02:00
parent c9d82e0cdd
commit 874a358eb9
3 changed files with 17 additions and 17 deletions

View File

@ -48,7 +48,7 @@
<para>To enable the Ceph backup driver, include the following
option in the <filename>cinder.conf</filename>
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
the Ceph backup driver.</para>
<xi:include
@ -56,9 +56,9 @@
<para>This example shows the default options for the Ceph
backup driver.</para>
<programlisting>backup_ceph_conf=/etc/ceph/ceph.conf
backup_ceph_user=cinder
backup_ceph_chunk_size=134217728
backup_ceph_pool=backups
backup_ceph_stripe_unit=0
backup_ceph_stripe_count=0</programlisting>
backup_ceph_user = cinder
backup_ceph_chunk_size = 134217728
backup_ceph_pool = backups
backup_ceph_stripe_unit = 0
backup_ceph_stripe_count = 0</programlisting>
</section>

View File

@ -8,20 +8,20 @@
<para>To enable the Swift backup driver, include the following
option in the <filename>cinder.conf</filename>
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
the Swift back-end backup driver.</para>
<xi:include
href="../../../common/tables/cinder-backups_swift.xml"/>
<para>This example shows the default options for the Swift
back-end backup driver.</para>
<programlisting>backup_swift_url=http://localhost:8080/v1/AUTH
backup_swift_auth=per_user
backup_swift_user=&lt;None&gt;
backup_swift_key=&lt;None&gt;
backup_swift_container=volumebackups
backup_swift_object_size=52428800
backup_swift_retry_attempts=3
backup_swift_retry_backoff=2
backup_compression_algorithm=zlib</programlisting>
<programlisting>backup_swift_url = http://localhost:8080/v1/AUTH
backup_swift_auth = per_user
backup_swift_user = &lt;None&gt;
backup_swift_key = &lt;None&gt;
backup_swift_container = volumebackups
backup_swift_object_size = 52428800
backup_swift_retry_attempts = 3
backup_swift_retry_backoff = 2
backup_compression_algorithm = zlib</programlisting>
</section>

View File

@ -16,7 +16,7 @@
</para>
<para>To enable the IBM TSM backup driver, include the following option
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
TSM backup driver.</para>
<xi:include href="../../../common/tables/cinder-backups_tsm.xml" />