You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bo0tzz VolSync doesn't support using manual and schedule triggers at the same time. If you use a manual trigger and want to go back to your schedule you'll need to remove the manual trigger.
VolSync doesn't support using manual and schedule triggers at the same time
I am aware of that. The issue is that it still lets me set both, and then fails silently. I would expect the manifest to be rejected by a validating webhook.
Describe the bug
When specifying multiple triggers on a ReplicationSource, for example
The
schedule
trigger gets ignored.Steps to reproduce
Create an RS with the above triggers
Expected behavior
Either both triggers apply, or the resource is rejected by a webhook when applying.
Actual results
Only the manual trigger applies, and the schedule is ignored.
Additional context
I believe the relevant code that ends up ignoring the schedule trigger is this
volsync/controllers/statemachine/machine.go
Lines 83 to 92 in a5acd32
The text was updated successfully, but these errors were encountered: