Skip to content

Commit 37d23a8

Browse files
committed
MIG-1726: Release notes for MTC 1.8.7
Signed-off-by: A.Arnold <anarnold@redhat.com>
1 parent 10220ca commit 37d23a8

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

migration_toolkit_for_containers/release_notes/mtc-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The {mtc-short} enables you to migrate application workloads between {product-ti
1515

1616
For information on the support policy for {mtc-short}, see link:https://access.redhat.com/support/policy/updates/openshift#app_migration[OpenShift Application and Cluster Migration Solutions], part of the _Red Hat {product-title} Life Cycle Policy_.
1717

18+
include::modules/migration-mtc-release-notes-1-8-7.adoc[leveloffset=+1]
1819
include::modules/migration-mtc-release-notes-1-8-6.adoc[leveloffset=+1]
1920
include::modules/migration-mtc-release-notes-1-8-5.adoc[leveloffset=+1]
2021
include::modules/migration-mtc-release-notes-1-8-4.adoc[leveloffset=+1]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * migration_toolkit_for_containers/mtc-release-notes-1-7.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="migration-mtc-release-notes-1-8-7_{context}"]
7+
= {mtc-full} 1.8.7 release notes
8+
9+
[id="resolved-issues-1-8-7_{context}"]
10+
== Resolved issues
11+
12+
{mtc-first} 1.8.7 has the following major resolved issues:
13+
14+
.{mtc-short} migration stuck in a `Prepare` phase on {product-title} 4.19 due to incompatible {oadp-short} version and outdated DPA specification
15+
16+
When running migrations use {mtc-short} 1.8.7 on {product-title} 4.19, the process halts in the `Prepare` phase and the migration plan enters in the `Suspended` phase.
17+
18+
The root cause is the deployment of an incompatible {oadp-short} version, earlier than 1.5.0, whose DataProtectionApplication (DPA) specification format is incompatible with {product-title}. link:https://issues.redhat.com/browse/MIG-1735[(MIG-1735)]
19+
20+
.Velero backup fails with a `file already closed` error when using the new {aws-short} plugin in {mtc-short}
21+
22+
During stage or full migrations, the backup process intermittently fails for {mtc-short} with {oadp-short} on {product-title} clusters configured with the new {aws-first} plugin. You can see the following error in Velero logs:
23+
24+
[source,terminal]
25+
----
26+
error="read |0: file already closed"
27+
----
28+
29+
As a workaround, use the legacy {aws-short} plugin by performing following actions:
30+
31+
. Set `velero_use_legacy_aws: true` in the `MigrationController` custom resource (CR).
32+
33+
. Restart the {mtc-short} Operator to apply changes.
34+
35+
. Validate the {aws-short} credentials for the cloud-credentials secret.
36+
37+
link:https://issues.redhat.com/browse/MIG-1738[(MIG-1738)]

0 commit comments

Comments
 (0)