Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to 2.7.5 #1227

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Backport to 2.7.5 #1227

merged 2 commits into from
Nov 28, 2024

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Nov 28, 2024

Issue: The migration fails on cluster with 4.14 CNV CDI. The 4.14 CNV
CDI does not use prime PVC but uses the DV id.
Error:
```
persistentvolumeclaims prime-b9d0f99b-4e02-469e-83e2-74dbb186531b not found
```

Fix: Try to fetch the prime pvc but if it fails use the original name
and ignore error. This way it will be backwards compatible and support
the new prime PVC case.

Ref: https://issues.redhat.com/browse/MTV-1693

Signed-off-by: Martin Necas <[email protected]>
Issue: When user has NSXT managed network it is represented as opaque
network and the VM has opaque nic.

Fix: Add opaque nic model mapping to inventory

Ref: https://issues.redhat.com/browse/MTV-1695

Signed-off-by: Martin Necas <[email protected]>
@mnecas mnecas requested a review from yaacov as a code owner November 28, 2024 10:25
@mnecas mnecas merged commit da99f3c into kubev2v:release-2.7 Nov 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant