Recent content by Javier Vilarroig

  1. J

    Backup status

    Yes, this API seems to allow me to do what I want. Code is going to be convoluted, I need to navigate though all the nodes, navigate through all the LXVs and VMs on the node and then get the last task run for in that node for that vmid and if it's no "OK", raise the issue. Not the easiest...
  2. J

    Backup status

    Hi @bbgeek17 I will take a look at it Thanks!!
  3. J

    Backup status

    I'm trying to find a way to know if the last backup of a specific LXC was successful or not. We are in PVE 8.4.1 and storing the backups in PBS 3.3.2 The only place I can find some information is in cluster/tasks but the task list returned has a limited size and is not really covering our...
  4. J

    [SOLVED] VxLan is unstable

    Thanks for the answers! Finally, I found that the issue was in IPSec. I'm not an IPSec expert so I blindly copied the configuration recommended by the documentation. But this configuration was affected by by too fast renegotiation, making the network unreliable. After some trial and error I...
  5. J

    [SOLVED] VxLan is unstable

    Hi. We have a 5 nodes Proxmox Cluster, but will be reduced t three en the next months. I have setup an internal network with SDN/VxLAN for the first time. Following the documentation advise, I'm using IPSEC for improved security. In this internal network I have deployed dnsmasq for DHCP and...
  6. J

    VxLan configuration question

    Ouch! Our brain is very good at make us see what we know. I was not even aware of the existence of this file. Now I understand better how the SDN is implemented from the definition, thanks for that :) Here you have it (node1) (node2) (node3)
  7. J

    VxLan configuration question

    Hi @spirit , thanks for your help :) Here are the files: /etc/network/interfaces: (node1) (node 2) (node 3) /etc/pve/sdn: controllers.cfg is empty zones.cfg vnets.cfg
  8. J

    VxLan configuration question

    IP's are OK. And no firewall. I checked with nmap and everything looks open.
  9. J

    VxLan configuration question

    Hi. I have a PVE 8.1.3 cluster with 3 nodes and I'm trying to build a VxLan based VNET. My nodes ares hosted at OVH, so VLAN is not an option. My understanding is that this will create a single logical subnet where all the containers are connected using a local IP. That way, I can deploy or...
  10. J

    [SOLVED] Extend a bridge to multiple nodes

    Thanks for the answers :) As far as I understand I must first upgrade to Proxmox 8.
  11. J

    [SOLVED] Extend a bridge to multiple nodes

    Hi. I'm not sure if this is possible, but it will be super cool if it is. I have a cluster with 4 nodes. In each cluster there's a bridge vmbr1 defined, not connected to the public IP. LXC are : Linked to vmbr1 bridge Using IP6 SLAAC for automatic address assignment Using avahi for name...
  12. J

    Monitoring Proxmox Backup from Icinga2

    Thanks for the pointer. I will take a look at it.
  13. J

    Monitoring Proxmox Backup from Icinga2

    Hi. My setup is made by a small 3 nodes PVE cluster, a PBS for storing backups from PVE and a second PBS syncing the main data store in the first PBS. I use Icinga2 to monitor the health of my setup. No problem monitoring PVE by using check_pve. I want to use Icinga2 to monitor the status of...
  14. J

    Use of buffers and cache

    Hi all. I have a Proxmox VE 7 deployed. We use a lot of LXC containers. I just wonder if the buffers and cache space are shared between the different containers at host kernel level or if each container has his own and cache space taken form the memory limit assigned to it. This can have a...
  15. J

    SSL issue when using ACME certificate

    Yes, I checked in the right user. I even run a find to look for any finger* file in the full system. I'm going to move to a different investigation line. I will deploy a new container from scratch so see if I can replicate the issue. Maybe there's something wrong in the already existing...