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
<6> Specify a storage mapping even if the VMs to be migrated are not assigned with disk images. The mapping can be empty in this case.
827
827
<7> Specify the name of the `StorageMap` CR.
828
-
<8> By default, virtual network interface controllers (vNICs) change during the migration process. As a result, vNICs that are configured with a static IP address linked to the interface name in the guest VM lose their IP address. +
829
-
To avoid this, set `preserveStaticIPs` to `true`. {project-short} issues a warning message about any VMs for which vNIC properties are missing. To retrieve any missing vNIC properties, run those VMs in vSphere in order for the vNIC properties to be reported to {project-short}.
828
+
<8> By default, virtual network interface controllers (vNICs) change during the migration process. As a result, vNICs that are configured with a static IP address linked to the interface name in the guest VM lose their IP address. To avoid this, set `preserveStaticIPs` to `true`. {project-short} issues a warning message about any VMs for which vNIC properties are missing. To retrieve any missing vNIC properties, run those VMs in vSphere in order for the vNIC properties to be reported to {project-short}.
830
829
<9> [[callout9]]Optional. Specify a template for the network interface name for the VMs in your plan.
831
830
The template follows the Go template syntax and has access to the following variables:
832
831
* `.NetworkName:` If the target network is `multus`, add the name of the Multus Network Attachment Definition. Otherwise, leave this variable empty.
@@ -838,7 +837,7 @@ The template follows the Go template syntax and has access to the following vari
Variable names cannot exceed 63 characters. This rule applies to a network name network template, a PVC name template, a VM name template, and a volume name template.
840
+
Variable names cannot exceed 63 characters. This rule applies to a network name network template, a PVC name template, a VM name template, and a volume name template.
842
841
<10> [[callout10]]Optional. Specify a template for the persistent volume claim (PVC) name for a plan.
843
842
The template follows the Go template syntax and has access to the following variables:
844
843
* `.VnName`: Name of the VM.
@@ -861,7 +860,7 @@ The template follows the Go template syntax and has access to the following vari
861
860
<12> You can use either the `id` or the `name` parameter to specify the source VMs.
862
861
<13> Specify the VMware vSphere VM moRef. To retrieve the moRef, see xref:retrieving-vmware-moref_vmware[Retrieving a VMware vSphere moRef].
863
862
<14> Optional. Specify a network interface name for the specific VM. Overrides the value set in `spec:networkNameTemplate`. Variables and examples as in xref:callout9[callout 9].
864
-
<15> Optional. Specify a PVC name for the specific VM. Overrides the value set in `spec:pvcNameTemplate`. Variables and examples as in xref:callout10[callout 10].
863
+
<15> Optional. Specify a PVC name for the specific VM. Overrides the value set in `spec:pvcNameTemplate`. Variables and examples as in xref:callout10[callout 10].
865
864
<16> Optional. Specify a volume name for the specific VM. Overrides the value set in `spec:volumeNameTemplate`. Variables and examples as in xref:callout11[callout 11].
866
865
<17> Optional: You can specify up to two hooks for a VM. Each hook must run during a separate migration step.
867
866
<18> Specify the name of the `Hook` CR.
@@ -872,11 +871,11 @@ endif::[]
872
871
873
872
ifdef::rhv[]
874
873
[start=6]
875
-
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
874
+
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
876
875
+
877
-
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
876
+
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
878
877
+
879
-
Configuring the IP address enables the interface to reach the configured gateway.
878
+
Configuring the IP address enables the interface to reach the configured gateway.
880
879
+
881
880
[source,yaml,subs="attributes+"]
882
881
----
@@ -887,7 +886,7 @@ metadata:
887
886
name: <name_of_transfer_network>
888
887
namespace: <namespace>
889
888
annotations:
890
-
forklift.konveyor.io/route: <IP_address>
889
+
forklift.konveyor.io/route: <IP_address>
891
890
----
892
891
893
892
. Create a `Plan` manifest for the migration:
@@ -955,11 +954,11 @@ endif::[]
955
954
956
955
ifdef::ova[]
957
956
[start=6]
958
-
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
957
+
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
959
958
+
960
-
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
959
+
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
961
960
+
962
-
Configuring the IP address enables the interface to reach the configured gateway.
961
+
Configuring the IP address enables the interface to reach the configured gateway.
963
962
+
964
963
[source,yaml,subs="attributes+"]
965
964
----
@@ -970,7 +969,7 @@ metadata:
970
969
name: <name_of_transfer_network>
971
970
namespace: <namespace>
972
971
annotations:
973
-
forklift.konveyor.io/route: <IP_address>
972
+
forklift.konveyor.io/route: <IP_address>
974
973
----
975
974
976
975
. Create a `Plan` manifest for the migration:
@@ -1024,11 +1023,11 @@ endif::[]
1024
1023
1025
1024
ifdef::ostack[]
1026
1025
[start=6]
1027
-
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
1026
+
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
1028
1027
+
1029
-
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
1028
+
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
1030
1029
+
1031
-
Configuring the IP address enables the interface to reach the configured gateway.
1030
+
Configuring the IP address enables the interface to reach the configured gateway.
1032
1031
+
1033
1032
[source,yaml,subs="attributes+"]
1034
1033
----
@@ -1039,7 +1038,7 @@ metadata:
1039
1038
name: <name_of_transfer_network>
1040
1039
namespace: <namespace>
1041
1040
annotations:
1042
-
forklift.konveyor.io/route: <IP_address>
1041
+
forklift.konveyor.io/route: <IP_address>
1043
1042
----
1044
1043
1045
1044
. Create a `Plan` manifest for the migration:
@@ -1093,11 +1092,11 @@ endif::[]
1093
1092
1094
1093
ifdef::cnv[]
1095
1094
[start=6]
1096
-
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
1095
+
. Enter the following command to create the network attachment definition (NAD) of the transfer network used for {project-short} migrations.
1097
1096
+
1098
-
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
1097
+
You use this definition to configure an IP address for the interface, either from the Dynamic Host Configuration Protocol (DHCP) or statically.
1099
1098
+
1100
-
Configuring the IP address enables the interface to reach the configured gateway.
1099
+
Configuring the IP address enables the interface to reach the configured gateway.
Copy file name to clipboardExpand all lines: documentation/modules/rn-2.4.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,8 @@ VM with multiple disks that was migrated might not be able to boot on the target
119
119
120
120
.Non-supported guest operating systems in warm migrations
121
121
122
-
Warm migrations and migrations to remote OCP clusters from vSphere do not support all types of guest operating systems that are supported in cold migrations to the local OCP cluster. It is a consequence of using RHEL 8 in the former case and RHEL 9 in the latter case. +
122
+
Warm migrations and migrations to remote OCP clusters from vSphere do not support all types of guest operating systems that are supported in cold migrations to the local OCP cluster. It is a consequence of using RHEL 8 in the former case and RHEL 9 in the latter case.
123
+
123
124
See link:https://access.redhat.com/articles/1351473[Converting virtual machines from other hypervisors to KVM with virt-v2v in RHEL 7, RHEL 8, and RHEL 9] for the list of supported guest operating systems.
124
125
125
126
.VMs from vSphere with RHEL 9 guest operating system may start with network interfaces that are down
Copy file name to clipboardExpand all lines: documentation/modules/rn-2.5.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The old UI of {project-short} 2.3 cannot be enabled by setting `feature_ui: true
38
38
39
39
.Support deployment on {ocp-name} 4.15
40
40
41
-
{project-short} 2.5.6 can be deployed on {ocp-name} 4.15 clusters.
41
+
{project-short} 2.5.6 can be deployed on {ocp-name} 4.15 clusters.
42
42
43
43
44
44
[id="new-features-and-enhancements-25_{context}"]
@@ -115,7 +115,8 @@ When migrating a VM with multiple disks to more than one storage classes of type
115
115
116
116
.Non-supported guest operating systems in warm migrations
117
117
118
-
Warm migrations and migrations to remote {ocp} clusters from vSphere do not support all types of guest operating systems that are supported in cold migrations to the local {ocp} cluster. This is a consequence of using RHEL 8 in the former case and RHEL 9 in the latter case. +
118
+
Warm migrations and migrations to remote {ocp} clusters from vSphere do not support all types of guest operating systems that are supported in cold migrations to the local {ocp} cluster. This is a consequence of using RHEL 8 in the former case and RHEL 9 in the latter case.
119
+
119
120
See link:https://access.redhat.com/articles/1351473[Converting virtual machines from other hypervisors to KVM with virt-v2v in RHEL 7, RHEL 8, and RHEL 9] for the list of supported guest operating systems.
120
121
121
122
.VMs from vSphere with RHEL 9 guest operating system can start with network interfaces that are down
@@ -295,7 +296,7 @@ This issue is resolved in {project-short} {project-version}, VM with multiple di
295
296
296
297
In {project-short} releases 2.4.0-2.5.3, cold migrations from vSphere to the local cluster on which {project-short} was deployed did not take a specified transfer network into account. This issue is resolved in {project-short} 2.5.4. link:https://issues.redhat.com/browse/MTV-846[(MTV-846)]
297
298
298
-
.Fix migration of VMs with multi-boot guest operating system from vSphere
299
+
.Fix migration of VMs with multi-boot guest operating system from vSphere
299
300
300
301
In {project-short} 2.5.6, the virt-v2v arguments include `–root first`, which mitigates an issue with multi-boot VMs where the pod fails. This is a fix for a regression that was introduced in {project-short} 2.4, in which the '--root' argument was dropped. link:https://issues.redhat.com/browse/MTV-987[(MTV-987)]
0 commit comments