DevStack plugin to configure GlusterFS backend.
Go to file
Deepak C Shetty fb470e7c6c Skip encrypted volume tests
The encrypted Cinder volume tests in Tempest don't actually work
properly for a GlusterFS backend in cinder since the volume encryption
support is not in Nova for GlusterFS backed volumes.

Closes-Bug: 1473363
Change-Id: I286d680256b0bd26d66d14c2554854f89abac7a8
2015-07-10 15:04:13 +05:30
devstack Skip encrypted volume tests 2015-07-10 15:04:13 +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