Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-29 Thread Fabian Grünbichler
On March 29, 2022 9:48 am, Fabian Ebner wrote: > Am 28.03.22 um 13:36 schrieb Fabian Grünbichler: >> On March 28, 2022 11:07 am, Fabian Ebner wrote: >>> Am 24.03.22 um 09:18 schrieb Fabian Grünbichler: On March 22, 2022 10:31 am, Fabian Ebner wrote: > Am 22.03.22 um 09:31 schrieb Fabian Eb

Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-29 Thread Fabian Ebner
Am 28.03.22 um 13:36 schrieb Fabian Grünbichler: > On March 28, 2022 11:07 am, Fabian Ebner wrote: >> Am 24.03.22 um 09:18 schrieb Fabian Grünbichler: >>> On March 22, 2022 10:31 am, Fabian Ebner wrote: Am 22.03.22 um 09:31 schrieb Fabian Ebner: > Am 21.03.22 um 14:06 schrieb Fabian Ebner:

Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-28 Thread Fabian Grünbichler
On March 28, 2022 11:07 am, Fabian Ebner wrote: > Am 24.03.22 um 09:18 schrieb Fabian Grünbichler: >> On March 22, 2022 10:31 am, Fabian Ebner wrote: >>> Am 22.03.22 um 09:31 schrieb Fabian Ebner: Am 21.03.22 um 14:06 schrieb Fabian Ebner: > diff --git a/PVE/Storage.pm b/PVE/Storage.pm >>>

Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-28 Thread Fabian Ebner
Am 24.03.22 um 09:18 schrieb Fabian Grünbichler: > On March 22, 2022 10:31 am, Fabian Ebner wrote: >> Am 22.03.22 um 09:31 schrieb Fabian Ebner: >>> Am 21.03.22 um 14:06 schrieb Fabian Ebner: Listing guest images should not require Datastore.Allocate in this case. In preparation for addin

Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-24 Thread Fabian Grünbichler
On March 22, 2022 10:31 am, Fabian Ebner wrote: > Am 22.03.22 um 09:31 schrieb Fabian Ebner: >> Am 21.03.22 um 14:06 schrieb Fabian Ebner: >>> Listing guest images should not require Datastore.Allocate in this >>> case. In preparation for adding disk import to the GUI. >>> >>> Signed-off-by: Fabian

Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-22 Thread Fabian Ebner
Am 22.03.22 um 09:31 schrieb Fabian Ebner: > Am 21.03.22 um 14:06 schrieb Fabian Ebner: >> Listing guest images should not require Datastore.Allocate in this >> case. In preparation for adding disk import to the GUI. >> >> Signed-off-by: Fabian Ebner >> --- >> PVE/Storage.pm | 2 ++ >> 1 file cha

Re: [pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-22 Thread Fabian Ebner
Am 21.03.22 um 14:06 schrieb Fabian Ebner: > Listing guest images should not require Datastore.Allocate in this > case. In preparation for adding disk import to the GUI. > > Signed-off-by: Fabian Ebner > --- > PVE/Storage.pm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/PVE/Storage

[pve-devel] [PATCH storage 1/4] check volume access: allow if user has VM.Config.Disk

2022-03-21 Thread Fabian Ebner
Listing guest images should not require Datastore.Allocate in this case. In preparation for adding disk import to the GUI. Signed-off-by: Fabian Ebner --- PVE/Storage.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 6112991..efa304a 100755 --- a/PVE/