30 lines
1.5 KiB
XML
30 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 file system
|
|
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 the use of GlusterFS in a similar
|
|
fashion as NFS. It supports basic volume operations, including
|
|
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 Red Hat Enterprise Linux/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 Block Storage 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>
|