Search results

  1. A

    Dutch Proxmox Day 2025 - Free Proxmox Community Event

    We are at Ede at flannigan bar because they are not beer at the hotel. We finish our beer, an join the signal to meet you
  2. A

    ZFS SSD High IO Wait

    Dont use consumer SSD without plp with zfs.
  3. A

    Snapshots with Shared iscsi Storage

    you need to use qcow2 image format too, and the vm need to have machine version >= 10.
  4. A

    Proxmox EVPN iBGP to Arista SW

    the exit-node on proxmox is only to generate config with advertisement of the default type-5 route on proxmox node you want to use as exit-node. as here, you want to use arista as exit-node, you don't need to define exit node
  5. A

    Proxmox EVPN iBGP to Arista SW

    you can use "redistribute connected" for example https://datacenteroverlords.com/2025/05/24/what-is-an-evpn-type-5-route-for-evpn-vxlan/ https://arista.my.site.com/AristaCommunity/s/article/Validated-Configuration-Layer-3-Leaf-Spine-with-VXLAN-EVPN-Symmetric-IRB
  6. A

    Proxmox Datacenter Manager - First Alpha Release

    PVE7 is end of life since 1year, it's not going to happen. https://forum.proxmox.com/threads/proxmox-ve-support-lifecycle.35755/
  7. A

    Proxmox runs out of memory if not restarted once a month

    what is the total of all vms configuration memory ? if you are overprovisioning, you could try to use the ballooning feature.
  8. A

    Proxmox EVPN iBGP to Arista SW

    yes, you need to announce a type-5 0.0.0.0 for each vrf. you need to setup a symetric evpn config on your arista https://www.youtube.com/watch?v=z26zM-GF4WM It's really the way to do it (I'm running arista in production), as you have the chance to have a switch with a correct evpn implementation.
  9. A

    Proxmox VE 9.0 BETA released!

    Currently each Snapshot lv use the same space than base image. In the future, we ll look to add thin provisionning with Dynamic lv resizing.
  10. A

    [TUTORIAL] Proxmox VE 7.2 Benchmark: aio native, io_uring, and iothreads

    @bbgeek17 I m going to add multithreading / multiple iothreads by disk for pve9. So if you have time to bench with a big nvme array it could be great :). Currently il planning to have a number of iothreads shared across multiple disk like redhat is doing, and I dont know if optionnal...
  11. A

    Bridge network setup -> very low MTU from VMs.. why?

    Tailscale wireguard encapsulation ?
  12. A

    [SOLVED] Bridge vmbr0 exist and work, but GUI doesn't recognize it

    Are you using root or admin user ? If not , pve8 need acl permision on bridge now.
  13. A

    Need suggestions about virtual managed network switches

    Evpn sdn zone can do all the routing without extra router vm. (And works with multiple hosts in cluster with vxlan overlay )
  14. A

    SDN between Nodes to provide an internal network

    Simple zone are more for isolated network, or routed network. With différents subnets by node. You can try vlan or vxlan zones if you need a layer2 between nodes.
  15. A

    EVPN SDN issues after Upgrade Proxmox VE from 7 to 8

    Im currently on holiday with limited connection , but for your first question with default originate, its done because you have defined the node as exit node. So its announce 0.0.0.0 default route.
  16. A

    PVE 8.0, reloadnetworkall takes hours to complete

    Install chrony, this is the default ntp service installed with proxmox. (And purge old ntpsec ifup script )
  17. A

    proxmox 7.0 sdn beta test

    You should enable the option 'advertise subnet' on the zone if you have "silent hosts" In the future , i m looking to add static ip registration in complément of dynamic learning
  18. A

    amd pstate

    Active is only supported since 6.3 . I m currently running passive since 1month, pretty stable.
  19. A

    IPv6 woes with dynamic prefixes and SLAAC

    Ifupdown2 is buggy currrently (both auto or accept_ra ), i have sent a patch to add slaac support last week-end, it should be available soon. As workaround, you can use a pre-up script witth sysctl. Or I can send you the patched ifupdown2 version for testing
  20. A

    cluster.fw not inside /etc/pve/firewall ?

    Ils created only when you have define 1 option or rule in the gui.