Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _attributes/common-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions migration_toolkit_for_containers/mtc-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
15 changes: 15 additions & 0 deletions modules/migration-mtc-release-notes-1-7-10.adoc
Original file line number Diff line number Diff line change
@@ -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*])