Document the qemu-img requirements for the smbfs driver

Change-Id: I293cca0df7b35fe35adf71cf5c961963f2536f61
Closes-Bug: #1453248
This commit is contained in:
Gauvain Pocentek 2015-05-09 06:59:32 +02:00
parent b9c53f071d
commit c3ef76e541

View File

@ -6,7 +6,12 @@
<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>
</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>