Closed ShellyKa13 closed 2 weeks ago
/cherrypick release-v1.60 /cherrypick release-v1.59 /cherrypick release-v1.58 /cherrypick release-v1.57
@ShellyKa13: once the present PR merges, I will cherry-pick it on top of release-v1.57
, release-v1.58
, release-v1.59
, release-v1.60
in new PRs and assign them to you.
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: akalenyu
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/test pull-containerized-data-importer-fossa
@ShellyKa13: new pull request created: #3523
@ShellyKa13: new pull request created: #3524
@ShellyKa13: new pull request created: #3525
@ShellyKa13: new pull request created: #3526
When backing up with Velero if a PVC is terminating then the backup is marked as PartiallyFailed, while the backup is still valid to use and its more of a warning, PVC' should be transparent to the user so have the backup partiallyFailed because of PVC' is a bad user experience. To fix that added to all our PVC' an label so it will be excluded from the Velero backup. This is a fix for previous PR https://github.com/kubevirt/containerized-data-importer/pull/3500 Which added an annotation instead of label by accident.
What this PR does / why we need it: Jira-ticket: https://issues.redhat.com/browse/CNV-51023
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged): Fixes #Special notes for your reviewer:
Release note: