You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/17 10:44:47 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #5428: resource limit: Fix resource limit check on VM start

sureshanaparti commented on a change in pull request #5428:
URL: https://github.com/apache/cloudstack/pull/5428#discussion_r710950549



##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -2584,6 +2585,53 @@ protected void runInContext() {
         }
     }
 
+    private void verifyVmLimits(UserVmVO vmInstance, Map<String,String> details) {

Review comment:
       ```suggestion
       private void verifyVmLimits(UserVmVO vmInstance, Map<String, String> details) {
   ```




-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org