cifs-plugin: Add bwlimit storage option

This is already implemented in all other storage plugins.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
Dominic Jäger
2019-12-20 10:12:31 +01:00
committed by Thomas Lamprecht
parent 66efee5b8c
commit c3ed9ac3da

View File

@ -127,6 +127,7 @@ sub options {
domain => { optional => 1},
smbversion => { optional => 1},
mkdir => { optional => 1 },
bwlimit => { optional => 1 },
};
}