Recent content by telvenes

  1. T

    Ceph 20.2 Tentacle Release Available as test preview and Ceph 18.2 Reef soon to be fully EOL

    https://github.com/ceph/ceph/pull/66542 seems like this has been fixed now.
  2. T

    OpenFabric: Could not find two T0 routers log spam after migration? (And VM access question)

    Hello everyone, I successfully migrated my cluster last week from a manually configured BGP full mesh (using FRR) to the new Proxmox 9 SDN openfabric full mesh. Initial Setup Note: My first problem was that the /etc/frr/daemon file was not updated correctly by the Proxmox SDN installation...
  3. T

    problem with wrong created ceph mon

    It is strange, there is no refrences to it trough /etc/ceph/ceph.conf or /etc/pve/ceph.conf cluster: id: id health: HEALTH_WARN 1 pgs not deep-scrubbed in time services: mon: 3 daemons, quorum pve01,pve03,pve02 (age 22h) mgr: pve03(active, since 3w)...
  4. T

    problem with wrong created ceph mon

    How can i get this mon.mon.pve02 removed? it was wrong created after crash of the pve02
  5. T

    [TUTORIAL] Full mesh (routed setup) + EVPN + VM Bridge

    Yea but as you described was to make some custom with simple zone?
  6. T

    [TUTORIAL] Full mesh (routed setup) + EVPN + VM Bridge

    I have now tried and cannot get this working, but im using ceph against the looback ip, it it intended to use the bridge for the cluster address?
  7. T

    [TUTORIAL] Full mesh (routed setup) + EVPN + VM Bridge

    Have you made it work the other way as well. From VMs to mesh network?
  8. T

    SDN - connecting PVE host/Ceph to VxLan/EVPN ? (meshed setup)

    Did you ever find a solution to this? I have finally made it so i can use the mesh network for both sdn and ceph network. VMs can also connect to ceph host ip but not trough the fast meshed network.
  9. T

    Bride or VM access to frr openfabric network

    Did you ever find a solution to this? Trying to figure this out myself.
  10. T

    possible to add ip address on proxmox host in example evpn vnet?

    Hello I tried to add custom config /etc/network/interfaces ifcae vxlan address 10.0.0.21/24 So now all vms can talk to and vms only located on the host that have configured 10.0.0.21/24 can ping 10.0.0.21, but if i move the vm to another host 10.0.0.21 no longer responds. Is this even...
  11. T

    full mesh frr network for ceph

    what about installing frr on on the vm and let it be part of the announcment if we example add a vmbridge into the frr for the hosts?
  12. T

    full mesh frr network for ceph

    I have also found this that sounds to be something simular what I ask of but I really do not understand how this solves it: https://forum.proxmox.com/threads/full-mesh-routed-setup-evpn-vm-bridge.148659/
  13. T

    full mesh frr network for ceph

    thanks for your reply. I have solved this temproary adding a route ceph cluster ip via management ip. but this limits the whole setup trough the very slow management network. was really hoping someone had a solution for it :)