Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 608F91807C for ; Mon, 18 Jan 2016 11:14:44 +0000 (UTC) Received: (qmail 17395 invoked by uid 500); 18 Jan 2016 11:14:42 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 17336 invoked by uid 500); 18 Jan 2016 11:14:42 -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 16882 invoked by uid 500); 18 Jan 2016 11:14:42 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 16844 invoked by uid 99); 18 Jan 2016 11:14:42 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 11:14:42 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4E6742C1F68 for ; Mon, 18 Jan 2016 11:14:42 +0000 (UTC) Date: Mon, 18 Jan 2016 11:14:42 +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-9187) rVPC routers in Master/Master due to concurrency problem when writing the keepalivd.conf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105148#comment-15105148 ] ASF subversion and git services commented on CLOUDSTACK-9187: ------------------------------------------------------------- Commit addb26455ac73f5da3d07b8764980b1e012721c3 in cloudstack's branch refs/heads/master from [~dahn] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=addb264 ] Merge release branch 4.7 to master * 4.7: CLOUDSTACK-9154 - Sets the pub interface down when all guest nets are gone CLOUDSTACK-9187 - Makes code ready for more something like ethXXXX, if we ever get that far CLOUDSTACK-9188 - Reads network GC interval and wait from configDao CLOUDSTACK-9187 - Fixes interface allocation to VRRP instances CLOUDSTACK-9187 - Adds test to cover multiple nics and nic removal CLOUDSTACK-9154 - Adds test to cover nics state after GC CLOUDSTACK-9154 - Returns the guest iterface that is marked as added Conflicts: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java > rVPC routers in Master/Master due to concurrency problem when writing the keepalivd.conf > ---------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9187 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9187 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Virtual Router > Affects Versions: 4.6.0, 4.7.0, 4.6.1, 4.6.2 > Reporter: Wilder Rodrigues > Assignee: Wilder Rodrigues > Priority: Critical > Fix For: 4.7.1 > > > cat /etc/keepalived/keepalived.conf > ``` > vrrp_instance inside_network { > state EQUAL > interface eth3 > virtual_router_id 51 > ``` > and this is r-518-VM: > cat /etc/keepalived/keepalived.conf > ``` > vrrp_instance inside_network { > state EQUAL > interface eth4 > virtual_router_id 51 > nopreempt > ``` -- This message was sent by Atlassian JIRA (v6.3.4#6332)