diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-03-18 21:01:00 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-24 16:41:59 -0400 |
| commit | d156d7e1155fc325cb398f98ed41b540031c9df3 (patch) | |
| tree | ba2a39a7f0254c7353a45356b01e3ecc87246eab /meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | |
| parent | 70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d (diff) | |
| download | meta-cloud-services-d156d7e1155fc325cb398f98ed41b540031c9df3.tar.gz | |
cinder: enable cinder-backup to use ceph
Enable cinder-backup to use ceph as backend. It mainly
changes cinder.conf and creates cinder-backup package.
Signed-off-by: Vu Tran <vu.tran@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.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 10d7d9a..fff6910 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | |||
| @@ -1168,6 +1168,19 @@ rabbit_port=5672 | |||
| 1168 | 1168 | ||
| 1169 | 1169 | ||
| 1170 | # | 1170 | # |
| 1171 | # Backup backend options | ||
| 1172 | # | ||
| 1173 | |||
| 1174 | backup_driver=cinder.backup.drivers.ceph | ||
| 1175 | backup_ceph_conf=/etc/ceph/ceph.conf | ||
| 1176 | backup_ceph_user=cinder-backup | ||
| 1177 | backup_ceph_chunk_size=134217728 | ||
| 1178 | backup_ceph_pool=cinder-backups | ||
| 1179 | backup_ceph_stripe_unit=0 | ||
| 1180 | backup_ceph_stripe_count=0 | ||
| 1181 | restore_discard_excess_bytes=true | ||
| 1182 | |||
| 1183 | # | ||
| 1171 | # Multi backend options | 1184 | # Multi backend options |
| 1172 | # | 1185 | # |
| 1173 | 1186 | ||
