7ac18a94b8
backport: havana Change-Id: I0936caed5cac45373df9bbc077f66bcfa2f96b58 Partial-Bug: #1121866
19 lines
948 B
XML
19 lines
948 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="section_backup-drivers">
|
|
<title>Backup drivers</title>
|
|
<para>This section describes how to configure the <systemitem
|
|
class="service">cinder-backup</systemitem> service and its
|
|
drivers.</para>
|
|
<para>The volume drivers are included with the Block Storage repository
|
|
(<link xlink:href="https://github.com/openstack/cinder"
|
|
>https://github.com/openstack/cinder</link>). To set a
|
|
backup driver, use the <literal>backup_driver</literal> flag.
|
|
By default there is no backup driver enabled.</para>
|
|
<xi:include href="backup/ceph-backup-driver.xml"/>
|
|
<xi:include href="backup/tsm-backup-driver.xml"/>
|
|
<xi:include href="backup/swift-backup-driver.xml"/>
|
|
</section>
|