Skip to content

Commit bb43149

Browse files
authored
Merge pull request #30172 from apinnick/bz1933188-mtc-dvm-proxy
BZ1933188: DVM does not work with source cluster proxy (MTC 1.4.0)
2 parents 6722367 + 5052b1b commit bb43149

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

modules/migration-adding-cluster-to-cam.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ You can add a cluster to the {mtc-full} ({mtc-short}) web console.
1111

1212
.Prerequisites
1313

14-
If you are using Azure snapshots to copy data:
15-
16-
* You must provide the Azure resource group name when you add the source cluster.
17-
* The source and target clusters must be in the same Azure resource group and in the same location.
14+
* Optional: If you are using direct image migration, the source cluster must not have an HTTP proxy configured.
15+
* Optional: If you are using Azure snapshots to copy data:
16+
** You must specify the Azure resource group name for the source cluster.
17+
** The source and target clusters must be in the same Azure resource group and in the same location.
1818

1919
.Procedure
2020

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ You can use _direct image migration_ and _direct volume migration_ to migrate im
1414
.Prerequisites
1515

1616
* 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+
2224
* The migration plan name must not exceed 253 lower-case alphanumeric characters (`a-z, 0-9`) and must not contain spaces or underscores (`_`).
2325
* PV `Move` copy method: The clusters must have network access to the remote volume.
2426
* PV `Snapshot` copy method:
@@ -28,12 +30,13 @@ You can use _direct image migration_ and _direct volume migration_ to migrate im
2830

2931
* Direct image migration:
3032
** 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.
3234

3335
* Direct volume migration:
3436
** The PVs to be migrated must be valid.
3537
** 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.
3740

3841
.Procedure
3942

modules/migration-migrating-applications-api.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ You can create multiple `MigMigration` CRs for a single `MigPlan` CR for the fol
4444
* The _version_ of the installed {mtc-full} Operator must be the same on all clusters.
4545
* You must configure an object storage as a replication repository.
4646
* If you are using direct image migration, you must expose a secure registry route on all remote clusters.
47+
* If you are using direct volume migration, the source cluster must not have an HTTP proxy configured.
4748

4849
.Procedure
4950

0 commit comments

Comments
 (0)