mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-24 16:57:28 +00:00
Cinder: Use Swift for volume backups by default
This PS changes the default volume backup backend to be swift as this is both better tested and volume driver backend agnostic, in addition to permitting easier export of data by tenants. Change-Id: Ibd9716c07fda5a040dc88d7976816d9e63c581db
This commit is contained in:
@@ -728,9 +728,9 @@ conf:
|
||||
# via the endpoints section.
|
||||
osapi_volume_listen_port: null
|
||||
enabled_backends: "rbd1"
|
||||
# NOTE(portdirect): "cinder.backup.drivers.swift" and
|
||||
# NOTE(portdirect): "cinder.backup.drivers.ceph" and
|
||||
# "cinder.backup.drivers.posix" also supported
|
||||
backup_driver: "cinder.backup.drivers.ceph"
|
||||
backup_driver: "cinder.backup.drivers.swift"
|
||||
# Backup: Ceph RBD options
|
||||
backup_ceph_conf: "/etc/ceph/ceph.conf"
|
||||
backup_ceph_user: cinderbackup
|
||||
|
||||
Reference in New Issue
Block a user