summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-02-28 09:11:12 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-17 14:24:31 -0400
commit2c14cdfb9c34c541a1b3a180ad2a625514300977 (patch)
treec4ff7eed6df633a503b9a1c5a7884ca85f3c4534 /meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
parentb7527a3c0b5ab0849a0c669cb345c6494628da8f (diff)
downloadmeta-cloud-services-2c14cdfb9c34c541a1b3a180ad2a625514300977.tar.gz
cinder: enable glusterfs backend
This patch adds glusterfs backend into multi-backend cinder support (total of lvm-iscsi, nfs, and glusterfs). This including changing cinder.conf, creating missing glusterfs_shares config file, and adding glusterfs-client into compute/controller node and gluster-server into controller node. Also meta-filesystems is included to pickup fuse filesytem which is needed by glusterfs. Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
index aa0eba5..6190ec5 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
@@ -1173,7 +1173,7 @@ rabbit_port=5672
1173 1173
1174# Define the names of the groups for multiple volume backends 1174# Define the names of the groups for multiple volume backends
1175#enabled_backends=fakedriver,lvmdriver 1175#enabled_backends=fakedriver,lvmdriver
1176enabled_backends=lvmdriver,nfsdriver 1176enabled_backends=lvmdriver,nfsdriver,glusterfsdriver
1177 1177
1178# Define the groups as above 1178# Define the groups as above
1179#[fakedriver] 1179#[fakedriver]
@@ -1189,4 +1189,8 @@ volume_group=nfs-group-1
1189volume_driver=cinder.volume.drivers.nfs.NfsDriver 1189volume_driver=cinder.volume.drivers.nfs.NfsDriver
1190volume_backend_name=Generic_NFS 1190volume_backend_name=Generic_NFS
1191 1191
1192[glusterfsdriver]
1193volume_group=glusterfs-group-1
1194volume_driver=cinder.volume.drivers.glusterfs.GlusterfsDriver
1195volume_backend_name=GlusterFS
1192# Total option count: 255 1196# Total option count: 255