59dac427d4
In kilo, we added NFS backup service for cinder alongside swift, ceph, and tsm. This commit updates the configuration guide with information on how to configure cinder.conf to use the NFS backup service. Change-Id: I6de56439c90fbe1e549f42314b8c920fd5a6b6f7
21 lines
1.0 KiB
XML
21 lines
1.0 KiB
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://git.openstack.org/cgit/openstack/cinder/"
|
|
>https://git.openstack.org/cgit/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"/>
|
|
<xi:include href="backup/nfs-backup-driver.xml"/>
|
|
</section>
|