DevStack plugin to configure GlusterFS backend.
Go to file
Ramana Raja 7f3e7268a3 Manila-CI: Fix tempest config option
The tempest config option, "storage_protocol" for glusterfs_native
driver CI needs to be "glusterfs" instead of "GLUSTERFS", as the
glusterfs_native driver reports its storage_protocol to be
"glusterfs" using update_share_stats share driver method.

Closes-Bug: #1498624
Change-Id: I1031cfaeab629b5aab316e611e9aae1833cf857b
2015-09-23 00:33:14 +05:30
devstack Manila-GlusterFS: Removing devstack/pre_, post_ test_hook scripts 2015-08-24 09:22:46 +05:30
manila Manila-CI: Fix tempest config option 2015-09-23 00:33:14 +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