18 lines
823 B
XML
18 lines
823 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>
|
|
<note>
|
|
<para>The SambaFS driver requires <command>qemu-img</command> version
|
|
1.7 or higher on Linux nodes, and <command>qemu-img></command>
|
|
version 1.6 or higher on Windows nodes.</para>
|
|
</note>
|
|
<programlisting language="ini">volume_driver=cinder.volume.drivers.smbfs.SmbfsDriver</programlisting>
|
|
<xi:include href="../../../common/tables/cinder-smbfs.xml"/>
|
|
</section>
|