Skip to content

Commit 1be9bdc

Browse files
committed
Adds PR 511 and 537 to MTV 2.5
Signed-off-by: RichardHoch <[email protected]>
1 parent 6b5cd39 commit 1be9bdc

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

Diff for: documentation/doc-Migration_Toolkit_for_Virtualization/master.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ You can add a source provider by using the {ocp} web console.
146146
:context: vmware
147147
:vmware:
148148
include::modules/adding-source-provider.adoc[leveloffset=+4]
149+
include::modules/selecting-migration-network-for-vmware-source-provider.adoc[leveloffset=+5]
149150
:vmware!:
150151
:context: rhv
151152
:rhv:

Diff for: documentation/modules/migrating-virtual-machines-cli.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ EOF
137137
<1> Specify the name of the VMware `Provider` CR.
138138
<2> Specify the managed object reference (MOR) of the VMware host.
139139
<3> Specify the IP address of the VMware migration network.
140+
+
141+
include::snip_vmware-esxi-nfc.adoc[]
140142

141143
. Create a `NetworkMap` manifest to map the source and destination networks:
142144
+

Diff for: documentation/modules/selecting-migration-network-for-vmware-source-provider.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ You can select a migration network in the {ocp} web console for a source provide
1010

1111
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.
1212

13+
include::snip_vmware-esxi-nfc.adoc[]
14+
1315
.Prerequisites
1416

1517
* The migration network must have sufficient throughput, minimum speed of 10 Gbps, for disk transfer.

Diff for: documentation/modules/snip_vmware-esxi-nfc.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:_content-type: SNIPPET
2+
3+
[NOTE]
4+
====
5+
You can also control the network from which disks are transferred from a host by using the Network File Copy (NFC) service in vSphere.
6+
====

Diff for: documentation/modules/vmware-prerequisites.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following minimal set of VMware privileges is required to migrate virtual ma
4242
2+|`Virtual machine.Interaction` privileges:
4343
|`Virtual machine.Interaction.Power Off` |Allows powering off a powered-on virtual machine. This operation powers down the guest operating system.
4444
|`Virtual machine.Interaction.Power On` |Allows powering on a powered-off virtual machine and resuming a suspended virtual machine.
45+
|`Virtual machine.Guest operating system management by VIX API` |Allows managing a virtual machine by the VMware VIX API.
4546
2+a|`Virtual machine.Provisioning` privileges:
4647
[NOTE]
4748
====
@@ -80,4 +81,12 @@ All `Virtual machine.Provisioning` privileges are required.
8081
2+|`Virtual machine.Snapshot management` privileges:
8182
|`Virtual machine.Snapshot management.Create snapshot` |Allows creation of a snapshot from the virtual machine’s current state.
8283
|`Virtual machine.Snapshot management.Remove Snapshot` |Allows removal of a snapshot from the snapshot history.
84+
2+|`Datastore` privileges:
85+
|`Datastore.Browse datastore` |Allows exploring the contents of a datastore.
86+
|`Datastore.Low level file operations` |Allows performing low-level file operations - read, write, delete, and rename - in a datastore.
87+
2+|`Sessions` privileges:
88+
|`Sessions.Validate session` |Allows verification of the validity of a session.
89+
2+|`Cryptographic` privileges:
90+
|`Cryptographic.Decrypt` |Allows decryption of an encrypted virtual machine.
91+
|`Cryptographic.Direct access` |Allows access to encrypted resources.
8392
|===

0 commit comments

Comments
 (0)