rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333258877
##########
plugins/network-elements/internal-loadbalancer/src/main/java/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java:
##########
@@ -824,7 +824,7 @@ protected DomainRouterVO deployInternalLbVm(final Account
owner, final DeployDes
try {
final long id = _internalLbVmDao.getNextInSequence(Long.class,
"id");
if (logger.isDebugEnabled()) {
- logger.debug("Creating the internal lb vm {} in datacenter
{} with hypervisor type {}",
+ logger.debug("Creating the internal lb Instance {} in
datacenter {} with hypervisor type {}",
Review Comment:
'LB'
##########
plugins/network-elements/internal-loadbalancer/src/main/java/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java:
##########
@@ -840,7 +840,7 @@ protected DomainRouterVO deployInternalLbVm(final Account
owner, final DeployDes
userId, vpcId, routerOffering, networks, templates);
} catch (final InsufficientCapacityException ex) {
if (allocateRetry < 2 && iter.hasNext()) {
- logger.debug("Failed to allocate the Internal lb vm with
hypervisor type {}, retrying one more time", hType);
+ logger.debug("Failed to allocate the Internal lb Instance
with hypervisor type {}, retrying one more time", 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]