You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by niteshsarda <gi...@git.apache.org> on 2017/03/31 11:41:31 UTC

[GitHub] cloudstack issue #1810: CLOUDSTACK-9647: NIC adapter type becomes e1000 , ev...

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"


---
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.
---