shwstppr commented on code in PR #11659:
URL: https://github.com/apache/cloudstack/pull/11659#discussion_r2362663952


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -8989,34 +8989,47 @@ private void destroyVolumeInContext(UserVmVO vm, 
boolean expunge, VolumeVO volum
         }
     }
 
+    private String getInternalName(long accountId, long vmId) {
+        String instanceSuffix = _configDao.getValue(Config.InstanceName.key());
+        if (instanceSuffix == null) {
+            instanceSuffix = "DEFAULT";
+        }

Review Comment:
   This is already done in the configure method



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