Recent content by cyruspy

  1. C

    SDN stopped forwarding

    Will monitor and collect the evidence when/if it happens again.
  2. C

    Native shared storage

    Or not manual :)
  3. C

    SDN stopped forwarding

    What I found: 1. Changes in reverse path filter behavior (8 to 9 or 9.0 to 9.1, couldn't tell). Fixed once, shouldn't repeat 2. East west traffic didn't work with some nodes or with specific segments or specific VMs. Happened several times. FRR restart fixed that. 3. With some star alignment...
  4. C

    SDN stopped forwarding

    With EVPN/VLAN, mostly erratic forwarding.
  5. C

    Native shared storage

    sure, I've setup LUNs in passthrough mode in the past. I would like to avoid the LVM-PV-for-multiple-LVs route since the storage snapshots cannot be used. I understand the single LUN + LVM value in some scenarios though.
  6. C

    Possibility of VLAN ID Synchronization with Firewall/Network controller?

    the VLAN SDN zone already does the clusterwide syncing heavyweight lifting. nothing stops you from creating a script that polls VLAN list from the external source and uses native CLI tooling to add VLAN entries. Then, cron is your friend :)
  7. C

    Migration from ESXi to PVE: Designing a dedicated 10G LAN

    That's an oddball. I have several doubts on option 1. Go with option 2 out of the two. With 1GbE, I would separate management to avoid losing access when a workload misbehaves. Also, take into account that VM migrations will probably saturate 1GbE. In my hyperconverged setups this is my goto...
  8. C

    SDN stopped forwarding

    Found several instances (in 8.* and 9.1) with unstable SDN environment. Updated my environments to 9.2, hope it gets better. Born from the troubleshooting session: https://github.com/ciroiriarte/pve-tools/blob/master/pve-sdn-healthcheck Hope it is of use to other users.
  9. C

    Native shared storage

    Giving it a try: https://github.com/ciroiriarte/pve-HitachiBlockPlugin
  10. C

    Remote CLI

    I'm working on a CLI tool (very early stages) to remotely interact with PVE and PDM, is anybody interested in something like this?, would love to receive some feedback: https://github.com/ciroiriarte/pve-cli
  11. C

    Proxmox Virtual Environment 9.2 available!

    I wonder what does "BGP Fabrics" bring to the table that EVPN/VLAN couldn't provide. Would be great to be able to set VRF for physical node interfaces as exit point for BGP integrations. Currently we have to set that up manually after zone creation.
  12. C

    SDN stopped forwarding

    I didn't add the config explicitly, it came from the SDN setup somehow. For the time being I fixed it adding the option by hand, not sure if that is the correct approach. Thanks.
  13. C

    SDN stopped forwarding

    Hello!, What's the SDN logic to enable forwarding?. After an upgrade from 8 to 9 my overlay network is not working anymore. Just checked and net.ipv4.conf.all.forwarding is disabled. I don't recall its specific configuration in the past, but I don't have evidence of the working...
  14. C

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

    Checkbox can be kept with logic underneath to deploy "the regular version" vs "VPP version" or any other version (OVS+DPDK) when it appears. From user perspective, creating a specific option doesn't make sense.
  15. C

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

    Why forget about filtering instead of implementing it with VPP?