mirror of https://github.com/apache/cloudstack.git
bug 10062: better error message
This commit is contained in:
parent
b27722b0db
commit
db94ece73b
|
|
@ -672,7 +672,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
}
|
||||
|
||||
if (dest == null) {
|
||||
throw new InsufficientServerCapacityException("Unable to create a deployment for " + vmProfile, DataCenter.class, plan.getDataCenterId());
|
||||
throw new InsufficientServerCapacityException("Unable to create a deployment for " + vmProfile + " due to lack of VLAN available.", DataCenter.class, plan.getDataCenterId());
|
||||
}
|
||||
|
||||
long destHostId = dest.getHost().getId();
|
||||
|
|
|
|||
Loading…
Reference in New Issue