mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

Blame SOURCES/0054-v2v-update-docs-for-VMware-roles-RHBZ-1530967.patch

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