Files
openstack-manuals/doc/config-reference/block-storage/drivers/smbfs-volume-driver.xml
Gauvain Pocentek c3ef76e541 Document the qemu-img requirements for the smbfs driver
Change-Id: I293cca0df7b35fe35adf71cf5c961963f2536f61
Closes-Bug: #1453248
2015-05-09 06:59:32 +02:00

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>