From 6f48fa351cb26d7588f0c207dfc3947cd337e3ed Mon Sep 17 00:00:00 2001 From: sbeskin Date: Wed, 14 Jun 2023 12:14:15 +0300 Subject: [PATCH] MIG_1341_MTC_1_7_10_RN --- _attributes/common-attributes.adoc | 2 +- .../mtc-release-notes.adoc | 1 + modules/migration-mtc-release-notes-1-7-10.adoc | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 modules/migration-mtc-release-notes-1-7-10.adoc diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index c1abe620bbb5..80032fa7c487 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -72,7 +72,7 @@ endif::[] :mtc-short: MTC :mtc-full: Migration Toolkit for Containers :mtc-version: 1.7 -:mtc-version-z: 1.7 +:mtc-version-z: 1.7.10 // builds (Valid only in 4.11 and later) :builds-v2title: Builds for Red Hat OpenShift :builds-v2shortname: OpenShift Builds v2 diff --git a/migration_toolkit_for_containers/mtc-release-notes.adoc b/migration_toolkit_for_containers/mtc-release-notes.adoc index a1a4d8160ff6..27843cd26105 100644 --- a/migration_toolkit_for_containers/mtc-release-notes.adoc +++ b/migration_toolkit_for_containers/mtc-release-notes.adoc @@ -16,6 +16,7 @@ You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to 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_. +include::modules/migration-mtc-release-notes-1-7-10.adoc[leveloffset=+1] include::modules/migration-mtc-release-notes-1-7.adoc[leveloffset=+1] include::modules/migration-mtc-release-notes-1-6.adoc[leveloffset=+1] include::modules/migration-mtc-release-notes-1-5.adoc[leveloffset=+1] diff --git a/modules/migration-mtc-release-notes-1-7-10.adoc b/modules/migration-mtc-release-notes-1-7-10.adoc new file mode 100644 index 000000000000..ff1c4b6f11a2 --- /dev/null +++ b/modules/migration-mtc-release-notes-1-7-10.adoc @@ -0,0 +1,15 @@ + +// Module included in the following assemblies: +// +// * migration_toolkit_for_containers/mtc-release-notes.adoc +:_content-type: REFERENCE +[id="migration-mtc-release-notes-1-7-10_{context}"] += {mtc-full} 1.7.10 release notes + +[id="resolved-issues-1-7-10_{context}"] +== Resolved issues + +This release has the following major resolved issue: + +* In this release, you can prevent absolute symlinks from being manipulated by Rsync in the course of direct volume migration (DVM). Running DVM in privileged mode preserves absolute symlinks inside the persistent volume claims (PVCs). To switch to privileged mode, in the `MigrationController` CR, set the `migration_rsync_privileged` spec to `true`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2204461[*BZ#2204461*]) +