Files
devstack-plugin-glusterfs/devstack/settings
Bharat Kumar Kobagana 39525d1cc6 Providing two GlusterFS volumes as storage to Cinder
This patch configures glusterfs backend to create two glusterfs
volumes (earlier only one glusterfs volume).

Change-Id: Ia9d83489ef0a269437323fdd115b1d85922aa236
2015-03-12 14:43:38 +05:30

11 lines
325 B
Plaintext

# Devstack settings
# We have to add glusterfs to enabled services for screen_it to work
enable_service glusterfs
# Below are GlusterFS specific settings
CINDER_ENABLED_BACKENDS=glusterfs:glusterfs
TEMPEST_STORAGE_PROTOCOL=glusterfs
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
CINDER_GLUSTERFS_SHARES="127.0.0.1:/vol1;127.0.0.1:/vol2"