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 B79B6200B8F for ; Thu, 15 Sep 2016 23:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B6411160ABA; Thu, 15 Sep 2016 21:30:22 +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 08B7A160ADA for ; Thu, 15 Sep 2016 23:30:21 +0200 (CEST) Received: (qmail 57635 invoked by uid 500); 15 Sep 2016 21:30:21 -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 57378 invoked by uid 500); 15 Sep 2016 21:30:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 57328 invoked by uid 99); 15 Sep 2016 21:30:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 21:30:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C229C2C1B79 for ; Thu, 15 Sep 2016 21:30:20 +0000 (UTC) Date: Thu, 15 Sep 2016 21:30:20 +0000 (UTC) From: "John Burwell (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-9491) Vmware resource: incorrect parsing of device list to find ethener index of plugged nic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Sep 2016 21:30:22 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Burwell updated CLOUDSTACK-9491: ------------------------------------- Assignee: Murali Reddy > Vmware resource: incorrect parsing of device list to find ethener index of plugged nic > -------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9491 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9491 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.6.0 > Reporter: Murali Reddy > Assignee: Murali Reddy > Fix For: 4.10.0.0, 4.9.1.0, 4.8.2.0 > > > In VmwareResource.java, there is logic ( in findRouterEthDeviceIndex) to find ethernet interface a mac address is associated with. > After NIC in plugged in to a Vm through vSphere, it takes some time for the device to show up in the guest VM. > Logic loops through the device list obtained from /proc/sys/net/ipv4/conf from the VM, and matched againest mac. > However '/proc/sys/net/ipv4/conf' is not refreshed, heve logic loops through old device list always. > In addition there is no exception thrown and error is maked by sending -1. > Eventually, VR scripts are getting -1 as device number causing failure in processing the scripts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)