Merge "Update the Upstream OpenStack Configuration guide for NFS backup"
This commit is contained in:
commit
b72377e05c
@ -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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user