Recent content by spirit

  1. spirit

    Cluster retransmit issues

    About spanning-tree, you should really disable it on your physical switch port of for your proxmox nodes. a spanning tree convergence can happen on host reboot and broke the whole cluster for some second. you don't need change knet_mtu, it's auto-compute by corosync. it could be a bug with the...
  2. spirit

    Ceph - VM with high IO wait

    Strange that you also have high memory pressure "PSI some memory". do you have enable numa option on the vm ? you can also look at host numa stat # apt install numactl # numstat and look if you don't have a lot of "numa_miss" vs "numa_hit" on rbd side, you can also give a try to krbd vs...
  3. spirit

    Cluster retransmit issues

    can you send corosync log of each node ? (journalctl -u corosync). is the nic for corosync link dedicated ? or do you have vm,storage,backup,...running on it too ? (no bandwidth saturation ? ) no spanning tree on the network ? do you use bonding or not ?
  4. spirit

    Interest in VPP (Vector Packet Processing) as a dataplane option for Proxmox

    firewall=1 is create a linux bridge fwbr interface, so it's not usable here. Implementing the whole firewall code in vpp is another thing. (and currently proxmox code don't have any easy plugin code to implement different firewall)
  5. spirit

    How to disable the bridge level firewall in PVE 9.1.1

    So, why do you want to use pve-firewall ? (I mean, disable pve-firewall service or uncheck firewall checkbox on the vms) I'll try to look at proxmox-firewall code, but it shouldn't be needed
  6. spirit

    Interest in VPP (Vector Packet Processing) as a dataplane option for Proxmox

    maybe the best way is to ask to the dev mailing list pve-devel@lists.proxmox.com. (I'm pretty sure that some users could be interested for routers vm appliance) the basic dev doc for patch submission is here: https://pve.proxmox.com/wiki/Developer_Documentation does it expose a vswitch ? if...
  7. spirit

    How to disable the bridge level firewall in PVE 9.1.1

    This is needed if you want to use iptables (used by pve-firewall) to have ip rules at bridge level. why do you want to disable them ? Alternatively, they shouldn't be needed by the new nftables based firewall (proxmox-firewall services), as nftables is able to handle it without tricks at...
  8. spirit

    Interest in VPP (Vector Packet Processing) as a dataplane option for Proxmox

    Hi, I don't remember, but does it work with virtio-net ? I thinked it need vhost-user-net (that is not implement in proxmox currently )
  9. spirit

    rp_filter changes in PVE 9

    mmm, this seem to be a change in debian13: https://www.debian.org/releases/trixie/release-notes/issues.html#etc-sysctl-conf-is-no-longer-honored In Debian 13, systemd-sysctl no longer reads <span>/etc/sysctl.conf</span>. The package linux-sysctl-defaults ships...
  10. spirit

    NICs inoperative in ProxMox

    say thanks you to systemd. the nic naming is based of pci slot ordering. sometimes, when adding a pcie devices (or nvme drive), the internal order can change. (depend of the motherboard). pve9 have a new feature to add a statc name "nicX" based on mac-address, like 10year ago before this shit...
  11. spirit

    A large number of dropped packets

    do you use bonding on your proxmox node ? if yes, which mode ? dropped traffic could be multicast or unicast flood with destination ip is not the ip of our vm. (check also if mac address ageing timeout not too low on your physical switch)
  12. spirit

    A large number of dropped packets

    always use virtio. e1000 don't have any acceleration
  13. spirit

    Ceph rbd du shows usage 2-4x higher than inside VM

    I known that ext4 had problem with discard in the past (not about fragmentation, but discard not always working). Personally, I'm using xfs in production, and I never had this problem (on 4000 vms)
  14. spirit

    Ceph rbd du shows usage 2-4x higher than inside VM

    do you have any snapshot in theses vms ? (because triming on snapshot will take more space instead reduce the space)
  15. spirit

    SDN overlay network in routed mesh setup

    they are an option on the zone: "exit nodes local routing"