You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/20 07:35:20 UTC

[jira] [Commented] (CLOUDSTACK-9503) The router script times out resulting in failure of deployment

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505896#comment-15505896 ] 

ASF GitHub Bot commented on CLOUDSTACK-9503:
--------------------------------------------

GitHub user abhinandanprateek opened a pull request:

    https://github.com/apache/cloudstack/pull/1678

    CLOUDSTACK-9503: Increased the VR script timeout. Most of the changes…

    … are about converting int/long time values to Duration.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shapeblue/cloudstack vr_timeout

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1678.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1678
    
----
commit e90511dfb7ee2cdfdd4981e2fed59a5bef8773f4
Author: Abhinandan Prateek <ap...@apache.org>
Date:   2016-09-20T07:30:46Z

    CLOUDSTACK-9503: Increased the VR script timeout. Most of the changes are about converting int/long time values to Duration.

----


> The router script times out resulting in failure of deployment
> --------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9503
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9503
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Virtual Router
>    Affects Versions: 4.9.0
>         Environment: KVM, Xen
>            Reporter: Abhinandan Prateek
>            Assignee: Abhinandan Prateek
>             Fix For: 4.9.1.0
>
>
> When starting the virtual router in a shared network in advance zone the scripts on router time out. This happen as there are several sub-commands that are consolidated in a single command. The default timeout of 2 minutes is short.
> 2016-09-09 00:06:25,016 ERROR [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-110:ctx-e8089ec7 job-5135/job-5137 ctx-c3a8da18) (logid:8aedea66) process hasn't exited
> 2016-09-09 00:06:25,016 WARN [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-110:ctx-e8089ec7 job-5135/job-5137 ctx-c3a8da18) (logid:8aedea66) Command: com.cloud.agent.api.Command failed while starting virtual router
> 2016-09-09 00:06:25,016 INFO [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-110:ctx-e8089ec7 job-5135/job-5137 ctx-c3a8da18) (logid:8aedea66) The guru did not like the answers so stopping VM[DomainRouter|r-3445-VM]
> —



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)