mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4880:
check for host cpu capability while dynamic scaling a vm on the same host
This commit is contained in:
parent
1cdc064c43
commit
25e51a5716
|
|
@ -3433,9 +3433,9 @@ public class VirtualNetworkApplianceManagerImpl extends ManagerBase implements V
|
|||
}
|
||||
|
||||
protected boolean sendCommandsToRouter(final VirtualRouter router, Commands cmds) throws AgentUnavailableException {
|
||||
/*if(!checkRouterVersion(router)){
|
||||
if(!checkRouterVersion(router)){
|
||||
throw new CloudRuntimeException("Router requires upgrade. Unable to send command to router:" + router.getId());
|
||||
} */
|
||||
}
|
||||
Answer[] answers = null;
|
||||
try {
|
||||
answers = _agentMgr.send(router.getHostId(), cmds);
|
||||
|
|
|
|||
Loading…
Reference in New Issue