-
Notifications
You must be signed in to change notification settings - Fork 15
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
[FEAT] Restore a snapshot to a different zone #80
Comments
Hm, I wonder why UPD: I found out why: |
@Lirt I created an upstream issue in velero: vmware-tanzu/velero#6440 |
(*I hope we talk about the same) I'd probably keep it simple and don't let users configure drivers. I have just few simple arguments:
So having a non-configurable list of supported drivers in the code sounds fine to me. |
@Lirt I submitted a PR for upstream velero code to support OpenStack CSI topologies, hopefully it will be merged soon, therefore there will be a support for a volume AZ. Meanwhile I'll try to run a couple of tests with locally compiled velero binary to find potential pitfalls. |
Is your feature request related to a problem? Please describe.
Our team uses an undocumented velero feature to restore a snapshot to a different AZ (spoof a new AZ in velero backup manifest in the object storage). We use this hack to restore snapshots in AWS. Would be nice if this plugin could support this.
Describe the solution you'd like
For cinder it's possible to create a snapshot, then make its backup and then restore a backup to a new AZ.
For manila shares it's possible to use share replicas to move a share from one AZ to another.
The only question is how to toggle this new logic. Using env variables? Or with a new snapshot location?
See also vmware-tanzu/velero#103
The text was updated successfully, but these errors were encountered: