applied
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
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
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
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 ---