CLOUDSTACK-4880:

check for host cpu capability while dynamic scaling a vm on the same host
This commit is contained in:
Nitin Mehta 2013-12-05 14:18:51 -08:00
parent 1cdc064c43
commit 25e51a5716
1 changed files with 2 additions and 2 deletions

View File

@ -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);