mirror of https://github.com/apache/cloudstack.git
missing one more place to notify answer commands
This commit is contained in:
parent
545aa50388
commit
918df1a838
|
|
@ -1449,6 +1449,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory,
|
|||
Request req = new Request(seq, hostId, _nodeId, cmds,
|
||||
commands.stopOnError(), true, commands.revertOnError());
|
||||
Answer[] answers = agent.send(req, timeout);
|
||||
notifyAnswersFromAttache(hostId, seq, answers);
|
||||
commands.setAnswers(answers);
|
||||
return answers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue