Richard W.M. Jones
2022-May-19 08:52 UTC
[Libguestfs] [PATCH] docs: Add extra permission needed for non-admin download with VMware 7
From: Ming Xie <mxie at redhat.com> Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1817050 --- docs/virt-v2v-input-vmware.pod | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/virt-v2v-input-vmware.pod b/docs/virt-v2v-input-vmware.pod index ab2d28e41f..60cff93994 100644 --- a/docs/virt-v2v-input-vmware.pod +++ b/docs/virt-v2v-input-vmware.pod @@ -585,6 +585,7 @@ Enable (check) the following objects: Provisioning: - Allow disk access - Allow read-only disk access + - Allow virtual machine download Cryptographic operations: - Decrypt -- 2.35.1
Laszlo Ersek
2022-May-19 10:29 UTC
[Libguestfs] [PATCH] docs: Add extra permission needed for non-admin download with VMware 7
On 05/19/22 10:52, Richard W.M. Jones wrote:> From: Ming Xie <mxie at redhat.com> > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1817050 > --- > docs/virt-v2v-input-vmware.pod | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/docs/virt-v2v-input-vmware.pod b/docs/virt-v2v-input-vmware.pod > index ab2d28e41f..60cff93994 100644 > --- a/docs/virt-v2v-input-vmware.pod > +++ b/docs/virt-v2v-input-vmware.pod > @@ -585,6 +585,7 @@ Enable (check) the following objects: > Provisioning: > - Allow disk access > - Allow read-only disk access > + - Allow virtual machine download > > Cryptographic operations: > - Decrypt >The context a bit higher up includes "using VMware vCenter 6.5"; does that still apply here? ... Either way, if this new permission simply didn't exist under VMware vCenter 6.5 yet, users on that platform will just ignore this new hint here. Acked-by: Laszlo Ersek <lersek at redhat.com> Thanks! Laszlo