ReconciliationSource
resources using the restic
mover will silently fail under certain conditions.
#1454
Labels
bug
Something isn't working
Describe the bug
It appears that that the
restic
has a code path where errors are inadvertently suppressed. This code path includes cases where aReplicationSource
might have invalid data - which was the case when I accidentally leftspec.restic.copyMethod
unset. Ultimately, I had to clone the repo locally and run the controller with a debugger to determine why this resource was failing to reconcile.Steps to reproduce
Create a
ReplicationSource
usingrestic
but without settingspec.restic.copyMethod
.Expected behavior
The resource should be reconciled (e.g., the data moving jobs should be created).
Actual results
The resource is updated to the
Transitioning
state and then nothing happens.The text was updated successfully, but these errors were encountered: