Bug 1902028
| Summary: | Validation stage with error messages added to the migration process | ||
|---|---|---|---|
| Product: | Migration Toolkit for Virtualization | Reporter: | Ilanit Stein <istein> |
| Component: | General | Assignee: | Sam Lucidi <slucidi> |
| Status: | CLOSED ERRATA | QA Contact: | Ilanit Stein <istein> |
| Severity: | medium | Docs Contact: | Avital Pinnick <apinnick> |
| Priority: | high | ||
| Version: | 2.0.0 | CC: | fdupont, miguel, slucidi |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | 2.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-10 17:11:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ilanit Stein
2020-11-26 15:47:48 UTC
One use case would be checking that VDDK is properly configured. If VDDK is not correctly configured for a VMware provider, warn the user on the steps required to continue. Most of the conversation is in BZ 1902742. Marking this one as duplicate. *** This bug has been marked as a duplicate of bug 1902742 *** Oups. This one should remain. Reopening. I've added a `reason` field to explain the current task's `phase`. If the DV is waiting for the PVC to bind, the disk transfer task's `phase` will indicate "Blocked", and the `reason` will indicate the reason why, such as waiting for the vddk-init-image to be configured. https://github.com/konveyor/forklift-controller/pull/213 The fix should be part of build mtv-operator-bundle-container-2.0.0-4 / iib:72115. Verified on CNV-2.6.3-25/MTV upstream latest May 24. The fix is doing what's it's intended to - propagate DataVolume reported reason. Those cases were ran, and plan CR status was checked: 1. No vddk-init-image case: reason not mentioned because CDI importer doesn't report it like before. 2. Running VM migration case: (VM import is running and it is not pending anything) reason: pod is running 3. Pending storage case: migrating a VM with 100GB disk, to nfs, when there are only PVs with smaller size on the OCP cluster - reason: Pending. considering the above results, i'm afraid for MTV 2.0 GA we are actually not adding here any helpful info on the reason of what plan is pending for. This is because CDI (DataVolume) doesn't report it. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (MTV 2.0.0 images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2021:2381 |