DevStack plugin to configure GlusterFS backend.
Go to file
Jeremy Stanley ac3b13c572 Update .gitreview for new namespace
Change-Id: Iac83b5d5b354f2d73223b132fc48e3c3292d9d38
2015-10-17 22:06:33 +00:00
devstack retry mkfs.xfs until subject LV becomes available (or a time bound is reached) 2015-09-24 12:42:32 +02:00
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 Update .gitreview for new namespace 2015-10-17 22:06:33 +00:00
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