vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.59k stars 1.39k forks source link

velero skipping volume backups if connected to S3 backblaze #8235

Open mehransaeed7810 opened 4 hours ago

mehransaeed7810 commented 4 hours ago

velero unable to backup volumes (pvcs) if connected to backblaze S3 as seen in the logs its skipping the pvcs `Phase: Completed

Warnings: Velero: Cluster: resource: /persistentvolumes name: /pvc-c982c1ef-0d86-469b-bb53-4c6cf9e1cf23 message: /No volume ID returned by volume snapshotter for persistent volume resource: /persistentvolumes name: /pvc-eceb274c-99bb-45cd-9e55-a56f3f7c0dda message: /No volume ID returned by volume snapshotter for persistent volume Namespaces: `

Describe the solution you'd like It would be good to have velero creating backups of pvcs as well and exporting it to backblaze

Environment:

blackpiglet commented 2 hours ago

/No volume ID returned by volume snapshotter for persistent volume This error means the volume data is backed up by the Velero Native-Snapshot. The Native-Snapshot is provided by the Velero VolumeSnapshotter plugins. The Velero-supported plugins can be found here. https://velero.io/plugins/

As a result, it's better to use the CSI snapshot or the file-system backup for your scenario. https://velero.io/docs/v1.14/csi/ https://velero.io/docs/v1.14/csi-snapshot-data-movement/ https://velero.io/docs/v1.14/file-system-backup/