DevStack plugin to configure GlusterFS backend.
Go to file
silvacarloss 1fcbee9c6f Upgrade to glusterfs-8
There is no candidate for installation in Ubuntu Jammy, hence
the need for using a more recent version.

Closes-Bug: #1998493

Change-Id: I149ffa7e678a22bee4889b2cc2cef83e9523b7d7
2022-12-01 14:50:34 +00:00
devstack Upgrade to glusterfs-8 2022-12-01 14:50:34 +00:00
extras add a glusterfs driver + heketi layout backend variant 2016-03-03 12:46:26 +01:00
manila CI Changes 2020-09-16 14:54:56 -07:00
.gitignore Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:51:54 +00:00
.zuul.yaml CI Changes 2020-09-16 14:54:56 -07: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 clean up dispatches over GLUSTERFS_MANILA_DRIVER_TYPE and os release 2016-09-08 15:54:28 +02:00
tox.ini CI Changes 2020-09-16 14:54:56 -07:00

README.md

Devstack GlusterFS Plugin

Goals

As part of "stack.sh":

  • To install Glusterfs (client and server) packages
  • By default all Gluster-[Glance|Nova|Cinder|Manila] integrations disabled. Look at "How to use" section, to know how to enable.
  • Configures Glusterfs as a backend for Glance, Nova, Cinder and Manila as per localrc configuration
  • Creates Gluster volumes to provide them as storage to Glance, Nova, Cinder or Manila

As part of "unstack.sh":

  • Also cleans up the Gluster volumes and data related to Gluster
  • Uninstalls the Gluster packages when we run "unstack.sh"

How to use (localrc configuration)

  • Enable devstack-plugin-glusterfs plugin: local enable_plugin devstack-plugin-glusterfs https://github.com/stackforge/devstack-plugin-glusterfs

  • To enable Gluster as a backend for Glance: CONFIGURE_GLUSTERFS_GLANCE=True

  • To enable Gluster as a backend for Nova: CONFIGURE_GLUSTERFS_NOVA=True

  • To enable Gluster as a backend for Cinder: CONFIGURE_GLUSTERFS_CINDER=True Also we can enable/disable glusterfs as a backend for Cinder Backup (c-bak) driver:

    By default set to True when CONFIGURE_GLUSTERFS_CINDER=True

    enable_service c-bak CONFIGURE_GLUSTERFS_CINDER_BACKUP=[True OR False]

  • To enable Gluster as a backend for Manila: CONFIGURE_GLUSTERFS_MANILA=True Also select specific gluster backend type for manila, default is "glusterfs": GLUSTERFS_MANILA_DRIVER_TYPE=[glusterfs-nfs OR glusterfs-native]

  • Then run "stack.sh"