DevStack plugin to configure GlusterFS backend.
Go to file
Ramana Raja 8f92d69980 manila-CI: Use 'capability_snapshot_support' opt
The newly introduced Tempest config option,
'capability_snapshot_support' allows glusterfs_native driver
that can support snapshot support to run with snapshot Tempest tests
disabled. Set this option to True to let the glusterfs_native driver
CI not run snapshot tests - the present status-quo of the
glusterfs_native driver CI, and yet succeed to run.

Change-Id: I7e605502a9d6d3a42a26313a7c3bbb53ec08d8bc
2015-09-23 20:33:27 +05:30
devstack Install glusterfs 3.7 for manila jobs 2015-09-23 17:20:34 +05:30
manila manila-CI: Use 'capability_snapshot_support' opt 2015-09-23 20:33:27 +05:30
.gitignore Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
.gitreview Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
LICENSE Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
LICENSE.md Devstack GlusterFS Plugin 2015-01-08 11:30:20 +05:30
README.md Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
tox.ini Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30

README.md

Devstack GlusterFS Plugin

Goals

  • To install GlusterFS (client and server) packages
  • Creates GlusterFS volumes to provide them as shares to Cinder
  • Configures Cinder with GlusterFS backend
  • Also cleans up the GlusterFS volumes and data related to GlusterFS
  • Uninstalls the Gluster packages when we run "unstack.sh"

How to use