Commit 644b414
fix(remove-datamover): remove ValidateDataMover and snapshot polling logic
Remove the plugin-side snapshot/datamover polling since Velero already
handles VolumeSnapshotContent, VolumeSnapshot, DataUpload, and
PodVolumeBackup lifecycle natively. This eliminates duplicated work
and simplifies the plugin significantly.
Removed:
- ValidateDataMover, reconcileStandardDataMover, reconcileAzureDataMover
- All Check/Wait/Reconcile functions for snapshots and data uploads
- BlackList struct and all associated functions
- PodVolumeBackup polling logic
- DataUploadTimeout/DataUploadCheckPace configuration options
- All associated tests (~5000 lines removed)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>1 parent caa3bfa commit 644b414
8 files changed
Lines changed: 11 additions & 5021 deletions
File tree
- pkg
- common
- core
- types
- validation
- vendor/github.com/openshift/hypershift/api/hypershift/v1beta1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 14 | | |
21 | 15 | | |
22 | 16 | | |
| |||
0 commit comments