From 3587e1679b54fb44c6ffa16ed35149e108a22b14 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sat, 12 May 2018 23:01:51 -0500 Subject: [PATCH] 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 --- cinder/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/values.yaml b/cinder/values.yaml index bd45646130..78cb8a326a 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -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