Skip to content

Commit

Permalink
Specify Ceph configuration file path for Cinder backup
Browse files Browse the repository at this point in the history
Adds `backup_ceph_conf` parameter to Cinder backup configuration to explicitly
set the Ceph configuration file path.
  • Loading branch information
sbekkerm authored and openshift-merge-bot[bot] committed Nov 1, 2024
1 parent 04c7a02 commit 27e6acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ci_dcn_site/templates/service-values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ data:
customServiceConfig: |
[DEFAULT]
backup_driver = cinder.backup.drivers.ceph.CephBackupDriver
backup_ceph_conf = /etc/ceph/az0.conf
backup_ceph_pool = backups
backup_ceph_user = openstack
cinderVolumes:
Expand Down

0 comments on commit 27e6acc

Please sign in to comment.