Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AADD6200C28 for ; Mon, 13 Mar 2017 17:51:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A9899160B85; Mon, 13 Mar 2017 16:51:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F1EE7160B6C for ; Mon, 13 Mar 2017 17:51:49 +0100 (CET) Received: (qmail 23536 invoked by uid 500); 13 Mar 2017 16:51:47 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 23251 invoked by uid 500); 13 Mar 2017 16:51:47 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 23215 invoked by uid 99); 13 Mar 2017 16:51:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2017 16:51:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C3C0ACA8A2 for ; Mon, 13 Mar 2017 16:51:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 3RGdxreVEqL5 for ; Mon, 13 Mar 2017 16:51:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0EECC618AA for ; Mon, 13 Mar 2017 16:51:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 82F7FE0A6C for ; Mon, 13 Mar 2017 16:51:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id ECD26243B8 for ; Mon, 13 Mar 2017 16:51:41 +0000 (UTC) Date: Mon, 13 Mar 2017 16:51:41 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9569) VR on shared network not starting on KVM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Mar 2017 16:51:50 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907836#comment-15907836 ] ASF subversion and git services commented on CLOUDSTACK-9569: ------------------------------------------------------------- Commit 7b719c71fc15ce118fb3c2825790d615975eaefd in cloudstack's branch refs/heads/4.9 from [~rajanik] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=7b719c7 ] Merge pull request #1856 from ustcweizhou/set-kvm-host-params [4.9] CLOUDSTACK-9569: propagate global configuration router.aggregation.command.each.timeout to KVM agentThe router.aggregation.command.each.timeout in global configuration is only applied on new created KVM host. For existing KVM host, changing the value will not be effective. We need to propagate the configuration to existing host when cloudstack-agent is connected. * pr/1856: CLOUDSTACK-9569: propagate global configuration router.aggregation.command.each.timeout to KVM agent Signed-off-by: Rajani Karuturi > VR on shared network not starting on KVM > ---------------------------------------- > > Key: CLOUDSTACK-9569 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9569 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Network Controller > Affects Versions: 4.9.0 > Reporter: John Burwell > Priority: Critical > Fix For: 4.9.2.0, 4.10.1.0, 4.11.0.0 > > Attachments: cloud.log > > > A VR for a shared network on KVM fails to complete startup with the following behavior: > # VR starts on KVM > # Agent pings VR > # Increase timeout from from 120 seconds to 1200 seconds > # API configuration starts > The Management Server reports that the command times out. Please see the attached {cloud.log} which depicts the activity of the VR through the timeout. This failure does not occur on VMware. -- This message was sent by Atlassian JIRA (v6.3.15#6346)