[pve-devel] applied: [PATCH widget-toolkit v2] fix: gui: up/down arrow keys increment/decrement twice in Number field

2022-07-29 Thread Dominik Csapak
applied ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH v2 manager] fix #3248: GUI: storage: upload multiple files

2022-07-29 Thread Markus Frank
I tested this patch in a pve vm with multiple different iso files. Upload, Cancel, Remove and Exit work as intended. Tested-by: Markus Frank On 7/20/22 14:26, Matthias Heiserer wrote: Queue multiple files for upload to the storage. The upload itself happens in a separate window. When closing t

[pve-devel] [PATCH V2 storage 0/2] cifs plugin - add options parameter

2022-07-29 Thread Stefan Hrdlicka
V1 -> V2: # pve-storage (1/2) * fixed nitpicks # pve-docs (2/2) * extended options explanation * changed example option to `echo_interval=60` as second parameter Stefan Hrdlicka (1): fixes #2920: add options parameter to cifs plugin PVE/Storage/CIFSPlugin.pm | 16 +--- PVE/Storage

[pve-devel] [PATCH V2 docs 2/2] fix #2920: add cifs options parameter

2022-07-29 Thread Stefan Hrdlicka
Signed-off-by: Stefan Hrdlicka --- pve-storage-cifs.adoc | 8 1 file changed, 8 insertions(+) diff --git a/pve-storage-cifs.adoc b/pve-storage-cifs.adoc index bb4b902..a8fc350 100644 --- a/pve-storage-cifs.adoc +++ b/pve-storage-cifs.adoc @@ -57,6 +57,13 @@ path:: The local mount poi

[pve-devel] [PATCH V2 storage 1/2] fix #2920: add options parameter to cifs plugin

2022-07-29 Thread Stefan Hrdlicka
this makes it possible to add all mount options offered by mount.cifs NFS & CIFS now share the options parameter since the use it for the same prupose Signed-off-by: Stefan Hrdlicka Reviewed-by: Fiona Ebner --- PVE/Storage/CIFSPlugin.pm | 16 +--- PVE/Storage/NFSPlugin.pm | 4 ---