mirror of https://github.com/apache/cloudstack.git
don't need to handle ReadyAnswer in AgentHandler
This commit is contained in:
parent
baed52fc99
commit
6cbe5208cf
|
|
@ -2431,9 +2431,6 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, ResourceS
|
|||
if (s_logger.isDebugEnabled()) {
|
||||
s_logger.debug("Cant not find host " + attache.getId());
|
||||
}
|
||||
} else {
|
||||
s_logger.info("Host " + attache.getId() + " is now ready to processing commands.");
|
||||
_hostDao.updateStatus(host, Event.Ready, _nodeId);
|
||||
}
|
||||
answer = new Answer(cmd);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue