From c893a451178655da4984ff13849f00a784411372 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 26 Oct 2021 11:13:46 +0530 Subject: [PATCH] cleanup: remove FIXME from ResyncVolume as the complexity of ResyncVolume is reduced removing the FIXME which is not valid anymore. Signed-off-by: Madhu Rajanna (cherry picked from commit 0838845c6a36e6bf5868c276a55fbbbcbd2835ba) --- internal/rbd/replicationcontrollerserver.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/rbd/replicationcontrollerserver.go b/internal/rbd/replicationcontrollerserver.go index e320be17c..bd429820d 100644 --- a/internal/rbd/replicationcontrollerserver.go +++ b/internal/rbd/replicationcontrollerserver.go @@ -532,7 +532,6 @@ func checkRemoteSiteStatus(ctx context.Context, mirrorStatus *librbd.GlobalMirro // ResyncVolume extracts the RBD volume information from the volumeID, If the // image is present, mirroring is enabled and the image is in demoted state. // If yes it will resync the image to correct the split-brain. -// FIXME: reduce complexity. func (rs *ReplicationServer) ResyncVolume(ctx context.Context, req *replication.ResyncVolumeRequest, ) (*replication.ResyncVolumeResponse, error) {