diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-03-18 21:00:06 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-24 16:41:59 -0400 |
| commit | 70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d (patch) | |
| tree | 4f7c66c7ceaf110d3453ef1b66a27696e4d88ffd /meta-openstack/recipes-devtools/python/python-cinder | |
| parent | 7e3426478edc190eb39002efdcea84a02f5fae30 (diff) | |
| download | meta-cloud-services-70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d.tar.gz | |
cinder: enable ceph rbd volume backend
Add ceph rbd backend into multi-backend cinder-volume support.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 13 |
1 files changed, 12 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 6190ec5..10d7d9a 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 |
| 1176 | enabled_backends=lvmdriver,nfsdriver,glusterfsdriver | 1176 | enabled_backends=lvmdriver,nfsdriver,glusterfsdriver,rbdcephdriver |
| 1177 | 1177 | ||
| 1178 | # Define the groups as above | 1178 | # Define the groups as above |
| 1179 | #[fakedriver] | 1179 | #[fakedriver] |
| @@ -1193,4 +1193,15 @@ volume_backend_name=Generic_NFS | |||
| 1193 | volume_group=glusterfs-group-1 | 1193 | volume_group=glusterfs-group-1 |
| 1194 | volume_driver=cinder.volume.drivers.glusterfs.GlusterfsDriver | 1194 | volume_driver=cinder.volume.drivers.glusterfs.GlusterfsDriver |
| 1195 | volume_backend_name=GlusterFS | 1195 | volume_backend_name=GlusterFS |
| 1196 | |||
| 1197 | [rbdcephdriver] | ||
| 1198 | volume_driver=cinder.volume.drivers.rbd.RBDDriver | ||
| 1199 | rbd_pool=cinder-volumes | ||
| 1200 | rbd_ceph_conf=/etc/ceph/ceph.conf | ||
| 1201 | rbd_flatten_volume_from_snapshot=false | ||
| 1202 | rbd_max_clone_depth=5 | ||
| 1203 | rbd_user=cinder-volume | ||
| 1204 | #rbd_secret_uuid= | ||
| 1205 | volume_backend_name=RBD_CEPH | ||
| 1206 | |||
| 1196 | # Total option count: 255 | 1207 | # Total option count: 255 |
