Hi,
could you please post the ethtool output of the underlying physical interface instead of the bridge? Get the physical interface with bridge link show master vmbr2 and then post ethtool <interface>, ethtool -k <interface> and ethtool -i...
Thanks @shanreich
The problem is I want to use EVPN Zones to define the subnets and this is purely for the purposes of transit out. I could weight what BGP is broadcasting but this would have an impact on both zones causing internet traffic to...
Ah, I understand your setup now.
So DNS works, but e.g. pinging to 8.8.8.8 does not? Have you checked the firewall rules (maybe temporarily disabling the firewall (datacenter,node,vm) and then try again)?
If there are no rules, you could also...
Based on this document, it does appear to be a typo.
However, checking the <vmid>.conf file, it appears as:
efidisk0: Storage:106/vm-106-disk-0.qcow2,efitype=4m,ms-cert=2023w,pre-enrolled-keys=1,size=528K
Currently, there's no supported way in SDN itself to apply weighting. If you have distinct subnets per site, then you could additionally announce more specific routes than 0.0.0.0/0 from the routers, depending on how you assigned the subnets to...
Hi,
I'm trying to configure a Proxmox SDN. We have two sites connected via Layer 2 switching and over that a Layer 3 EVPN
I've configured a controller with two peers which are two VyOS routers. One is in site A and one is in site B
Ideally...
Ja, genau — den Scrub komplett durchlaufen lassen. Der Controller verarbeitet die UNMAP-Befehle erst beim Bereinigungslauf, und solange der läuft (oder abgebrochen wird), staut sich das. Die bisherigen ~500 GB via fstrim sind beim Controller...
Correct me if I am wrong but you can only set a sync job to another (remote) Proxmox Backup Server ?
My target storage is just a Wasabi S3 storage account, there is no remote PBS server.
Are you sure posting the same text with zero new information and in multiple old threads will help you?
https://forum.proxmox.com/threads/host-reboots-during-backups.154301/post-839928
@garfield2008 ,
Gut, damit ist die Ursache bestätigt.
Was sich geändert hat: Vermutlich haben bei der Neuinstallation/dem Update die OVS-Bridges oder Bonds die MTU 9000 von den NICs übernommen (OVS negotiiert die MTU automatisch anhand der...
No no no. You got your math wrong.
To achieve the same availability as EC with k=6 and m=2 you need triple replication (three copies) meaning a storage efficiency of 33%. It is rarely necessary to go beyond 4 copies.
This is not recommended and certainly not HA. With m=1 you cannot loose a single disk.
An erasure coded pool should have size=k+m and min_size=k+1 settings which would be size=3 and min_size=3 in your case.