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
This commit is contained in:
Bharat Kumar Kobagana 2015-03-12 13:19:29 +05:30
parent e9efc0fc9b
commit 39525d1cc6
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ enable_service glusterfs
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"