Disable cinder-backup in cinder-lvm scenario
cinder-backup[1] does not include an lvm driver, we could use posix filesystem driver - but it's not supported in kolla-ansible currently. [1]: https://docs.openstack.org/cinder/rocky/drivers.html#backup-drivers Change-Id: I847a55692a59c52990186332388f571a04c377b7 Closes-Bug: #1847049
This commit is contained in:
parent
ade4f4eeb4
commit
df0c64ed32
@ -71,6 +71,8 @@ glance_enable_rolling_upgrade: "yes"
|
||||
|
||||
{% if scenario == "cinder-lvm" %}
|
||||
enable_cinder: "yes"
|
||||
# lvm backup driver for cinder-backup does not exist
|
||||
enable_cinder_backup: "no"
|
||||
enable_cinder_backend_lvm: "yes"
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user