This patch configures glusterfs backend to create two glusterfs volumes (earlier only one glusterfs volume). Change-Id: Ia9d83489ef0a269437323fdd115b1d85922aa236
11 lines
325 B
Plaintext
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"
|