-
Notifications
You must be signed in to change notification settings - Fork 29
2-11-1-release-notes #883
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
2-11-1-release-notes #883
Changes from 1 commit
4b562c6
e13b239
fd51912
3d8124a
8f4212c
1469bff
3f46dd5
f3d39a0
38c9a00
8d8b8ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,100 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * documentation/doc-Release_notes/master.adoc | ||
|
|
||
| :_content-type: CONCEPT | ||
| [id="resolved-issues-2-11-1_{context}"] | ||
| = Resolved issues 2.11.1 | ||
|
|
||
| [role="_abstract"] | ||
| Review the resolved issues in this release of {project-short}. | ||
|
|
||
| VM migration prevented with duplicate NAD mappings:: | ||
| + | ||
| -- | ||
| Before this update, VM migration succeeded when two Network Interface Controllers (NICs) were connected to the same Network Attachment Definition (NAD). As a consequence, users could not boot the VM after successful migration because both NICs were connected to the same target NAD. This update prevents the assignment of multiple NICs to the same NAD during VM migration, avoiding potential boot failures and failed migrations. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-3075[MTV-3075] | ||
| -- | ||
|
|
||
| Misleading `ConnectionTestFailed` errors for OVA providers now hidden:: | ||
| + | ||
| -- | ||
| Before this update, misleading `ConnectionTestFailed` error messages were displayed for Open Virtual Appliance (OVA) providers during creation, due to an issue with the readiness probe in the OVA provider's pod specification. This update hides misleading `ConnectionTestFailed` error messages, allowing for accurate progress visualization during provider creation. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-3613[MTV-3613] | ||
| -- | ||
|
|
||
| FC host identification for VM migration in Infinibox:: | ||
| + | ||
| -- | ||
| Before this update, Fibre Channel (FC) protocol VM migration failed to identify existing FC host objects in Infinibox due to incorrect adapter ID comparison. With this release, the identification of FC hosts in {project-short} is accurate, ensuring successful VM migration in Infinibox. | ||
|
|
||
| //link:https://issues.redhat.com/browse/MTV-4338[MTV-4338] | ||
|
||
| -- | ||
|
|
||
| Forklift-controller no longer unexpectedly shuts down due to map deletion:: | ||
| + | ||
| -- | ||
| Before this update, the deletion of network or storage maps in the `forklift-controller` could cause unexpected shutdowns. With this update, deletion of these maps now results in migration plans moving to a `NotReady` state, as opposed to actively terminating associated pods. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4413[MTV-4413] | ||
| -- | ||
|
|
||
| Increased memory limits for `forklift-cli-download` pod to prevent `OOMKilled` errors:: | ||
| + | ||
| -- | ||
| Before this update, insufficient memory limits in the `forklift-cli-download` pod caused Kubernetes `OOMKilled` memory errors after an update of the {project-short} Operator. As a result, the pod entered `CrashLoopBackOff` state. This update increases memory limits for the `forklift-cli-download` pod to prevent `OOMKilled` errors, improving deployment stability. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4482[MTV-4482] | ||
| -- | ||
|
|
||
| NetApp ONTAP initiator group filtering for XCOPY consistency:: | ||
| + | ||
| -- | ||
| Before this update, VM migrations on ESXi hosts with both FC and iSCSI adapters could experience issues with XCOPY usage because NetApp ONTAP initiator groups contained both FC and iSCSI initiators. With this update, you can filter initiators in ONTAP initiator groups by protocol for XCOPY consistency. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4515[MTV-4515] | ||
| -- | ||
|
|
||
| Correct LUN path detection during copy offload for PVCs with economy storage class:: | ||
| + | ||
| -- | ||
| Before this update, copy offload for Persistent Volume Claims (PVCs) that use the `ontap-san-economy` storage class assumed all PVCs used dedicated FlexVols with a specific LUN path. With this update, {project-short} detects the economy storage class and extracts the correct LUN path from the PV attributes, ensuring copy offload functionality. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4556[MTV-4556] | ||
| -- | ||
|
|
||
| Shared PVCs now labeled `Shareable: true` in storage offload migrations:: | ||
| + | ||
| -- | ||
| Before this update, shared PersistentVolumeClaims (PVCs) were not labeled `Shareable: true` during migration with storage offload. As a consequence, shareable disks were not automatically attached to VMs. With this release, shared PVCs have the `Shareable: true` label, and shared disks are correctly attached to VMs. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4580[MTV-4580] | ||
| -- | ||
|
|
||
| SATA CD-ROM disks skipped during warm migration:: | ||
| + | ||
| -- | ||
| Before this update, warm migration with SATA CD-ROM and SATA disks failed because of incorrect disk assignment. With this release, the SATA CD-ROM disks are intentionally skipped during warm migration because these disks are not migrated, resulting in successful conversion. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4592[MTV-4592] | ||
| -- | ||
|
|
||
| Consistent disk order in multi-boot VMs:: | ||
| + | ||
| -- | ||
| Before this update, there were disk order inconsistencies in the `virt-v2v-inspector` because of a conflict in how `libvirt` and {vmw} order the disks. As a consequence, users experienced unpredictable boot failures during VM conversion. With this release, the `virt-v2v-inspector` presents disks in a consistent order, reducing conversion failures in multi-boot VMs. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4592[MTV-4718] | ||
| -- | ||
|
|
||
| Active blocking of migration when target namespaces lack transfer network permissions:: | ||
| + | ||
| -- | ||
| Before this update, during VM migration to Red Hat OpenShift Container Platform (OCP) with Fibre Channel, migration could stall when target namespaces lacked permission to transfer networks. This update enhances error handling with active blocking of migration when target namespaces lack transfer network permissions. | ||
|
|
||
| link:https://issues.redhat.com/browse/MTV-4547[MTV-4547] | ||
| -- | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.