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

Disk transfer tasks aren't completed although the migration is successful

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • None
    • False
    • None
    • True

      When migrating vSphere or OVA VMs, the disk transfer phase is completed successfully, but the individual tasks are not. This is happening because the logs from virt-v2v sometimes not fully being scan and we miss the last indication the copy phase was done.

      Due to the mechanism we have in the backend for completing the step even if the logs of 100% were skipped, the same mechanism should be introduced to the tasks section.

       Example from the plan YAML - the step progress should match the task one:

      name: DiskTransferV2v
      phase: Completed
      progress:
      completed: 4096
      total: 4096
      started: '2024-05-21T13:28:22Z'
      tasks:
      - annotations:
      unit: MB
      name: '/ova/qe/rhel9.ova::image.vmdk'
      progress:
      completed: 368
      total: 4096
      

              Unassigned Unassigned
              bkhizgiy Bella Khizgiyaev
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: