Uploaded image for project: 'Migration Toolkit for Virtualization'
  1. Migration Toolkit for Virtualization
  2. MTV-1170

Network Interface order should be preserved when migrated from VMWare to OCP-V

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 2.6.1
    • Guest
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • True
    • Moderate

      When migrating a VM with multiple network cards from VMware to OCP-V, the order of the network cards should be maintained. As an example, the attached vmware screenshot(s)  shows the following order:

      • Network adapter 1 - 00:50:56:86:90:ed
      • Network adapter 2 - 00:50:56:86:1a:3b
      • Network adapter 3 - 00:50:56:86:1a:fc
      • Network adapter 4 - 00:50:56:86:77:ab

      The converted VM using MTV has the following as part of the VM definition:

      ```
      interfaces:
        - bridge: {}
           macAddress: '00:50:56:86:1a:fc'
           model: virtio
           name: net-0
        - bridge: {}
           macAddress: '00:50:56:86:1a:3b'
           model: virtio
           name: net-1
        - bridge: {}
           macAddress: '00:50:56:86:90:ed'
           model: virtio
           name: net-2
        - bridge: {}
           macAddress: '00:50:56:86:77:ab'
           model: virtio
           name: net-3
      ```
      NOTE: the first and third interfaces in the list are swapped. I have attached the logs from the migration container.

        1. vmware-screenshot-2.png
          73 kB
          Mark DeNeve
        2. vmware-screenshot-1.png
          72 kB
          Mark DeNeve
        3. fournics-migration.log.gz
          400 kB
          Mark DeNeve

              Unassigned Unassigned
              mdeneve@redhat.com Mark DeNeve
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: