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:
committed by
Thomas Lamprecht
parent
66efee5b8c
commit
c3ed9ac3da
@ -127,6 +127,7 @@ sub options {
|
||||
domain => { optional => 1},
|
||||
smbversion => { optional => 1},
|
||||
mkdir => { optional => 1 },
|
||||
bwlimit => { optional => 1 },
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user