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 6DA4B2009F7 for ; Sat, 7 May 2016 16:15:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6C597160A01; Sat, 7 May 2016 14:15:32 +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 B16E51609F6 for ; Sat, 7 May 2016 16:15:31 +0200 (CEST) Received: (qmail 30131 invoked by uid 500); 7 May 2016 14:15:30 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 30120 invoked by uid 99); 7 May 2016 14:15:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2016 14:15:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1241BDFB04; Sat, 7 May 2016 14:15:29 +0000 (UTC) From: ntavares To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: Honour GS use_ext_dns and redundant VR VI... Content-Type: text/plain Date: Sat, 7 May 2016 14:15:29 +0000 (UTC) archived-at: Sat, 07 May 2016 14:15:32 -0000 GitHub user ntavares opened a pull request: https://github.com/apache/cloudstack/pull/1535 Honour GS use_ext_dns and redundant VR VIP This patch addresses two issues: - On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at least while the DHCP lease doesn't update (because the primary resolver will be checked first until times out, however it'll be gone upon failover). - If Global Setting use_ext_dns is true, we don't want the VR to be the primary resolver at all. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ntavares/cloudstack useextdns_rvmvip Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1535.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 #1535 ---- commit 831011fb9782622d6b90b7124c6c0b016e99d5ce Author: Nuno Tavares Date: 2016-05-07T14:14:31Z This patch addresses two issues: - On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at least while the DHCP lease doesn't update (because the primary resolver will be checked first until times out, however it'll be gone upon failover). - If Global Setting use_ext_dns is true, we don't want the VR to be the primary resolver at all. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---