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 AC32C108C5 for ; Wed, 10 Jul 2013 01:20:46 +0000 (UTC) Received: (qmail 60550 invoked by uid 500); 10 Jul 2013 01:20:46 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 60531 invoked by uid 500); 10 Jul 2013 01:20:46 -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 60522 invoked by uid 500); 10 Jul 2013 01:20:46 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 60519 invoked by uid 99); 10 Jul 2013 01:20:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 01:20:46 +0000 Date: Wed, 10 Jul 2013 01:20:46 +0000 (UTC) From: "Sheng Yang (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-3436) Redundant router: inconsistent ip routing table between the routers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sheng Yang created CLOUDSTACK-3436: -------------------------------------- Summary: Redundant router: inconsistent ip routing table between the routers Key: CLOUDSTACK-3436 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3436 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Affects Versions: 4.2.0 Reporter: Sheng Yang Assignee: Sheng Yang Priority: Critical Fix For: 4.2.0 Two routers would show inconsistent routing table using: ip rule command. e.g. MASTER: 0:from all lookup local 32762:from all fwmark 0x3 lookup Table_eth3 32763:from 10.223.161.64/26 lookup Table_eth3 32764:from all fwmark 0x2 lookup Table_eth2 32765:from 10.223.161.0/26 lookup Table_eth2 32766:from all lookup main 32767:from all lookup default BACKUP: 0:from all lookup local 32762:from all fwmark 0x3 lookup Table_eth3 32764:from all fwmark 0x2 lookup Table_eth2 32766:from all lookup main 32767:from all lookup default The problem is with ipassoc.sh which didn't take interface which is DOWN in BACKUP router into consideration. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira