Bug 1898070
| Summary: | [RFE][v2v][CNV VM import] Backend: Providing error message or/and block migration when vddk-init-image is missing | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Maayan Hadasi <mguetta> |
| Component: | V2V | Assignee: | Sam Lucidi <slucidi> |
| Status: | CLOSED WONTFIX | QA Contact: | Maayan Hadasi <mguetta> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.5.0 | CC: | cnv-qe-bugs, fdupont, istein |
| Target Milestone: | --- | Keywords: | RFE |
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-02 15:37:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1897891 | ||
|
Description
Maayan Hadasi
2020-11-16 10:21:21 UTC
Sam, can you bubble up the error in the VirtualMachineImport CR? Unfortunately not without changes to CDI first. The reconcile error indicating that the vddk init image is missing only appears in the CDI controller log. CDI treats this as a transient reconcile error, because as soon as the the vddk-init-image key is added to the configmap the importer pod can be created. It's not propagated up to the DataVolume status or anywhere else. From the perspective of the DataVolume (and VMIO), it's just waiting a long time for the importer pod to be created. Documentation says it should be configured. Moving to '2.7.0'. We'll handle that in MTV when VMIO logic is absorbed. Closing. |