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

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Dec 20 10:38:24 CET 2019


Am 12/20/19 um 10:12 AM schrieb Dominic Jäger:
> 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 },
>      };
>  }
>  
> 

applied, thanks!




More information about the pve-devel mailing list