Hey,
I created a local samba share on the host but it seems to be capped at 110MB/s
The 2.5gb adapter runs at 250MB/s when connected to a vm but when directly accessing the samba share on that 2.5gbe adapter I only get 110MB/s
samba config:
I created a local samba share on the host but it seems to be capped at 110MB/s
The 2.5gb adapter runs at 250MB/s when connected to a vm but when directly accessing the samba share on that 2.5gbe adapter I only get 110MB/s
samba config:
Code:
[global]
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
write cache size = 524288
read raw = yes
write raw = yes
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write size = 16384
aio write behind = true
async smb echo handler = yes
max xmit = 65535
getwd cache = yes
strict locking = no
disable netbios = yes
smb encrypt = off
server signing = auto
server max protocol = SMB3
interfaces = 192.168.0.34/24
bind interfaces only = yes
[Films]
path = /mnt/pve/files/Films
valid users = root
read only = no
browsable = yes
writable = yes
create mask = 0700
directory mask = 0700
force user = root
force group = root
[TV Shows]
path = /mnt/pve/files/TV
valid users = root
read only = no
browsable = yes
writable = yes
create mask = 0700
directory mask = 0700
force user = root
force group = root
[Proxmox]
path = /mnt/pve/files
valid users = root
read only = no
browsable = yes
writable = yes
create mask = 0700
directory mask = 0700
force user = root
force group = root