GlusterFS driver

GlusterFS driver

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 Gluster’s homepage.

This driver enables the use of GlusterFS in a similar fashion as NFS. It supports basic volume operations, including snapshot and clone.

To use Block Storage with GlusterFS, first set the volume_driver in the cinder.conf file:

volume_driver = cinder.volume.drivers.glusterfs.GlusterfsDriver

The following table contains the configuration options supported by the GlusterFS driver.

Description of GlusterFS storage configuration options
Configuration option = Default value Description
[DEFAULT]  
glusterfs_mount_point_base = $state_path/mnt (String) Base dir containing mount points for gluster shares.
glusterfs_shares_config = /etc/cinder/glusterfs_shares (String) File with the list of available gluster shares
nas_volume_prov_type = thin (String) Provisioning type that will be used when creating volumes.
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.