Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openstack cinder-backup integration #143

Open
jsm222 opened this issue Jun 14, 2022 · 2 comments
Open

openstack cinder-backup integration #143

jsm222 opened this issue Jun 14, 2022 · 2 comments

Comments

@jsm222
Copy link

jsm222 commented Jun 14, 2022

Hi

FYI I did some work here to wrap benji into the openstack cinder-backup service with a custom backup driver. https://github.com/jsm222/cinder-backup-benji-driver.
To test on devstack use
cinder.conf:

backup_driver =  cinder.backup.drivers.benjidriver.BenjiBackupDriver

the rest of its options can be read in the source for now. benji in an venv created with --system-site-packages should work at least on devstack. Place it in /opt/stack/cinder/cinder/backup/drivers for default devstack...

@elemental-lf
Copy link
Owner

Thank you for letting us know! Do you have any plans to flesh this out some more and maintain it in the future? If that is the case, I'd add a link to the documentation when you think it's ready for that.

It might be useful to add some custom labels with OpenStack specific metadata to the backups if that information is available. That way users could filter on this metadata when using benji ls or they could use it to implement different retention policies based on it for example.

@jsm222

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants