Fastest network setup for 10 Gbit
We currently are running a default Grizzly setup on Debian and would like to utilize our 10 Gbit network. However, our instances only provide 500 Mbit. We suspect the GRE tunnels for this limitation.
Hence, we want to setup a Havanna installation and are in search for the fastest network topology for our private single tenant cloud. Nova-network or Neutron? If Neutron, which driver/plug-in to choose (Tunneling, VLAN,...)?
Is FlatDHCP in multi-host mode with nova-network a good idea?
Is it even possible to get 10 Gbit without SR-IOV/PCI-passthrough?
Thanks in advance
I'm curious if you have compared your vm-to-vm transfer speeds with bare-metal to bare-metal? I can't remember the exact numbers, but I previously did this on a bonded 10gb network. There was a difference, but it ended up being rather negligible.
Bare-metal to bare-metal is about 9.4 Gbit without tunings. If it was negligble at your side, which netwerk setup do you have? Are you using nova network or neutron? I tested the VM-to-VM speed with SR-IOV: 8.3 Gbit without tunings. However, SR-IOV implicates manual configuring eth1 in VMs. :(
Actually my results were reverse: I was unable to get noticeably better transfers on bare-metal than vm. I can't remember the rates, but it was <1gb. I was able to have several parallel transfers at that speed, though. I was not using SR-IOV. I was using VlanManager, btw.