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] a7c47a0539
Change-Id: I44ef59291c90289abfb8c05726540893ae029d23
This commit is contained in:
parent
413bd848f2
commit
f2c54e6121
@ -509,7 +509,7 @@ gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
|
|||||||
#################################
|
#################################
|
||||||
cinder_backend_ceph: "{{ enable_ceph }}"
|
cinder_backend_ceph: "{{ enable_ceph }}"
|
||||||
cinder_volume_group: "cinder-volumes"
|
cinder_volume_group: "cinder-volumes"
|
||||||
cinder_backup_driver: "nfs"
|
cinder_backup_driver: "ceph"
|
||||||
cinder_backup_share: ""
|
cinder_backup_share: ""
|
||||||
cinder_backup_mount_options_nfs: ""
|
cinder_backup_mount_options_nfs: ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ kolla_internal_vip_address: "10.10.10.254"
|
|||||||
# Enable / disable Cinder backends
|
# Enable / disable Cinder backends
|
||||||
#cinder_backend_ceph: "{{ enable_ceph }}"
|
#cinder_backend_ceph: "{{ enable_ceph }}"
|
||||||
#cinder_volume_group: "cinder-volumes"
|
#cinder_volume_group: "cinder-volumes"
|
||||||
#cinder_backup_driver: "nfs"
|
#cinder_backup_driver: "ceph"
|
||||||
#cinder_backup_share: ""
|
#cinder_backup_share: ""
|
||||||
#cinder_backup_mount_options_nfs: ""
|
#cinder_backup_mount_options_nfs: ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user