mirror of https://github.com/apache/cloudstack.git
bug 11492: check volume resource limit when deployVm
status 11492: resolved fixed
This commit is contained in:
parent
bb7ff42c23
commit
afb56d2112
|
|
@ -2344,6 +2344,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
|||
|
||||
// check if account/domain is with in resource limits to create a new vm
|
||||
_resourceLimitMgr.checkResourceLimit(owner, ResourceType.user_vm);
|
||||
_resourceLimitMgr.checkResourceLimit(owner, ResourceType.volume);
|
||||
|
||||
//verify security group ids
|
||||
if (securityGroupIdList != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue