rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333259861
##########
plugins/network-elements/internal-loadbalancer/src/main/java/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java:
##########
@@ -855,7 +855,7 @@ protected DomainRouterVO deployInternalLbVm(final Account
owner, final DeployDes
break;
} catch (final InsufficientCapacityException ex) {
if (startRetry < 2 && iter.hasNext()) {
- logger.debug("Failed to start the Internal lb vm {}
with hypervisor type {}, destroying it and recreating one more time",
internalLbVm, hType);
+ logger.debug("Failed to start the Internal lb Instance
{} with hypervisor type {}, destroying it and recreating one more time",
internalLbVm, hType);
Review Comment:
'LB'
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]