I think it could be done with a dedicated interface in each zone/vrf, (not sure if a vlan tagged interface could work to avoid the need to have dedicated interfaces). That's why I'm doing it with my physical router/switch currently, with a lot...
if you have talking about the vxlan tunnels themself or the bgp peers, they are simply using the route to reach to remote peers ips.
so you can make simple routes on your host if needed.
or do you want PBR specifically for the vxlan udp port...
do you have an example of what you need to do with manual routes to be sure to understand what you need?
on the underlay, evpn/vxlan are using peers adress list to establish vxlan tunnel, and the vxlan tunnels are working in default vrf only...
currently the gateway ip from gui is only apply to simple zone && evpn zone as the ip is pushed on the vnet on all hosts. (or you could have ip conflict on layer2 zones like vlan,vxlan,....)
you can add an ip with add in /etc/network/interfaces...
each zone is a different vrf in evpn with their own routing table.
(only using exit-node is doing a vrf route leak between the zone && default zone. but If you use multiple zones, I'll command to use physical routers as exit evpn nodes)
so yes...
so, it's a windows vm ? (0.1.271 driver , try to keep this one, because the more recent have known bug).
fio seem to push hardware to max (500MB/s seem to be the pci bus limit of the raid controller)
try to avoid writeback on vm side, as you...
I think you could look to increase mon_max_pg_per_osd which is 250 by default.
as if you have only 2 osd, and a lot more osd (4 ..6 ) on the other side, maybe they can handle enough pg. (could explain why splitting the disk in mutiple osd is...
from last corosync release
https://github.com/corosync/corosync/releases
"A new option (totem.ip_dscp) is available to configure DSCP for traffic
prioritization. Thanks to David Hanisch for this great improvement."
could be interesting for...
setting mac on vnet could be only usefull if you have an ip on the vnet. (so mainly when vnet is used as gateway for the vms).
It's only possible with evpn, as the ip/mac is the same on each vnet (anycast ip). Don't make sense to add feature...
proxmox used apt update / apt dist-upgrade behind pveupdate/pveupgrade, so no problem.
Just be carefull to use "apt dist-upgrade" and not "apt upgrade" !
The issue is very likely related to having the same subnet configured thrice on 3 different network interfaces, which leads to wrong source IP selection (and potentially even selecting the wrong interface, as three routes are created for the...
native kernel driver should work, no need to install drivers from mellanox.
But connect3x are pretty old and they use a different driver than connectx4,5,6... so I don't known if they are still working fine. (I don't have used them since...
They are no difference in package between the no-subscription && enterprise repo.
Packages are going first to the no subscription repo, so they could have more bugs (because less people have tested it), before going to the enteprise repo.
Best...
if you backup storage is slow (or if you are limited with network bandwidth), it can slow down vm write during the backup, if a block is not yet saved. (it's not related to ceph, this is the same for any kind of storage) You can try to enable...