Lirt / velero-plugin-for-openstack

Openstack Cinder, Manila and Swift plugin for Velero backups
MIT License
27 stars 13 forks source link

Add support for static storage container name #107

Closed Jonher937 closed 6 months ago

Jonher937 commented 6 months ago

When using a storage backend such as ceph block, the container corresponds to a ceph pool and is not managed by the user, but rather by the storage/Openstack operator.

In a S3 deployment it's fine for this to be dynamic as it's managed by the user, but in some cases (such as ceph block) the user needs to be able to override this container value.

With this change I was able to point to our backups pools, same pool as what Openstack Cinder Backup is using.

Lirt commented 6 months ago

Hello @Jonher937,

That sounds good. Give me some time to run quick test and reach back to you.

Lirt commented 6 months ago

Hey, I had to release a fix for CI and synced this branch.

If the CI runs fine I can merge the PR.

Jonher937 commented 6 months ago

Thanks for the quick merge and maintaining this plugin :star:

Lirt commented 6 months ago

Thank you for contribution.

New tag was published successfully.