cloudstack/engine
Koushik Das 47d6a64b31 CLOUDSTACK-7182: NPE while trying to deploy VMs in parallel in isolated network
The following changes are made:
- Check to see if network is implemented changed from 'state == Implementing||Implemented' to 'state == Implemented'.
The earlier check was a hack to prevent the issue described below.
- At the time of implementing network (using implementNetwork() method), if the VR needs to be deployed then
it follows the same path of regular VM deployment. This leads to a nested call to implementNetwork() while
preparing VR nics. This flow creates issues in dealing with network state transitions. The original call
puts network in "Implementing" state and then the nested call again tries to put it into same state resulting
in issues. In order to avoid it, implementNetwork() call for VR is replaced with below code.
2014-07-25 15:17:35 +05:30
..
api Updates to the way resizing a volume works 2014-07-17 21:09:19 -06:00
components-api Fix typo and add the right exception to the error map. 2014-06-25 15:51:28 +02:00
network findbugs: exclude known spiffy hacks a.k.a. false positives 2014-03-28 14:28:10 +01:00
orchestration CLOUDSTACK-7182: NPE while trying to deploy VMs in parallel in isolated network 2014-07-25 15:17:35 +05:30
schema Fix CID 1114608 Store virtualsize in the the virtualsize column 2014-07-24 12:21:37 +02:00
service findbugs: exclude known spiffy hacks a.k.a. false positives 2014-03-28 14:28:10 +01:00
storage CLOUDSTACK-7168: Revert "Fixed Coverity Issues reported" that broke CI 2014-07-23 11:37:36 -07:00
pom.xml Update master to 4.5.0-SNAPSHOT 2014-03-14 14:55:26 +01:00