The problem of kvm truenas scale samba service write in

evilred

Cadet
Joined
Jan 17, 2021
Messages
3
I used kvm to create the truenas scale 20.12 alpha .The network card configuration is virtio gigabit
when i copy files to the samba service, the speed of network is only 4.8MB/s.
I have check all my network configurations ,but I can't find out any problem
now I have focus on the virtio.so I wanna know does the truenas scale support virtio?
If not ,can it be a bug to fix it?
 

inman.turbo

Contributor
Joined
Aug 27, 2019
Messages
149
I'm not sure, did you create truenas in kvm, as a virtual machine? File copying can be affected by a number of factors. To test your wire speed try iperf3.

try `iperf3 -s -B [ip addess assigned to your (virtio?) nic]` on scale then from another system running Debian sudo apt install iperf3 && iperf3 -c [same ip address]
 
Top