File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -639,6 +639,7 @@ func (service *HTTPRestService) CreateOrUpdateNetworkContainerInternal(req *cns.
639639 req .IPConfiguration .IPSubnet .PrefixLength )
640640 return types .PrimaryCANotSame
641641 }
642+ logger .Printf ("[Azure CNS] Its an overlay cluster! Skipping Primary CA check for NCId %s, old CA %s/%d, new CA %s/%d" )
642643 }
643644 }
644645
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ func (service *HTTPRestService) saveNetworkContainerGoalState(req cns.CreateNetw
174174 // Remove the auth token before saving the containerStatus to cns json file
175175 createNetworkContainerRequest := req
176176 createNetworkContainerRequest .AuthorizationToken = ""
177+
177178 service .state .ContainerStatus [req .NetworkContainerid ] = containerstatus {
178179 ID : req .NetworkContainerid ,
179180 VMVersion : req .Version ,
You can’t perform that action at this time.
0 commit comments