openstack-manuals/doc/config-reference/block-storage/backup/nfs-backup-driver.xml
Tom Barron 59dac427d4 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
2015-05-16 13:27:54 +00:00

16 lines
848 B
XML

<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>