mirror of https://github.com/apache/cloudstack.git
bug 6800: introducing a vm error state and fixing a couple of bugs introduced by the new networking model and around vm destroy
This commit is contained in:
parent
f902a9fa1f
commit
10f319ecd7
|
|
@ -2960,6 +2960,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, VirtualM
|
|||
}
|
||||
}
|
||||
|
||||
//used for vm transitioning to error state
|
||||
private void updateVmStateForFailedVmCreation(Long vmId) {
|
||||
UserVmVO vm = _vmDao.findById(vmId);
|
||||
if(vm != null){
|
||||
|
|
|
|||
Loading…
Reference in New Issue