Skip to content

Commit b771f0f

Browse files
anarnold97RichardHoch
authored andcommitted
MTV 2.12.0 Attributes and release notes
Signed-off-by: A.Arnold <anarnold@redhat.com> and Richard Hoch <rhoch@redhat.com>
1 parent e1c52fc commit b771f0f

18 files changed

Lines changed: 304 additions & 821 deletions

documentation/doc-Release_notes/master.adoc

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,19 @@ endif::[]
1111
[role="_abstract"]
1212
Review these release notes for {project-first} version {project-version}.
1313

14-
include::modules/ref_rn-2-11.adoc[leveloffset=+1]
14+
include::modules/ref_rn-2-12.adoc[leveloffset=+1]
1515

1616
// Technical changes by x-stream release
17-
include::modules/ref_technical-changes-2-11.adoc[leveloffset=+2]
17+
include::modules/ref_technical-changes-2-12.adoc[leveloffset=+2]
1818

1919
// New features and enhancements by z-stream release
20-
include::modules/ref_new-features-and-enhancements-2-11.adoc[leveloffset=+2]
20+
include::modules/ref_new-features-and-enhancements-2-12.adoc[leveloffset=+2]
2121

2222
// Resolved issues by y-stream release
2323
include::modules/ref_rn-resolved-issues.adoc[leveloffset=+2]
2424

2525
// Resolved issues by z-stream release. Most recent release goes first in the list.
26-
include::modules/ref_resolved-issues-2-11-7.adoc[leveloffset=+3]
27-
28-
include::modules/ref_resolved-issues-2-11-6.adoc[leveloffset=+3]
29-
30-
include::modules/ref_resolved-issues-2-11-5.adoc[leveloffset=+3]
31-
32-
include::modules/ref_resolved-issues-2-11-4.adoc[leveloffset=+3]
33-
34-
include::modules/ref_resolved-issues-2-11-3.adoc[leveloffset=+3]
35-
36-
include::modules/ref_resolved-issues-2-11-1.adoc[leveloffset=+3]
37-
38-
include::modules/ref_resolved-issues-2-11-0.adoc[leveloffset=+3]
26+
include::modules/ref_resolved-issues-2-12-0.adoc[leveloffset=+3]
3927

4028
// Known issues by x-stream release
41-
include::modules/ref_known-issues-2-11.adoc[leveloffset=+2]
29+
include::modules/ref_known-issues-2-12.adoc[leveloffset=+2]

documentation/modules/common-attributes.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
:ocp-name: OpenShift
1111
:ocp-short: OpenShift
1212
// when updating the ocp-version, update the ocp-y-version
13-
:ocp-version: 4.21
14-
:ocp-y-version: 4.21, 4.20, 4.19
13+
:ocp-version: 4.22
14+
:ocp-y-version: 4.22, 4.21, 4.20
1515
:ocp-doc: link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}/html-single
1616
:operator: mtv-operator
1717
:operator-name-ui: Migration Toolkit for Virtualization Operator
@@ -20,10 +20,10 @@
2020
:project-full: Migration Toolkit for Virtualization
2121
:project-short: MTV
2222
:project-first: {project-full} ({project-short})
23-
:project-version: 2.11
23+
:project-version: 2.12
2424
:mtv-plan: https://docs.redhat.com/en/documentation/migration_toolkit_for_virtualization/{project-version}/html/planning_your_migration_to_red_hat_openshift_virtualization/
2525
:mtv-mig: https://docs.redhat.com/en/documentation/migration_toolkit_for_virtualization/{project-version}/html/migrating_your_virtual_machines_to_red_hat_openshift_virtualization/
26-
:project-z-version: 2.11.7
26+
:project-z-version: 2.12.0
2727
:rhel-first: Red Hat Enterprise Linux (RHEL)
2828
:virt: OpenShift Virtualization
2929
:must-gather: registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-rhel8:{project-z-version}
@@ -50,3 +50,4 @@
5050
:subtitle-migrating: Migrating virtual machines from {vmw} vSphere, {rhv-full} or {osp} platforms, or other platforms to Red Hat {virt} by using the {project-full}
5151
:abstract-migrating: Run your migration plan by using either the {project-first} user interface in the Red Hat OpenShift web console or the command-line interface.
5252

53+

documentation/modules/ref_known-issues-2-11.adoc

Lines changed: 0 additions & 84 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * documentation/doc-Release_notes/master.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="ref_known-issues-2-12_{context}"]
7+
= Known issues
8+
9+
[role="_abstract"]
10+
{project-first} {project-version} has the following known issues.
11+
12+
VM migrations with XFS v4 file systems fail during conversion::
13+
Migrating a virtual machine (VM) with an XFS v4 file system uses a Red Hat Enterprise Linux 9 `virt-v2v` image. This image does not support the `virt_v2v_memsize` and `virt_v2v_smp` parameters. As a consequence, the migration fails during the conversion phase if you set these parameters with `xfsCompatibility: true`.
14+
+
15+
To work around this problem, do not combine `xfsCompatibility: true` with the `virt_v2v_memsize` or `virt_v2v_smp` parameters. As a result, you avoid unexpected conversion failures.
16+
+
17+
link:https://redhat.atlassian.net/browse/MTV-5595[MTV-5595]
18+
19+
Inactive migration plans incorrectly display as running::
20+
The `max_vms_inflight` parameter sets a limit for concurrent virtual machine (VM) migrations or migrating disks. When migrations exceed this limit, the migration process queues the excess migration plans. As a consequence, the user interface (UI) incorrectly displays the status of these inactive, queued plans as *Running*.
21+
+
22+
No known workaround exists.
23+
+
24+
link:https://redhat.atlassian.net/browse/MTV-1736[MTV-1736]
25+
26+
Deploying many User Defined Networks simultaneously causes node failures::
27+
Migrating from VMware to OpenShift Virtualization or deploying User Defined Networks (UDNs) can cause heavy resource contention. This contention occurs if you create more than 72 UDNs and their attached resources simultaneously. Open vSwitch (OVS) becomes starved for CPU time. Additionally, there is no way to determine if a UDN is fully created before attaching resources. As a consequence, high pod ready latency occurs, and nodes might enter a `NotReady` state.
28+
+
29+
To work around this problem, limit simultaneous UDN creation to 72 or fewer. For larger deployments, create the UDNs upfront. Wait for Open Virtual Network Kubernetes (OVNK) utilization to settle before you deploy attached resources. As a result, you maintain stable pod ready latency and prevent node failures.
30+
+
31+
link:https://redhat.atlassian.net/browse/MTV-5695[MTV-5695]
32+
33+
Warm migrations of NBDE VMs fail during preflight inspection::
34+
A warm migration of a Network-Bound Disk Encryption (NBDE) virtual machine (VM) uses a DI pod. This pod cannot connect to the Tang server. As a consequence, the preflight inspection fails, and the migration plan fails.
35+
+
36+
To work around this problem, disable the preflight inspection step by adding `runPreflightInspection: false` to the migration plan `spec`:
37+
+
38+
[source,yaml]
39+
----
40+
spec:
41+
...
42+
runPreflightInspection: false
43+
...
44+
----
45+
+
46+
As a result, the migration proceeds without the preflight inspection. Potential issues in the plan might not be caught before execution.
47+
+
48+
link:https://redhat.atlassian.net/browse/MTV-5750[MTV-5750]

0 commit comments

Comments
 (0)