vishesh92 commented on code in PR #8362:
URL: https://github.com/apache/cloudstack/pull/8362#discussion_r1489238493


##########
server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java:
##########
@@ -707,7 +710,7 @@ public VolumeVO allocVolume(CreateVolumeCmd cmd) throws 
ResourceAllocationExcept
         }
 
         // Check that the resource limit for volumes won't be exceeded
-        _resourceLimitMgr.checkResourceLimit(owner, ResourceType.volume, 
displayVolume);
+//        _resourceLimitMgr.checkResourceLimit(owner, ResourceType.volume, 
displayVolume);

Review Comment:
   uncomment or remove commented code.



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