Skip to content

Commit 385a0e6

Browse files
committed
BZ1998086: Update docs to match UI
1 parent 0572bcd commit 385a0e6

5 files changed

+11
-13
lines changed

modules/migration-adding-replication-repository-to-cam.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can add an object storage as a replication repository to the {mtc-full} ({mt
3434
** *S3 endpoint*: Specify the URL of the S3 service, not the bucket, for example, `\https://<s3-storage.apps.cluster.com>`. *Required* for a generic S3 provider. You must use the `https://` prefix.
3535
** *S3 provider access key*: Specify the `<AWS_SECRET_ACCESS_KEY>` for AWS or the S3 provider access key for MCG and other S3 providers.
3636
** *S3 provider secret access key*: Specify the `<AWS_ACCESS_KEY_ID>` for AWS or the S3 provider secret access key for MCG and other S3 providers.
37-
** *Require SSL verification*: Clear this check box if you are using a generic S3 provider.
37+
** *Require SSL verification*: Clear this checkbox if you are using a generic S3 provider.
3838
** If you created a custom CA certificate bundle for self-signed certificates, click *Browse* and browse to the Base64-encoded file.
3939

4040
* *GCP*:

modules/migration-mtc-workflow.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ image::migration-PV-move.png[]
5858

5959
. Run the migration plan, with one of the following options:
6060

61-
* *Stage* (optional) copies data to the target cluster without stopping the application.
61+
* *Stage* copies data to the target cluster without stopping the application.
6262
+
63-
Staging can be run multiple times so that most of the data is copied to the target before migration. This minimizes the duration of the migration and the application downtime.
63+
A stage migration can be run multiple times so that most of the data is copied to the target before migration. Running one or more stage migrations reduces the duration of the cutover migration.
6464

65-
* *Migrate* stops the application on the source cluster and recreates its resources on the target cluster. Optionally, you can migrate the workload without stopping the application.
65+
* *Cutover* stops the application on the source cluster and moves the resources to the target cluster.
66+
+
67+
Optional: You can clear the *Halt transactions on the source cluster during migration* checkbox.
6668

6769
image::OCP_3_to_4_App_migration.png[]

modules/migration-rolling-back-migration-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Rollback is not required if the application was not stopped during migration bec
2828
.Procedure
2929

3030
. In the {mtc-short} web console, click *Migration plans*.
31-
. Click the Options menu {kebab} beside a migration plan and select *Rollback*.
31+
. Click the Options menu {kebab} beside a migration plan and select *Rollback* under *Migration*.
3232
. Click *Rollback* and wait for rollback to complete.
3333
+
3434
In the migration plan details, *Rollback succeeded* is displayed.

modules/migration-viewing-migration-plan-log.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The command displays the filtered logs of the following pods:
2020
.Procedure
2121

2222
. In the {mtc-short} web console, click *Migration Plans*.
23-
. Click the *Migrations* number next to a migration plan to view the *Migrations* page.
24-
. Next to a migration, click *View logs*.
23+
. Click the *Migrations* number next to a migration plan.
24+
. Click *View logs*.
2525
. Click the Copy icon to copy the `oc logs` command to your clipboard.
2626
. Log in to the relevant cluster and enter the command on the CLI.
2727
+

modules/migration-viewing-migration-plan-resources.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ You can view migration plan resources to monitor a running migration or to troub
1212

1313
. In the {mtc-short} web console, click *Migration Plans*.
1414
. Click the *Migrations* number next to a migration plan to view the *Migrations* page.
15-
+
16-
The *Migrations* page displays the migration types associated with the migration plan, for example, *Stage*, *Migration*, or *Rollback*.
17-
18-
. Click the *Type* link to view the *Migration details* page.
19-
20-
. Expand *Migration resources* to view the migration resources and their status.
15+
. Click a migration to view the *Migration details*.
16+
. Expand *Migration resources* to view the migration resources and their status in a tree view.
2117
+
2218
[NOTE]
2319
====

0 commit comments

Comments
 (0)