Enable multi-backend feature for GlusterFS job

This patch enables multi-backend feature for glusterfs job. Which
configures Cinder with both GlusterFS and LVM backend.

Change-Id: I15d726d83eb65fd9a940a1502e9398113fd1b868
This commit is contained in:
Bharat Kumar Kobagana 2015-03-12 18:34:27 +05:30
parent 39525d1cc6
commit 6781e723d8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
enable_service glusterfs
# Below are GlusterFS specific settings
CINDER_ENABLED_BACKENDS=glusterfs:glusterfs
CINDER_ENABLED_BACKENDS=glusterfs:glusterfs,lvm:lvm1
TEMPEST_STORAGE_PROTOCOL=glusterfs
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
CINDER_GLUSTERFS_SHARES="127.0.0.1:/vol1;127.0.0.1:/vol2"