You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Disk transfer tasks aren't completed although the migration is successful
The individual tasks of the pipeline step do not finish, although the pipeline step is completed
As a workaround, if the UI see that the step is finished, but some individual task did not finish, override the individual task data, and show it as if it is finished.
The text was updated successfully, but these errors were encountered:
…mark task as successful,
Reference: kubev2v#1305
In case a migraiton task is not marked as finished (i.e. task.phase is
undefined), but its pipeline step is marked as completed succesfully
then mark the task as completed succesfully as well.
Signed-off-by: Sharon Gratch <[email protected]>
…mark task as successful,
Reference: kubev2v#1305
In case a migraiton task is not marked as finished (i.e. task.phase is
undefined), but its pipeline step is marked as completed succesfully
then mark the task as completed succesfully as well.
Signed-off-by: Sharon Gratch <[email protected]>
sgratch
added a commit
to sgratch/forklift-console-plugin
that referenced
this issue
Sep 18, 2024
…mark task as successful,
Reference: kubev2v#1305
In case a migraiton task is not marked as finished (i.e. task.phase is
undefined), but its pipeline step is marked as completed succesfully
then mark the task as completed succesfully as well.
Signed-off-by: Sharon Gratch <[email protected]>
Ref: https://issues.redhat.com/browse/MTV-1310
Issue: Disk transfer tasks aren't completed although the migration is successful
The individual tasks of the pipeline step do not finish, although the pipeline step is completed
As a workaround, if the UI see that the step is finished, but some individual task did not finish, override the individual task data, and show it as if it is finished.
The text was updated successfully, but these errors were encountered: