Skip to content

Commit 4c79f5f

Browse files
authored
Merge pull request #31479 from apinnick/mtc-dvm-different-availability-zones
BZ1947487: DVM and different availability zones (MTC 1.5.0)
2 parents e493961 + c582e31 commit 4c79f5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/migration-known-issues.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This release has the following known issues:
1818
These annotations preserve the UID range, ensuring that the containers retain their file system permissions on the target cluster. There is a risk that the migrated UIDs could duplicate UIDs within an existing or future namespace on the target cluster. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1748440[*BZ#1748440*])
1919

2020
* 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.
21-
2221
* If a migration fails, the migration plan does not retain custom PV settings for quiesced pods. You must manually roll back the migration, delete the migration plan, and create a new migration plan with your PV settings. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1784899[*BZ#1784899*])
2322

2423
* If a large migration fails because Restic times out, you can increase the `restic_timeout` parameter value (default: `1h`) in the `MigrationController` custom resource (CR) manifest.
@@ -37,3 +36,5 @@ spec:
3736
- 5555
3837
- 6666
3938
----
39+
40+
* If you perform direct volume migration with nodes that are in different availability zones, the migration might fail because the migrated pods cannot access the PVC. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1947487[*BZ#1947487*])

0 commit comments

Comments
 (0)