You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/migration-creating-migration-plan-cam.adoc
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ You can use _direct image migration_ and _direct volume migration_ to migrate im
14
14
.Prerequisites
15
15
16
16
* You must add source and target clusters and a replication repository to the {mtc-short} web console.
17
-
* The clusters must have network access to each other.
18
-
* The clusters must have network access to the replication repository.
19
-
* The clusters must be able to communicate using OpenShift routes on port 443.
20
-
* The clusters must have no `Critical` conditions.
21
-
* The clusters must be in a `Ready` state.
17
+
* Clusters:
18
+
** The clusters must have network access to each other.
19
+
** The clusters must have network access to the replication repository.
20
+
** The clusters must be able to communicate using OpenShift routes on port 443.
21
+
** The clusters must have no `Critical` conditions.
22
+
** The clusters must be in a `Ready` state.
23
+
22
24
* The migration plan name must not exceed 253 lower-case alphanumeric characters (`a-z, 0-9`) and must not contain spaces or underscores (`_`).
23
25
* PV `Move` copy method: The clusters must have network access to the remote volume.
24
26
* PV `Snapshot` copy method:
@@ -28,12 +30,13 @@ You can use _direct image migration_ and _direct volume migration_ to migrate im
28
30
29
31
* Direct image migration:
30
32
** The source cluster must have its internal registry exposed to external traffic.
31
-
** The exposed registry route of the source cluster must be added to the cluster configuration using the {mtc-short} web console or with the `exposedRegistryPath` parameter in the `MigCluster` CR manifest.
33
+
** The exposed registry route of the source cluster must be added to the cluster configuration by using either the {mtc-short} web console or the `exposedRegistryPath` parameter in the `MigCluster` CR manifest.
32
34
33
35
* Direct volume migration:
34
36
** The PVs to be migrated must be valid.
35
37
** The PVs must be in a `bound` state.
36
-
** The PV migration method must be `Copy` and the copy method must be `filesystem`.
38
+
** The PVs must be copied by using the file system copy method.
39
+
** The source cluster must not have an HTTP proxy configured.
0 commit comments