9e977e5226
A SambaFS driver for cinder volumes was added in Juno. This patch adds a stub section to the configuration reference so its options can be easily found. Change-Id: Ib08c839077ee52d380f7040e7f682ca6a78278bd Closes-Bug: 1367345
13 lines
587 B
XML
13 lines
587 B
XML
<section xml:id="smbfs-volume-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>SambaFS driver</title>
|
|
<para>There is a volume back-end for Samba filesystems. Set the following in your
|
|
<filename>cinder.conf</filename>, and use the following options to configure it.
|
|
</para>
|
|
<programlisting language="ini">volume_driver=cinder.volume.drivers.smbfs.SmbfsDriver</programlisting>
|
|
<xi:include href="../../../common/tables/cinder-smbfs.xml"/>
|
|
</section>
|