92c0c8f814
Change-Id: I471df2a41ec3c8f642bcb758de4e39148d937736
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<section xml:id="GlusterFS-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>GlusterFS Driver</title>
|
|
<para>GlusterFS is an open-source scalable distributed filesystem
|
|
that is able to grow to petabytes and beyond in size. More
|
|
information can be found on <link
|
|
xlink:href="http://www.gluster.org/">Gluster's
|
|
homepage</link>.</para>
|
|
<para>This driver enables use of GlusterFS in a similar fashion as
|
|
the NFS driver. It supports basic volume operations, and like
|
|
NFS, does not support snapshot/clone.</para>
|
|
<note>
|
|
<para>You must use a Linux kernel of version 3.4 or greater
|
|
(or version 2.6.32 or greater in RHEL/CentOS 6.3+) when
|
|
working with Gluster-based volumes. See <link
|
|
xlink:href="https://bugs.launchpad.net/nova/+bug/1177103"
|
|
>Bug 1177103</link> for more information.</para>
|
|
</note>
|
|
<para>To use Cinder with GlusterFS, first set the
|
|
<literal>volume_driver</literal> in
|
|
<filename>cinder.conf</filename>:</para>
|
|
<programlisting>
|
|
volume_driver=cinder.volume.drivers.glusterfs.GlusterfsDriver
|
|
</programlisting>
|
|
<para>The following table contains the configuration options
|
|
supported by the GlusterFS driver.</para>
|
|
<xi:include href="../../../common/tables/cinder-storage_glusterfs.xml" />
|
|
</section>
|