From c3ed9ac3dae1784a53a956a051f7521ac61bc333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Fri, 20 Dec 2019 10:12:31 +0100 Subject: [PATCH] cifs-plugin: Add bwlimit storage option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is already implemented in all other storage plugins. Signed-off-by: Dominic Jäger --- 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 }, }; }