44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From 10bff3240c5593c6c2e3c03063b98c53bb1b963e Mon Sep 17 00:00:00 2001
|
|
From: Pino Toscano <ptoscano@redhat.com>
|
|
Date: Thu, 13 Dec 2018 11:49:48 +0100
|
|
Subject: [PATCH] v2v: update docs for VMware roles (RHBZ#1530967)
|
|
|
|
Update the list of permissions needed for VMware vCenter 6.5.
|
|
|
|
(cherry picked from commit 37955f14aa628bedbe0c06bddb5f8fa4f508cc62)
|
|
---
|
|
v2v/virt-v2v.pod | 7 +++++--
|
|
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
|
|
index 4b53cdc0e..d4d8578cb 100644
|
|
--- a/v2v/virt-v2v.pod
|
|
+++ b/v2v/virt-v2v.pod
|
|
@@ -1331,7 +1331,8 @@ write to libvirt or any other supported target.
|
|
|
|
Instead of using the vCenter Administrator role, you can create a
|
|
custom non-administrator role to perform the conversion. You will
|
|
-however need to give it a minimum set of permissions as follows:
|
|
+however need to give it a minimum set of permissions as follows
|
|
+(using VMware vCenter 6.5):
|
|
|
|
=over 4
|
|
|
|
@@ -1351,10 +1352,12 @@ Enable (check) the following objects:
|
|
- Validate session
|
|
|
|
Virtual Machine:
|
|
+ Interaction:
|
|
+ - Guest operating system management by VIX API
|
|
Provisioning:
|
|
- Allow disk access
|
|
- Allow read-only disk access
|
|
- - Guest Operating system management by VIX API
|
|
+ - Allow virtual machine download
|
|
|
|
=back
|
|
|
|
--
|
|
2.21.0
|
|
|