/charm-cinder-backup-nfs

Subordinate charm to enable nfs backend for cinder backup

Primary LanguagePythonApache License 2.0Apache-2.0

Cinder Backup to NFS

Build charm:

charmcraft pack

Deploy charm:

juju deploy ./cinder-backup-nfs_ubuntu-22.04-amd64.charm

Make sure you configure the backup-share option:

juju config cinder-backup-nfs backup-share=SERVER_IP:/path/to/backup/share

Add relation to cinder-backup-nfs:

juju relate cinder-backup-nfs:backup-backend cinder-backup:backup-backend