mirror of https://github.com/apache/cloudstack.git
need to check state every 2 second
This commit is contained in:
parent
5b4f410621
commit
8b425e6313
|
|
@ -1046,6 +1046,9 @@ public class VirtualNetworkApplianceManagerImpl implements VirtualNetworkApplian
|
|||
}
|
||||
i += 2;
|
||||
state = router.getState();
|
||||
if ( state != State.Starting ) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (state != State.Starting && state != State.Running) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue