Update the Upstream OpenStack Configuration guide for NFS backup

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
This commit is contained in:
Tom Barron
2015-05-11 07:23:44 -04:00
parent 5c18d64cf3
commit 59dac427d4
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<section xml:id="nfs-backup-driver"
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">
<title>NFS backup driver</title>
<para>The backup driver for the NFS back end backs up volumes of any type
to an NFS exported backup repository.</para>
<para>To enable the NFS backup driver, include the following
option in the <literal>[DEFAULT]</literal> section of the <filename>cinder.conf</filename>
file:</para>
<programlisting>backup_driver = cinder.backup.drivers.nfs</programlisting>
<para>The following configuration options are available for
the NFS back-end backup driver.</para>
<xi:include href="../../../common/tables/cinder-backups_nfs.xml"/>
</section>

View File

@@ -16,4 +16,5 @@
<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>