Commit Graph

52 Commits

Author SHA1 Message Date
akalenyu
8f89386557
Don't keep going after cleanup finished successfully (#2556)
Right now if cleanup finishes succesfully we just keep going
on in the reconcile loop, even though deletion timestamp is set

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2023-01-29 14:11:13 +01:00
akalenyu
3a4af3eff0
Introduce base clone controller and adjust PVC clone controller accordingly (#2544)
We are introducing cloning from snapshot soon as a new controller,
as part of those efforts, it was identified to be beneficial to have this split.

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2023-01-18 19:34:59 +01:00