Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NIT: VolumeController: don't overwrite err by lastErr
When err is non-nil and lastErr is nil, if we blindly overwrite err by lastErr, we will not requeue the volume CR. This make us depend on the 30s resync longhorn-6682 Signed-off-by: Phan Le <phan.le@suse.com> (cherry picked from commit 428281c)
- Loading branch information