-
Notifications
You must be signed in to change notification settings - Fork 107
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
Can csi snapshoptter be used in velero backup? #397
Comments
@liyimeng yes, CSI Snapshot can be used for backup. We can use the velero CSI plugin for backing up the data. Just a note here, the data will be backed up locally only as it will be backed up as a zfs snapshot. |
I'm interested in this question. I'd like to be able to take backups and volume snapshots of Kubevirt VMs and have them uploaded to S3 According to this vmware-tanzu/velero#3544 it should be supported in Velero, but unsure if zfs-localpv supports it on the backend. I tried using the CSI snapshot with https://github.com/vmware-tanzu/velero-plugin-for-csi and while the volume snapshot did succeed, I couldn't get it to upload to S3 (velero backup would get stuck in I've ended up using https://github.com/openebs/velero-plugin instead of |
@ianb-mp |
@w3aman can you provide your insights on this? |
Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]
Try to keep it simple
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
velero can use CSI Snapshot for backup according to this https://velero.io/blog/csi-integration/
can zfs-localpv use this feature without needing extral plugin?
To my understanding, nfs-localpv is already support CSI Snapshot, it should be a simple work, right?
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: