Skip to content

Commit 952b01c

Browse files
MTV 2.12.0 release notes (#935)
* MTV 2.12.0 Attributes and release notes Signed-off-by: A.Arnold <anarnold@redhat.com> and Richard Hoch <rhoch@redhat.com> * Update ref_known-issues-2-12.adoc * Update ref_resolved-issues-2-12-0.adoc * Update documentation/modules/ref_known-issues-2-12.adoc * Update documentation/modules/ref_new-features-and-enhancements-2-12.adoc * Update documentation/modules/ref_resolved-issues-2-12-0.adoc * Update documentation/modules/ref_resolved-issues-2-12-0.adoc * Update ref_resolved-issues-2-12-0.adoc --------- Signed-off-by: A.Arnold <anarnold@redhat.com> and Richard Hoch Co-authored-by: A.Arnold <anarnold@redhat.com>
1 parent 10164ea commit 952b01c

18 files changed

Lines changed: 296 additions & 819 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: 3 additions & 2 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
@@ -58,3 +58,4 @@
5858
: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}
5959
: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.
6060

61+

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

Lines changed: 0 additions & 84 deletions
This file was deleted.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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, apply the instructions in the Red Hat Knowledgebase solution link:https://access.redhat.com/solutions/7135435[MTV Migrations fails as virt-v2v appliance runs out of memory]. As a result, you avoid unexpected conversion failures.
16+
+
17+
link:https://redhat.atlassian.net/browse/MTV-5595[MTV-5595]
18+
19+
20+
Deploying many User Defined Networks simultaneously causes node failures::
21+
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.
22+
+
23+
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.
24+
+
25+
link:https://redhat.atlassian.net/browse/MTV-5695[MTV-5695]
26+
27+
Warm migrations of NBDE VMs fail during preflight inspection::
28+
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.
29+
+
30+
To work around this problem, disable the preflight inspection step by adding `runPreflightInspection: false` to the migration plan `spec`:
31+
+
32+
[source,yaml]
33+
----
34+
spec:
35+
...
36+
runPreflightInspection: false
37+
...
38+
----
39+
+
40+
As a result, the migration proceeds without the preflight inspection. Potential issues in the plan might not be caught before execution.
41+
+
42+
link:https://redhat.atlassian.net/browse/MTV-5750[MTV-5750]

0 commit comments

Comments
 (0)