From c85e17540803ba5c4cb6fa53667a612ba8a65104 Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Wed, 17 Jul 2024 16:25:11 +0300 Subject: [PATCH] NFC-enabled vmkernel NIC migration option Signed-off-by: RichardHoch --- .../modules/new-migrating-virtual-machines-cli.adoc | 4 +++- ...ecting-migration-network-for-vmware-source-provider.adoc | 2 ++ documentation/modules/snip_vmware_esxi_nfc.adoc | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 documentation/modules/snip_vmware_esxi_nfc.adoc diff --git a/documentation/modules/new-migrating-virtual-machines-cli.adoc b/documentation/modules/new-migrating-virtual-machines-cli.adoc index db4c80b64ef..8732d7caefd 100644 --- a/documentation/modules/new-migrating-virtual-machines-cli.adoc +++ b/documentation/modules/new-migrating-virtual-machines-cli.adoc @@ -354,7 +354,9 @@ EOF ---- <1> Specify the name of the VMware vSphere `Provider` CR. <2> Specify the Managed Object Reference (MoRef) of the VMware vSphere host. -<3> Specify the IP address of the VMware vSphere migration network. +<3> Specify the IP address of the VMware vSphere migration network + +include::snip_vmware_esxi_nfc.adoc[] [start=4] . Create a `NetworkMap` manifest to map the source and destination networks: diff --git a/documentation/modules/selecting-migration-network-for-vmware-source-provider.adoc b/documentation/modules/selecting-migration-network-for-vmware-source-provider.adoc index e86bafb48b4..cf8e44ea647 100644 --- a/documentation/modules/selecting-migration-network-for-vmware-source-provider.adoc +++ b/documentation/modules/selecting-migration-network-for-vmware-source-provider.adoc @@ -10,6 +10,8 @@ You can select a migration network in the {ocp} web console for a source provide Using the default network for migration can result in poor performance because the network might not have sufficient bandwidth. This situation can have a negative effect on the source platform because the disk transfer operation might saturate the network. +include::snip_vmware_esxi_nfc.adoc[] + .Prerequisites * The migration network must have sufficient throughput, minimum speed of 10 Gbps, for disk transfer. diff --git a/documentation/modules/snip_vmware_esxi_nfc.adoc b/documentation/modules/snip_vmware_esxi_nfc.adoc new file mode 100644 index 00000000000..87b14034f11 --- /dev/null +++ b/documentation/modules/snip_vmware_esxi_nfc.adoc @@ -0,0 +1,6 @@ +:_content-type: SNIPPET + +[NOTE] +==== +You can also control the network from which disks are transferred from a host by using the Network File Copy (NFC) service in vSphere. +====