From 625254a29f229419577b6cfcf71e89111713bb7f Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Wed, 1 May 2024 18:30:20 +0300 Subject: [PATCH 1/3] Fix max_vm_inflight setting name for MTV 2.5 Signed-off-by: RichardHoch --- documentation/modules/configuring-mtv-operator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/configuring-mtv-operator.adoc b/documentation/modules/configuring-mtv-operator.adoc index 448c3128c7f..ffb2bab03ec 100644 --- a/documentation/modules/configuring-mtv-operator.adoc +++ b/documentation/modules/configuring-mtv-operator.adoc @@ -35,7 +35,7 @@ spec: |=== |Label |Description |Default value -|`controller_max_vm_in_flight` +|`controller_max_vm_inflight` |The maximum number of VMs per plan that can be migrated simultaneously. |`20` From 3e736af856fffd4bf6a26b99838e4cd8f6856ad1 Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Thu, 1 Aug 2024 15:24:21 +0300 Subject: [PATCH 2/3] step 1 --- documentation/modules/snip_vmware-esxi-nfc.adoc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 documentation/modules/snip_vmware-esxi-nfc.adoc diff --git a/documentation/modules/snip_vmware-esxi-nfc.adoc b/documentation/modules/snip_vmware-esxi-nfc.adoc new file mode 100644 index 00000000000..342496736ea --- /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. +==== \ No newline at end of file From 14dd3803b4caff431ace125d17cfaa3eb031581d Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Thu, 1 Aug 2024 15:26:36 +0300 Subject: [PATCH 3/3] step 2 --- documentation/modules/migrating-virtual-machines-cli.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/modules/migrating-virtual-machines-cli.adoc b/documentation/modules/migrating-virtual-machines-cli.adoc index 94bdd93e020..eeed1416ef4 100644 --- a/documentation/modules/migrating-virtual-machines-cli.adoc +++ b/documentation/modules/migrating-virtual-machines-cli.adoc @@ -137,6 +137,8 @@ EOF <1> Specify the name of the VMware `Provider` CR. <2> Specify the managed object reference (MOR) of the VMware host. <3> Specify the IP address of the VMware migration network. ++ +include::snip_vmware-esxi-nfc.adoc[] . Create a `NetworkMap` manifest to map the source and destination networks: +