harikrishna-patnala commented on a change in pull request #4581:
URL: https://github.com/apache/cloudstack/pull/4581#discussion_r563623614



##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -3844,7 +3848,10 @@ private UserVm createVirtualMachine(DataCenter zone, 
ServiceOffering serviceOffe
             // Check is hostName is RFC compliant
             checkNameForRFCCompliance(hostName);
         }
-        instanceName = VirtualMachineName.getVmName(id, owner.getId(), 
_instance);
+        instanceName = VirtualMachineName.getVmName(id, owner.getId(), 
instanceSuffix);

Review comment:
       Thanks @shwstppr I missed the check at 3823




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to