You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2016/01/16 19:55:33 UTC

[26/28] git commit: updated refs/heads/master to 75b68c6

Merge pull request #1291 from remibergsma/bump-ssh-timeout

CLOUDSTACK-9202 Bump ssh timeout for VR commandsIt seems the VR needs more time for some of its commands. Until we figured out the root cause, this allows the VRs to start again.

Error seen:
```
2015-12-28 14:35:18,201 ERROR [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-1:ctx-34ff7f80 job-39723/job-39726 ctx-d63de41b) Timed out in waiting SSH execution result
2015-12-28 14:35:18,201 WARN [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-1:ctx-34ff7f80 job-39723/job-39726 ctx-d63de41b) Command: com.cloud.agent.api.Command failed while starting virtua
l router
2015-12-28 14:35:18,201 INFO [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-1:ctx-34ff7f80 job-39723/job-39726 ctx-d63de41b) The guru did not like the answers so stopping VM[DomainRouter|r-1534-VM]
.Answer":{"result":true,"wait":0}},{"com.cloud.agent.api.Answer":{"result":false,"details":"Timed out in waiting SSH execution result","wait":0}}] }
```

* pr/1291:
  CLOUDSTACK-9202 Bump ssh timeout

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/450db8c6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/450db8c6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/450db8c6

Branch: refs/heads/master
Commit: 450db8c6cd5133c68b00ffa925db9c90fd6cfcf7
Parents: 66a933a 1c5e899
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat Jan 16 19:47:00 2016 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Sat Jan 16 19:47:01 2016 +0100

----------------------------------------------------------------------
 utils/src/main/java/com/cloud/utils/ssh/SSHCmdHelper.java | 4 +++-
 utils/src/main/java/com/cloud/utils/ssh/SshHelper.java    | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------