-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
-
-
Description of problem:
even after the VM's DiskTransferV2V pipeline step is completed successfully for all disks and the whole VM migration is ended successfully then: 1. The task of DiskTransferV2V per disk is NOT marked as "completed" as it should, while it is marked as "completed" for other pipeline steps like DiskAllocation. 2. The progress.completed field value for the last copied disk is not updated as it should (value is less then progress.total).
Version-Release number of selected component (if applicable):
2.7.10
How reproducible:
Always
Steps to Reproduce:
1.migrate a vm with few disks using cold migration 2. check the migration to see that vm was successfully migrated.
Actual results:
all successful tasks should be marked as completed and value of DiskTransferV2V task.progress.completed field should be equal to progress.total.
Expected results:
DiskTransferV2V tasks are not marked as completed. while it is marked as "completed" for other pipeline steps like DiskAllocation. progress.completed field value for the last copied disk is not updated as it should (value is less then progress.total).
Additional info: