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 DB349200BC8 for ; Wed, 23 Nov 2016 09:11:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D9D7B160B1E; Wed, 23 Nov 2016 08:11:11 +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 56F83160AFA for ; Wed, 23 Nov 2016 09:11:11 +0100 (CET) Received: (qmail 70277 invoked by uid 500); 23 Nov 2016 08:11:10 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 70267 invoked by uid 99); 23 Nov 2016 08:11:10 -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; Wed, 23 Nov 2016 08:11:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 23399DFCC6; Wed, 23 Nov 2016 08:11:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Wed, 23 Nov 2016 08:11:11 -0000 Message-Id: <2b5f0671230d4bc1b6a12cffc2003447@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/4.8 to 3b59a9b archived-at: Wed, 23 Nov 2016 08:11:12 -0000 Merge pull request #1757 from murali-reddy/vr_dhcp_entries CLOUDSTACK-9583: VR: In CsDhcp.py preseed both hostaname and localhost to resolve to 127.0.0.1 The VR executes a ip route flush command as part of configurations. This command performs a DNS lookup on the VR hostname. Since the VR does not have a DNS entry, the ip command would wait 5 seconds before timing out and executing the flush operation. This fix adds the VR hostname to /etc/hosts mapped to 127.0.0.1 to answer the DNS lookup reducing the execution time. * pr/1757: CLOUDSTACK-9583: VR: In CsDhcp.py preseed both hostaname and localhost to resolve to 127.0.0.1 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3b59a9b2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3b59a9b2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3b59a9b2 Branch: refs/heads/4.8 Commit: 3b59a9b2e497b6e41cca40cc3147a4cb0a3a52d8 Parents: 7f051bd 4c4696e Author: Rohit Yadav Authored: Wed Nov 23 13:33:56 2016 +0530 Committer: Rohit Yadav Committed: Wed Nov 23 13:33:56 2016 +0530 ---------------------------------------------------------------------- systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ----------------------------------------------------------------------