Re: [pve-devel] [PATCH] fix #1427: Set file mode on uploaded templates/ISOs

2019-06-12 Thread Thomas Lamprecht
first, thanks for the patch, comments inline. On 6/12/19 4:52 PM, Stefan Reiter wrote: > Signed-off-by: Stefan Reiter > --- > PVE/API2/Storage/Status.pm | 25 + > 1 file changed, 21 insertions(+), 4 deletions(-) > > diff --git a/PVE/API2/Storage/Status.pm

[pve-devel] [PATCH] fix #1427: Set file mode on uploaded templates/ISOs

2019-06-12 Thread Stefan Reiter
Signed-off-by: Stefan Reiter --- PVE/API2/Storage/Status.pm | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/PVE/API2/Storage/Status.pm b/PVE/API2/Storage/Status.pm index 9a5a952..8649a7d 100644 --- a/PVE/API2/Storage/Status.pm +++