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
16 lines
848 B
XML
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>
|