Github user sureshanaparti commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1878#discussion_r105573097
  
    --- Diff: 
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
 ---
    @@ -2071,6 +2120,14 @@ protected StartAnswer execute(StartCommand cmd) {
             }
         }
     
    +    private void replaceNicsMacSequenceInBootArgs(String oldMacSequence, 
String newMacSequence, VirtualMachineTO vmSpec) {
    +        String bootArgs = vmSpec.getBootArgs();
    +        if (!StringUtils.isEmpty(bootArgs) && 
!StringUtils.isEmpty(oldMacSequence) && !StringUtils.isEmpty(newMacSequence)) {
    +            //Update boot args with the new nic mac addresses
    --- End diff --
    
    @rafaelweingartner Moved the comment to the method documentation part. 
Testcase added.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to