Skip to content

Commit

Permalink
Adds PR 511 and 537 to MTV 2.5
Browse files Browse the repository at this point in the history
Signed-off-by: RichardHoch <[email protected]>
  • Loading branch information
RichardHoch committed Sep 5, 2024
1 parent 6b5cd39 commit 12e346c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ You can add a source provider by using the {ocp} web console.
:context: vmware
:vmware:
include::modules/adding-source-provider.adoc[leveloffset=+4]
include::modules/selecting-migration-network-for-vmware-source-provider.adoc[leveloffset=+5]
:vmware!:
:context: rhv
:rhv:
Expand Down
2 changes: 2 additions & 0 deletions documentation/modules/migrating-virtual-machines-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions documentation/modules/snip_vmware-esxi-nfc.adoc
Original file line number Diff line number Diff line change
@@ -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.
====

0 comments on commit 12e346c

Please sign in to comment.