can you send the result of "ip addr", just to be sure that the mtu is correctly applied on the bridge itself ?
also, does it work if you stop/start the vm ?
I don't think we change the tap mtu itself currently , but the mtu should be lower...
Note that currently, you don't have thin provisioning && snapshot with SAN.
(I'm still working to add snapshot for SAN).
Ceph have a learning curve, but from my experience, if the setup is done correctly and hardware is ok, the only need to...
I mean create a logical bond to do link aggregration
just read the proxmox doc
https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysadmin_network_bond
https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_bond
Only exit-nodes are importing the zone vrf inside the default vrf. (to route traffic between the evpn network && the "real" network)
if you don't want this, you need an external exit node. (on a vm or directly on a physical router, peering in...
AFAIK, they are no way to mirror nvme at hardware level, because they are no nvme controller(or "raid controller" like for sata/sas).
each nvme drive is like a pci device.
So you need to do passthrough 2disks and do softraid inside windows...
Well if Contabo allow bridged networking, just put your vms in vmbr0, and assign ip inside your vm. (with contabo provided gw ip).
bridged vs routed networking, is something that need to be configured at Contabo side. (they are plenty exemples...
you can't put eth0 in 2 bridges.
do you have tried to put the second ip addres on vmbr0 directly ?
auto vmbr0
iface vmbr0 inet static
address 203.0.113.10/24
address 198.51.100.1/24
gateway 203.0.113.1...
apt-get dist-upgrade (or full-upgrade), is the way to update a proxmox host. (It's in documentation, it's the command used by the GUI)
NEVER NEVER NEVER use apt upgrade !
(apt upgrade only upgrade installed packages, but if you have newer...
if you need an ip in a specific vnet on a specific node, you can add in
/etc/network/interfaces
iface <vnet>
address X.X.X.X/Y
I'll merge merged with the sdn generated config.
pourquoi ne pas simplement utiliser zfs avec la replication ?
sans la HA, si tu as 2 noeud,tu peux toujours basculer les vms "à la main".
pvecm expected 1
mv /etc/pve/nodes/<crashnode>/qemuserver/<vmid>.conf /etc/pve/nodes/<backupode>/qemuserver/
you need to disable ssh tunnel for live migration, or you'll be limited by cpu (ssh tunnel it's not multithreaded,so only use 1core max)
/etc/pve/datacenter.cfg:
migration: type=insecure
afaik, Forged Transmit is anti mac spoofing feature, so it should be related to proxmox firewall with ebtables.
found some doc:
"When the Forged transmit option is set to Accept, ESXi does not compare source MAC address and effective MAC...