Skip to content

Commit 0d6dd79

Browse files
authored
Merge pull request #64356 from anarnold97/MTC-release-notes-1.7.1-to-1.7.12
Updating MTC release notes 1.7.01 to 1.7.12
2 parents 62920a8 + c939418 commit 0d6dd79

13 files changed

+337
-1
lines changed

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[id="mtc-release-notes"]
33
= Migration Toolkit for Containers release notes
44
include::_attributes/common-attributes.adoc[]
5+
include::_attributes/attributes-openshift-dedicated.adoc[]
56
:context: mtc-release-notes
67

78
toc::[]
@@ -16,7 +17,18 @@ You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to
1617

1718
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_.
1819

20+
include::modules/migration-mtc-release-notes-1-7-12.adoc[leveloffset=+1]
21+
include::modules/migration-mtc-release-notes-1-7-11.adoc[leveloffset=+1]
1922
include::modules/migration-mtc-release-notes-1-7-10.adoc[leveloffset=+1]
23+
include::modules/migration-mtc-release-notes-1-7-09.adoc[leveloffset=+1]
24+
include::modules/migration-mtc-release-notes-1-7-08.adoc[leveloffset=+1]
25+
include::modules/migration-mtc-release-notes-1-7-07.adoc[leveloffset=+1]
26+
include::modules/migration-mtc-release-notes-1-7-06.adoc[leveloffset=+1]
27+
include::modules/migration-mtc-release-notes-1-7-05.adoc[leveloffset=+1]
28+
include::modules/migration-mtc-release-notes-1-7-04.adoc[leveloffset=+1]
29+
include::modules/migration-mtc-release-notes-1-7-03.adoc[leveloffset=+1]
30+
include::modules/migration-mtc-release-notes-1-7-02.adoc[leveloffset=+1]
31+
include::modules/migration-mtc-release-notes-1-7-01.adoc[leveloffset=+1]
2032
include::modules/migration-mtc-release-notes-1-7.adoc[leveloffset=+1]
2133
include::modules/migration-mtc-release-notes-1-6.adoc[leveloffset=+1]
2234
include::modules/migration-mtc-release-notes-1-5.adoc[leveloffset=+1]
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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-7-01_{context}"]
7+
= {mtc-full} 1.7.1 release notes
8+
9+
[id="resolved-issues-1-7-01_{context}"]
10+
== Resolved issues
11+
12+
There are no major resolved issues in this release.
13+
14+
[id="known-issues-1-7-01_{context}"]
15+
== Known issues
16+
17+
This release has the following known issues:
18+
19+
.Incorrect DNS validation for destination namespace
20+
MigPlan cannot be validated because the destination namespace starts with a non-alphabetic character. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2102231[*BZ#2102231*])
21+
22+
.Cloud propagation phase in migration controller is not functioning due to missing labels on Velero pods
23+
The Cloud propagation phase in the migration controller is not functioning due to missing labels on Velero pods. The `EnsureCloudSecretPropagated` phase in the migration controller waits until replication repository secrets are propagated on both sides. As this label is missing on Velero pods, the phase is not functioning as expected. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2088026[*BZ#2088026*])
24+
25+
.Default CPU requests on Velero/Restic are too demanding when making scheduling fail in certain environments
26+
Default CPU requests on Velero/Restic are too demanding when making scheduling fail in certain environments. Default CPU requests for Velero and Restic Pods are set to 500m. These values are high. The resources can be configured in DPA using the `podConfig` field for Velero and Restic. Migration operator should set CPU requests to a lower value, such as 100m, so that Velero and Restic pods can be scheduled in resource constrained environments MTC often operates in. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2088022[*BZ#2088022*])
27+
28+
.Warning is displayed on persistentVolumes page after editing storage class conversion plan
29+
A warning is displayed on the *persistentVolumes* page after editing the storage class conversion plan. When editing the existing migration plan, a warning is displayed on the UI `At least one PVC must be selected for Storage Class Conversion`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2079549[*BZ#2079549*])
30+
31+
.Velero pod log missing from downloaded logs
32+
When downloading a compressed (.zip) folder for all logs, the velero pod is missing. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2076599[*BZ#2076599*])
33+
34+
.Velero pod log missing from UI drop down
35+
After a migration is performed, the velero pod log is not included in the logs provided in the dropdown list. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2076593[*BZ#2076593*])
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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-7-02_{context}"]
7+
= {mtc-full} 1.7.2 release notes
8+
9+
[id="resolved-issues-1-7-02_{context}"]
10+
== Resolved issues
11+
12+
This release has the following major resolved issue:
13+
14+
.MTC UI does not display logs correctly
15+
In previous releases, the MTC UI did not display logs correctly. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2062266[*BZ#2062266*])
16+
17+
.StorageClass conversion plan adding migstorage reference in migplan
18+
In previous releases, StorageClass conversion plans had a `migstorage` reference even though it was not being used. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2078459[*BZ#2078459*])
19+
20+
.Velero pod log missing from downloaded logs
21+
In previous releases, when downloading a compressed (.zip) folder for all logs, the velero pod was missing. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2076599[*BZ#2076599*])
22+
23+
.Velero pod log missing from UI drop down
24+
In previous releases, after a migration was performed, the velero pod log was not included in the logs provided in the dropdown list. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2076593[*BZ#2076593*])
25+
26+
.Rsync options logs not visible in log-reader pod
27+
In previous releases, when trying to set any valid or invalid rsync options in the `migrationcontroller`, the log-reader was not showing any logs regarding the invalid options or about the rsync command being used. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2079252[*BZ#2079252*])
28+
29+
.Default CPU requests on Velero/Restic are too demanding and fail in certain environments
30+
In previous releases, the default CPU requests on Velero/Restic were too demanding and fail in certain environments. Default CPU requests for Velero and Restic Pods are set to 500m. These values were high. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2088022[*BZ#2088022*])
31+
32+
33+
34+
35+
[id="known-issues-1-7-02_{context}"]
36+
== Known issues
37+
38+
This release has the following known issues:
39+
40+
.Updating the replication repository to a different storage provider type is not respected by the UI
41+
After updating the replication repository to a different type and clicking *Update Repository*, it shows connection successful, but the UI is not updated with the correct details. When clicking on the *Edit* button again, it still shows the old replication repository information.
42+
43+
Furthermore, when trying to update the replication repository again, it still shows the old replication details. When selecting the new repository, it also shows all the information you entered previously and the *Update repository* is not enabled, as if there are no changes to be submitted. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2102020[*BZ#2102020*])
44+
45+
.Migrations fails because the backup is not found
46+
Migration fails at the restore stage because of initial backup has not been found. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2104874[*BZ#2104874*])
47+
48+
.Update Cluster button is not enabled when updating Azure resource group
49+
When updating the remote cluster, selecting the *Azure resource group* checkbox, and adding a resource group does not enable the *Update cluster* option. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2098594[*BZ#2098594*])
50+
51+
.Error pop-up in UI on deleting migstorage resource
52+
When creating a `backupStorage` credential secret in {OCP}, if the `migstorage` is removed from the UI, a 404 error is returned and the underlying secret is not removed. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2100828[*BZ#2100828*])
53+
54+
.Miganalytic resource displaying resource count as 0 in UI
55+
After creating a migplan from backend, the Miganalytic resource displays the resource count as `0` in UI. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2102139[*BZ#2102139*])
56+
57+
.Registry validation fails when two trailing slashes are added to the Exposed route host to image registry
58+
After adding two trailing slashes, meaning `//`, to the exposed registry route, the MigCluster resource is showing the status as `connected`. When creating a migplan from backend with DIM, the plans move to the `unready` status. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2104864[*BZ#2104864*])
59+
60+
.Service Account Token not visible while editing source cluster
61+
When editing the source cluster that has been added and is in *Connected* state, in the UI, the service account token is not visible in the field. To save the wizard, you have to fetch the token again and provide details inside the field. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2097668[*BZ#2097668*])
62+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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-7-03_{context}"]
7+
= {mtc-full} 1.7.3 release notes
8+
9+
[id="resolved-issues-1-7-03_{context}"]
10+
== Resolved issues
11+
12+
This release has the following major resolved issue:
13+
14+
.Correct DNS validation for destination namespace
15+
In previous releases, the MigPlan could not be validated if the destination namespace started with a non-alphabetic character. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2102231[*BZ#2102231*])
16+
17+
.Deselecting all PVCs from UI still results in an attempted PVC transfer
18+
In previous releases, while doing a full migration, unselecting the persistent volume claims (PVCs) would not skip selecting the PVCs and still try to migrate them. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2106073[*BZ#2106073*])
19+
20+
.Incorrect DNS validation for destination namespace
21+
In previous releases, MigPlan could not be validated because the destination namespace started with a non-alphabetic character. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2102231[*BZ#2102231*])
22+
23+
[id="known-issues-1-7-03_{context}"]
24+
== Known issues
25+
26+
There are no known issues in this release.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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-7-04_{context}"]
7+
= {mtc-full} 1.7.4 release notes
8+
9+
[id="resolved-issues-1-7-04_{context}"]
10+
== Resolved issues
11+
12+
There are no major resolved issues in this release.
13+
14+
15+
[id="known-issues-1-7-04_{context}"]
16+
== Known issues
17+
18+
.Rollback missing out deletion of some resources from the target cluster
19+
On performing the roll back of an application from the MTC UI, some resources are not being deleted from the target cluster and the roll back is showing a status as successfully completed. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2126880[*BZ#2126880*])
20+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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-7-05_{context}"]
7+
= {mtc-full} 1.7.5 release notes
8+
9+
[id="resolved-issues-1-7-05_{context}"]
10+
== Resolved issues
11+
12+
This release has the following major resolved issue:
13+
14+
.Direct Volume Migration is failing as rsync pod on source cluster move into Error state
15+
In previous release, migration succeeded with warnings but Direct Volume Migration failed with rsync pod on source namespace going into error state. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2132978[**BZ#2132978*])
16+
17+
18+
[id="known-issues-1-7-05_{context}"]
19+
== Known issues
20+
21+
This release has the following known issues:
22+
23+
.Velero image cannot be overridden in the MTC operator
24+
In previous releases, it was not possible to override the velero image using the `velero_image_fqin` parameter in the `MigrationController` Custom Resource (CR). (link:https://bugzilla.redhat.com/show_bug.cgi?id=2143389[*BZ#2143389*])
25+
26+
.When editing a MigHook in the UI, the page might fail to reload
27+
The UI might fail to reload when editing a hook if there is a network connection issue. After the network connection is restored, the page will fail to reload until the cache is cleared. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2140208[*BZ#2140208*])
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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-7-06_{context}"]
7+
= {mtc-full} 1.7.6 release notes
8+
9+
[id="new-features-1-7-6_{context}"]
10+
== New features
11+
12+
.Implement proposed changes for DVM support with PSA in Red Hat Openshift Container Platform 4.12
13+
With the incoming enforcement of Pod Security Admission (PSA) in {OCP} 4.12, whereby the default pod would run with a `restricted` profile. This `restricted` profile would mean workloads to migrate would be in violation of this policy and no longer work as of now. The above enhancement outlines the changes that will be required to remain compatible with OCP 4.12. (link:https://issues.redhat.com/browse/MIG-1240[*MIG-1240*])
14+
15+
[id="resolved-issues-1-7-06_{context}"]
16+
== Resolved issues
17+
18+
This release has the following major resolved issue:
19+
20+
.Unable to create Storage Class Conversion plan due to missing cronjob error in Red Hat OpenShift Platform 4.12
21+
In previous releases, on the persistent volumes page, an error is thrown that a CronJob is not available in version `batch/v1beta1`, and when clicking on cancel, the migplan is created with status `Not ready`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2143628[*BZ#2143628*])
22+
23+
24+
[id="known-issues-1-7-06_{context}"]
25+
== Known issues
26+
27+
This release has the following known issues:
28+
29+
.Conflict conditions are cleared briefly after they are created
30+
When creating a new state migration plan that will result in a conflict error, that error is cleared shorty after it is displayed. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2144299[*BZ#2144299*])
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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-7-07_{context}"]
7+
= {mtc-full} 1.7.7 release notes
8+
9+
[id="resolved-issues-1-7-07_{context}"]
10+
== Resolved issues
11+
12+
There are no major resolved issues in this release.
13+
14+
[id="known-issues-1-7-07_{context}"]
15+
== Known issues
16+
17+
There are no known issues in this release.
18+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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-7-08_{context}"]
7+
= {mtc-full} 1.7.8 release notes
8+
9+
[id="resolved-issues-1-7-08_{context}"]
10+
== Resolved issues
11+
12+
This release has the following major resolved issues:
13+
14+
.Velero image cannot be overridden in the MTC operator
15+
In previous releases, it was not possible to override the velero image using the `velero_image_fqin` parameter in the `MigrationController` Custom Resource (CR). (link:https://bugzilla.redhat.com/show_bug.cgi?id=2143389[*BZ#2143389*])
16+
17+
.Adding a MigCluster from the UI fails when the domain name has more than six characters
18+
In previous releases, adding a MigCluster from the UI failed when the domain name had more than six characters. The UI code expected a domain name of between two and six characters. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2152149[*BZ#2152149*])
19+
20+
.UI fails to render the Migrations' page: Cannot read properties of undefined (reading 'name')
21+
In previous releases, the UI failed to render the Migrations' page, returning `Cannot read properties of undefined (reading 'name')`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2163485[*BZ#2163485*])
22+
23+
.Creating DPA resource fails on Red Hat OpenShift Container Platform 4.6 clusters
24+
In previous releases, when deploying MTC on an {OCP} 4.6 cluster, the DPA failed to be created according to the logs, which resulted in some pods missing. From the logs in the migration-controller in the OCP 4.6 cluster, it indicated that an unexpected `null` value was passed, which caused the error. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2173742[*BZ#2173742*])
25+
26+
[id="known-issues-1-7-08_{context}"]
27+
== Known issues
28+
29+
There are no known issues in this release.
30+
31+
32+
33+
34+
35+
36+
37+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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-7-09_{context}"]
7+
= {mtc-full} 1.7.9 release notes
8+
9+
[id="resolved-issues-1-7-09_{context}"]
10+
== Resolved issues
11+
12+
There are no major resolved issues in this release.
13+
14+
15+
[id="known-issues-1-7-09_{context}"]
16+
== Known issues
17+
18+
This release has the following known issues:
19+
20+
.Adjust rsync options in DVM
21+
22+
In this release, users are unable to prevent absolute symlinks from being manipulated by rsync during direct volume migration (DVM). (link:https://bugzilla.redhat.com/show_bug.cgi?id=2204461[*BZ#2204461*])

0 commit comments

Comments
 (0)