csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

VR: Fix markVolumeAsPrimary to return err in case of !isKnownError #63

Closed iamniting closed 3 years ago

iamniting commented 3 years ago

markVolumeAsPrimary was not returning an error when we have an error which is not known to us. Because of which we were getting nil in recocile and updating the status of the VR to primary.

Signed-off-by: Nitin Goyal nigoyal@redhat.com