bug 12844: fixed a regression

reviewed-by : edison
This commit is contained in:
anthony 2012-01-31 17:09:41 -08:00
parent 91067e4216
commit e1aa9c0ead
1 changed files with 0 additions and 1 deletions

View File

@ -1158,7 +1158,6 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, Manager {
// make it as disconnected, wait for secondary storage VM to be up
// return the attache instead of null, even it is disconnectede
handleDisconnect(attache, Event.AgentDisconnected, false, false);
throw new CloudRuntimeException("ReadyCommand failed " + attache.getId());
}
_hostDao.updateStatus(host, Event.Ready, _nodeId);