Skip to content

Commit 0736d64

Browse files
authored
Merge pull request #65437 from anarnold97/mig1418rnfix
2 parents bb791ca + 8237ffb commit 0736d64

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to
1717

1818
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_.
1919

20+
include::modules/migration-mtc-release-notes-1-8.adoc[leveloffset=+1]
2021
include::modules/migration-mtc-release-notes-1-7-12.adoc[leveloffset=+1]
2122
include::modules/migration-mtc-release-notes-1-7-11.adoc[leveloffset=+1]
2223
include::modules/migration-mtc-release-notes-1-7-10.adoc[leveloffset=+1]
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
2+
// Module included in the following assemblies:
3+
//
4+
// * migration_toolkit_for_containers/mtc-release-notes.adoc
5+
:_content-type: REFERENCE
6+
[id="migration-mtc-release-notes-1-8_{context}"]
7+
= {mtc-full} 1.8 release notes
8+
9+
[id="resolved-issues-1-8_{context}"]
10+
== Resolved issues
11+
12+
This release has the following resolved issues:
13+
14+
.Indirect migration is stuck on backup stage
15+
16+
In previous releases, an indirect migration became stuck at the backup stage, due to `InvalidImageName` error.
17+
(link:https://bugzilla.redhat.com/show_bug.cgi?id=2233097[*BZ#2233097*])
18+
19+
.PodVolumeRestore remain In Progress keeping the migration stuck at Stage Restore
20+
21+
In previous releases, on performing an indirect migration, the migration became stuck at the `Stage Restore` step, waiting for the `podvolumerestore` to be completed. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2233868[*BZ#2233868*])
22+
23+
.Migrated application unable to pull image from internal registry on target cluster
24+
25+
In previous releases, on migrating an application to the target cluster, the migrated application failed to pull the image from the internal image registry resulting in an `application failure`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2233103[*BZ#2233103*])
26+
27+
.Migration failing on Azure due to authorization issue
28+
29+
In previous releases, on an Azure cluster, when backing up to Azure storage, the migration failed at the `Backup` stage. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2238974[*BZ#2238974*])
30+
31+
[id="known-issues-1-8_{context}"]
32+
== Known issues
33+
34+
This release has the following known issues:
35+
36+
.Old Restic pods are not getting removed on upgrading MTC 1.7.x -> 1.8.x
37+
38+
In this release, on upgrading the MTC Operator from 1.7.x to 1.8.x, the old Restic pods are not being removed. Therefore after the upgrade, both Restic and node-agent pods are visible in the namespace. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2236829[*BZ#2236829*])
39+
40+
.Migrated builder pod fails to push to image registry
41+
42+
In this release, on migrating an application including a `BuildConfig` from a source to target cluster, builder pod results in `error`, failing to push the image to the image registry. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2234781[*BZ#2234781*])
43+
44+
.[UI] CA bundle file field is not properly cleared
45+
46+
In this release, after enabling `Require SSL verification` and adding content to the CA bundle file for an MCG NooBaa bucket in MigStorage, the connection fails as expected. However, when reverting these changes by removing the CA bundle content and clearing `Require SSL verification`, the connection still fails. The issue is only resolved by deleting and re-adding the repository. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2240052[*BZ#2240052*])
47+
48+
49+
[id="technical-changes-1-8_{context}"]
50+
== Technical changes
51+
52+
This release has the following technical changes:
53+
54+
* Migration from {product-title} 3 to {product-title} 4 requires a legacy {mtc-full} ({mtc-short}) Operator and {mtc-short} 1.7.x.
55+
* Migration from {mtc-short} 1.7.x to {mtc-short} 1.8.x is not supported.
56+
* You must use {mtc-short} 1.7.x to migrate anything with a source of {product-title} 4.9 or earlier.
57+
** {mtc-short} 1.7.x must be used on both source and destination.
58+
* MTC 1.8.x only supports migrations from {product-title} 4.10 or later to {product-title} 4.10 or later. For migrations only involving cluster versions 4.10 and later, either 1.7.x or 1.8.x might be used. However, but it must be the same MTC 1.Y.z on both source and destination.
59+
** Migration from source {mtc-short} 1.7.x to destination {mtc-short} 1.8.x is unsupported.
60+
** Migration from source {mtc-short} 1.8.x to destination {mtc-short} 1.7.x is unsupported.
61+
** Migration from source {mtc-short} 1.7.x to destination {mtc-short} 1.7.x is supported.
62+
** Migration from source {mtc-short} 1.8.x to destination {mtc-short} 1.8.x is supported.
63+
* MTC 1.8.x by default installs OADP 1.2.x.
64+
* Upgrading from {mtc-short} 1.7.x to {mtc-short} 1.8.0, requires manually changing the OADP channel to 1.2. If this is not done, the upgrade of the Operator fails.
65+
66+
67+

0 commit comments

Comments
 (0)