containerized-data-importer/pkg/controller
kubevirt-bot 8cf8cdc91f
Populators: Add to PVC' exclude velero backup label (#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.

Signed-off-by: Shelly Kagan <skagan@redhat.com>
Co-authored-by: Shelly Kagan <skagan@redhat.com>
2024-11-11 09:40:00 +01:00
..
clone Populators: Add to PVC' exclude velero backup label (#3526) 2024-11-11 09:40:00 +01:00
common Populators: Add to PVC' exclude velero backup label (#3526) 2024-11-11 09:40:00 +01:00
datavolume [release-v1.57] Suppress alerts to reduce noise of dependent ones (#3185) 2024-04-12 00:59:57 +02:00
populators Populators: Add to PVC' exclude velero backup label (#3526) 2024-11-11 09:40:00 +01:00
transfer increase controller cuncurrency and cpu requests (#2867) 2023-08-24 19:50:37 +02:00
BUILD.bazel [release-v1.57] Suppress alerts to reduce noise of dependent ones (#3185) 2024-04-12 00:59:57 +02:00
clone-controller_test.go Mount block PVC rw in clone source pods (#2957) 2023-11-05 19:07:25 +01:00
clone-controller.go Mount block PVC rw in clone source pods (#2957) 2023-11-05 19:07:25 +01:00
config-controller_test.go PVC Clone Populator (#2709) 2023-05-24 05:11:52 +02:00
config-controller.go increase controller cuncurrency and cpu requests (#2867) 2023-08-24 19:50:37 +02:00
controller_suite_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
dataimportcron-conditions.go [release-v1.57] Suppress alerts to reduce noise of dependent ones (#3185) 2024-04-12 00:59:57 +02:00
dataimportcron-controller_test.go [release-v1.57] Suppress alerts to reduce noise of dependent ones (#3185) 2024-04-12 00:59:57 +02:00
dataimportcron-controller.go Handle potential nil pointer in handleSnapshot (#3513) 2024-11-06 15:06:04 +01:00
datasource-controller_test.go golangci-lint: Enable errcheck (#2696) 2023-04-25 20:40:16 +02:00
datasource-controller.go increase controller cuncurrency and cpu requests (#2867) 2023-08-24 19:50:37 +02:00
import-controller_test.go [release-v1.57] Manual backport of "Use direct io with qemu-img convert if pod is OOMKilled" (#3309) 2024-06-10 12:36:27 +02:00
import-controller.go [release-v1.57] Manual backport of "Use direct io with qemu-img convert if pod is OOMKilled" (#3309) 2024-06-10 12:36:27 +02:00
storageprofile-controller_test.go [release-v1.57] Suppress alerts to reduce noise of dependent ones (#3185) 2024-04-12 00:59:57 +02:00
storageprofile-controller.go [release-v1.57] Suppress alerts to reduce noise of dependent ones (#3185) 2024-04-12 00:59:57 +02:00
upload-controller_test.go enable ginkgolinter and fix findings (#2703) 2023-05-04 13:07:36 +02:00
upload-controller.go increase controller cuncurrency and cpu requests (#2867) 2023-08-24 19:50:37 +02:00
util_test.go Address error condition when scratch space is needed to avoid VM failures (#2950) 2023-10-31 17:36:20 +01:00
util.go Address error condition when scratch space is needed to avoid VM failures (#2950) 2023-10-31 17:36:20 +01:00