From f2c54e6121f762ef33d3b4ef6e44d9484aa5fa82 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Mon, 17 Jul 2017 11:13:14 +0200 Subject: [PATCH] Make ceph default cinder backup driver again Ceph was default backup driver in ceph. Before this change [0] ceph backup was enabled when ceph was enabled, but now uses cinder_backup_driver which defaults to NFS. This will cause users upgrading from ocata loose their backup functionallity. [0] https://github.com/openstack/kolla-ansible/commit/a7c47a053944ae750cd841400b9fbb2aef4ff326 Change-Id: I44ef59291c90289abfb8c05726540893ae029d23 --- ansible/group_vars/all.yml | 2 +- etc/kolla/globals.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index da6c863a05..ae45ddb622 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -509,7 +509,7 @@ gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}" ################################# cinder_backend_ceph: "{{ enable_ceph }}" cinder_volume_group: "cinder-volumes" -cinder_backup_driver: "nfs" +cinder_backup_driver: "ceph" cinder_backup_share: "" cinder_backup_mount_options_nfs: "" diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index fe9b84614e..702e9d5b4d 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -285,7 +285,7 @@ kolla_internal_vip_address: "10.10.10.254" # Enable / disable Cinder backends #cinder_backend_ceph: "{{ enable_ceph }}" #cinder_volume_group: "cinder-volumes" -#cinder_backup_driver: "nfs" +#cinder_backup_driver: "ceph" #cinder_backup_share: "" #cinder_backup_mount_options_nfs: ""