Recent content by aderumier

  1. A

    SDN VXLAN Troubleshooting Tools

    you can also use frr tool to show routing tables vtysh -c "show bgp l2vpn evpn"
  2. A

    Ceph flapping OSDs - OSDs only using public network not the cluster one

    cluster network is for osd->osd replication. osd->monitor && osd->client is done on public network. They are differents hearbeats, osd hearbeat between osd (on clusternetwork) hearbeat from monitor-> osd (on public network)...
  3. A

    Proxmox VE Ceph Compatibility with Dell PERC H965i on PowerEdge R670

    your pg number seem quite low, it could impact write performance with pg_lock. try to set pg target ratio to 1.0 in your ceph pool Also, verify in your bios that your server is set to max performance profile. (you want cpu always at their max frequency to lower latency)
  4. A

    latency on ceph ssd

    Hi. I never said that PLP is a cache. it's indeed acondensator to allow to keep data in volatile memory buffer cache.
  5. 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
  6. A

    ZFS SSD High IO Wait

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

    Snapshots with Shared iscsi Storage

    you need to use qcow2 image format too, and the vm need to have machine version >= 10.
  8. 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
  9. 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
  10. 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/
  11. 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.
  12. 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.
  13. 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.
  14. 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...
  15. A

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

    Tailscale wireguard encapsulation ?