You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/31 11:41:41 UTC

[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

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950729#comment-15950729 ] 

ASF GitHub Bot commented on CLOUDSTACK-9647:
--------------------------------------------

Github user niteshsarda commented on the issue:

    https://github.com/apache/cloudstack/pull/1810
  
    I have tested this and **LGTM** for test.
    
    Following are the results : 
    
    **Before applying fix :** 
    /vmfs/volumes/5d7b9eae-08336124/r-99-VM # grep virtualDev r-97-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 = "e1000"
    
    
    **After applying fix :** 
    /vmfs/volumes/5d7b9eae-08336124/r-99-VM # grep virtualDev r-99-VM.vmx
    pciBridge4.virtualDev = "pcieRootPort"
    pciBridge5.virtualDev = "pcieRootPort"
    pciBridge6.virtualDev = "pcieRootPort"
    pciBridge7.virtualDev = "pcieRootPort"
    scsi0.virtualDev = "lsilogic"
    ethernet0.virtualDev = "vmxnet3"
    ethernet1.virtualDev = "vmxnet3"
    ethernet2.virtualDev = "vmxnet3"


> 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.15#6346)