I use my OMV5 server in VM on KVM virtualization (Proxmox VE). My network configuration looks like this:
ens18 (OMV5 VM) ----> vmbr0 (Proxmox VE linux bridge) -----> enp37s0 (Intel 1Gbit NIC)
ens19 (OMV5 VM) ----> vmbr1 (Proxmox VE linux bridge) -----> enp38s0 (Mellanox 10Gbit NIC)
- iperf3 bandwidth test between my PC and Proxmox VE vmbr1 = ~9.3Gbit/s
- iperf3 bandwidth test between my PC and ens19 (OMV5) = ~2.3Gbit/s
- iperf3 bandwidth test between my PC and ens19 (cloned VM from OMV5 and reinstalled to OMV4) = ~8Gbit/s
- iperf3 bandwidth test between other VM and ens19 (OMV5) =~25Gbit/s
Is this bug in virtio driver or i dont know ?