Skip to content

Commit 8427106

Browse files
authored
Merge pull request #44543 from RichardHoch/BZ#2074819_state_mig_descrip
BZ#2074819: Change the description of state migration in MTC documentation
2 parents 2e7a4bd + ea62fed commit 8427106

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

migrating_from_ocp_3_to_4/migrating-applications-3-4.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use stage migration and cutover migration to migrate an application betw
1616
1717
You can use state migration to migrate an application's state:
1818

19-
* State migration copies selected persistent volume claims (PVCs) and Kubernetes resources.
19+
* State migration copies selected persistent volume claims (PVCs).
2020
* You can use state migration to migrate a namespace within the same cluster.
2121
2222
Most cluster-scoped resources are not yet handled by {mtc-short}. If your applications require cluster-scoped resources, you might have to create them manually on the target cluster.

migration_toolkit_for_containers/about-mtc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The {mtc-full} ({mtc-short}) enables you to migrate stateful application workloa
1313
If you are migrating from {product-title} 3, see xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to-4.adoc#about-migrating-from-3-to-4[About migrating from {product-title} 3 to 4] and xref:../migrating_from_ocp_3_to_4/installing-3-4.adoc#migration-installing-legacy-operator_installing-3-4[Installing the legacy {mtc-full} Operator on {product-title} 3].
1414
====
1515

16-
You can migrate applications within the same cluster by using state migration.
16+
You can migrate applications within the same cluster or between clusters by using state migration.
1717

1818
{mtc-short} provides a web console and an API, based on Kubernetes custom resources, to help you control the migration and minimize application downtime.
1919

migration_toolkit_for_containers/migrating-applications-with-mtc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use stage migration and cutover migration to migrate an application betw
1717
1818
You can use state migration to migrate an application's state:
1919

20-
* State migration copies selected persistent volume claims (PVCs) and Kubernetes resources.
20+
* State migration copies selected persistent volume claims (PVCs).
2121
* You can use state migration to migrate a namespace within the same cluster.
2222
2323
During migration, the {mtc-full} ({mtc-short}) preserves the following namespace annotations:

modules/migration-running-migration-plan-cam.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The {mtc-short} web console must contain the following:
3535
+
3636
Optional: In the *Cutover migration* dialog, you can clear the *Halt transactions on the source cluster during migration* checkbox.
3737
38-
* *State* copies selected persistent volume claims (PVCs) and Kubernetes resources that constitute an application's state. You can use state migration to migrate a namespace within the same cluster.
38+
* *State* copies selected persistent volume claims (PVCs).
3939
+
4040
[IMPORTANT]
4141
====

modules/migration-terminology.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A remote cluster requires an exposed secure registry route for direct image migr
3434

3535
Running a stage migration multiple times reduces the duration of the cutover migration.
3636
|Cutover migration |The application is stopped on the source cluster and its resources are migrated to the destination cluster.
37-
|State migration |Application state is migrated by copying specific persistent volume claims and Kubernetes objects to the destination cluster.
37+
|State migration |Application state is migrated by copying specific persistent volume claims to the destination cluster.
3838
|Rollback migration |Rollback migration rolls back a completed migration.
3939
|===
4040
^1^ Called the _target_ cluster in the {mtc-short} web console.

0 commit comments

Comments
 (0)