Skip to content

Commit

Permalink
Merge pull request #180 from ELENAGER/bug_2249462_long_fencing_4.13_b…
Browse files Browse the repository at this point in the history
…ackport

Bug 2252252: Fencing takes more time than expected
  • Loading branch information
ShyamsundarR authored Apr 18, 2024
2 parents 83274c8 + 97c5c69 commit 5692bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/drcluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ func (u *drclusterInstance) fenceClusterOnCluster(peerCluster *ramen.DRCluster)
}

annotations := make(map[string]string)
annotations[DRPCNameAnnotation] = u.object.Name // ?
annotations[DRClusterNameAnnotation] = u.object.Name

nf, err := u.reconciler.MCVGetter.GetNFFromManagedCluster(u.object.Name,
u.object.Namespace, peerCluster.Name, annotations)
Expand Down

0 comments on commit 5692bef

Please sign in to comment.