rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333256096


##########
plugins/network-elements/internal-loadbalancer/src/main/java/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java:
##########
@@ -548,7 +548,7 @@ public boolean destroyInternalLbVm(final long vmId, final 
Account caller, final
     public VirtualRouter stopInternalLbVm(final long vmId, final boolean 
forced, final Account caller, final long callerUserId) throws 
ConcurrentOperationException, ResourceUnavailableException {
         final DomainRouterVO internalLbVm = _internalLbVmDao.findById(vmId);
         if (internalLbVm == null || internalLbVm.getRole() != 
Role.INTERNAL_LB_VM) {
-            throw new InvalidParameterValueException("Can't find internal lb 
vm by id specified");
+            throw new InvalidParameterValueException("Can't find internal lb 
Instance by id specified");

Review Comment:
   'LB'



##########
plugins/network-elements/internal-loadbalancer/src/main/java/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java:
##########
@@ -559,7 +559,7 @@ public VirtualRouter stopInternalLbVm(final long vmId, 
final boolean forced, fin
 
     protected VirtualRouter stopInternalLbVm(final DomainRouterVO 
internalLbVm, final boolean forced, final Account caller, final long 
callerUserId) throws ResourceUnavailableException,
     ConcurrentOperationException {
-        logger.debug("Stopping internal lb vm " + internalLbVm);
+        logger.debug("Stopping internal lb Instance " + internalLbVm);

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]

Reply via email to