vmware-tanzu / velero

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

Resource policies not working for vSphere plugin to do the snapshot #6048

Closed qiuming-best closed 1 year ago

qiuming-best commented 1 year ago

What steps did you take and what happened: It could not skip backup of volume with the vSphere plugin. Through debugging found that vSphere uses velero.io/vsphere-pvc-backupper BIA to do the snapshot

we need to add another additional condition judgement in executeActions function

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

qiuming-best commented 1 year ago

it has been fixed