mirror of https://github.com/apache/cloudstack.git
Merge pull request #1065 from wenwenxiong/patch-1
update for comment in cancelMaintin on start VRchange comment //if the instance is of type ssvm, call the ssvm manager to //if the instance is of type domain router vm, call the network manager * pr/1065: update for comment in cancelMaintin on start VR Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
63203cec18
|
|
@ -360,7 +360,8 @@ public class StoragePoolAutomationImpl implements StoragePoolAutomation {
|
|||
_storagePoolWorkDao.update(work.getId(), work);
|
||||
}
|
||||
|
||||
// if the instance is of type ssvm, call the ssvm manager
|
||||
// if the instance is of type domain router vm, call the network
|
||||
// manager
|
||||
if (vmInstance.getType().equals(VirtualMachine.Type.DomainRouter)) {
|
||||
DomainRouterVO domR = _domrDao.findById(vmInstance.getId());
|
||||
vmMgr.advanceStart(domR.getUuid(), null, null);
|
||||
|
|
|
|||
Loading…
Reference in New Issue