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 0D38A200BF8 for ; Fri, 9 Dec 2016 06:51:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0BE96160B1F; Fri, 9 Dec 2016 05:51:00 +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 5E6EE160B27 for ; Fri, 9 Dec 2016 06:50:59 +0100 (CET) Received: (qmail 62959 invoked by uid 500); 9 Dec 2016 05:50:58 -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 62927 invoked by uid 500); 9 Dec 2016 05:50:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 62920 invoked by uid 99); 9 Dec 2016 05:50:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2016 05:50:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6EE3F2C03DD for ; Fri, 9 Dec 2016 05:50:58 +0000 (UTC) Date: Fri, 9 Dec 2016 05:50:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9647) NIC adapter type becomes e1000 , even after changing the global parameter "vmware.systemvm.nic.device.type" to vmxnet3 for VPC VR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 09 Dec 2016 05:51:00 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734410#comment-15734410 ] ASF GitHub Bot commented on CLOUDSTACK-9647: -------------------------------------------- Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1810 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been kicked to run smoke tests > NIC adapter type becomes e1000 , even after changing the global parameter "vmware.systemvm.nic.device.type" to vmxnet3 for VPC VR > --------------------------------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9647 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9647 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server, VMware > Affects Versions: 4.9.0 > Reporter: Sudhansu Sahu > Assignee: Sudhansu Sahu > > ISSUE > ===== > NIC adapter type becomes e1000 , even after changing the global parameter "vmware.systemvm.nic.device.type" to vmxnet3. > Description > ========= > Repro steps:- > -> Set global parameter "vmware.systemvm.nic.device.type" to vmxnet3. > -> Created a VPC network and deployed a VM using the same network. > -> Checked the router details and found that for private network , it was showing nic adapter type as VMXNET3 and for other networks (public and guest) it was showing as E1000. > -> Rebooted the VPC network and checked it again, it was same as earlier. > /vmfs/volumes/94ec1ec2-0df8514b/r-2784-VM # grep virtualDev r-2784-VM.vmx > pciBridge4.virtualDev = "pcieRootPort" > pciBridge5.virtualDev = "pcieRootPort" > pciBridge6.virtualDev = "pcieRootPort" > pciBridge7.virtualDev = "pcieRootPort" > scsi0.virtualDev = "lsilogic" > ethernet0.virtualDev = "vmxnet3" > ethernet1.virtualDev = "e1000" > ethernet2.virtualDev = "vmxnet3" > ethernet3.virtualDev = "vmxnet3" -- This message was sent by Atlassian JIRA (v6.3.4#6332)