[pve-devel] [PATCH storage] cifs-plugin: Add bwlimit storage option

Dominic Jäger d.jaeger at proxmox.com
Fri Dec 20 10:12:31 CET 2019


This is already implemented in all other storage plugins.

Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
 PVE/Storage/CIFSPlugin.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Storage/CIFSPlugin.pm b/PVE/Storage/CIFSPlugin.pm
index 582f99b..6115a96 100644
--- a/PVE/Storage/CIFSPlugin.pm
+++ b/PVE/Storage/CIFSPlugin.pm
@@ -127,6 +127,7 @@ sub options {
 	domain => { optional => 1},
 	smbversion => { optional => 1},
 	mkdir => { optional => 1 },
+	bwlimit => { optional => 1 },
     };
 }
 
-- 
2.20.1




More information about the pve-devel mailing list