Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. J

    SSL issue when using ACME certificate

    Hi. I have found that every time the SSL ACME certificate, from Let's Encrypt, is renewed, all my scripts for automated backup and restore start to fail. The error message is If I run the command manually I get a prompt for accepting the signature change: After that, my scripts work again...
  8. J

    [SOLVED] Best way to access NFS mount from a CT

    Hi. We have a Proxmox VE with ~50 CT's running. We need to share some files between all the CT's. For that we use a NFS mount that must be mounted by all the CT's. At the beginning I opted for mounting the NFS mounts in the host and then give them as resources using the -mpX parameter. I...
  9. J

    Proxmox VE in OVH bare metal server

    Hi. Just checking if someone has gone through this situation too. I have installed Proxmox VE 7 in an OVH server using the image they offer for installation. But this issue is not using LVM-Thin nor ZFS for the local storage it defines. The are just creating a FS in all the remaining HD...
  10. J

    [SOLVED] No quorum error

    Hi all. I was having a cluster composed by two VE servers. One of the servers suffer a HD problem and died. Now I'm blocked in a lot of operation wit error "cluster not ready - no quorum?" I have replaced the HD in the failing cluster and reinstalled proxmox, but when trying to join the...
  11. J

    Launching backup in Proxmox VE 6.4-13 increases server load and makes containers to stutter

    Hi. I have a single VE server deployed (48 x AMD EPYC 7451 24-Core Processor, 258Gb RAM, 2x4TB SATA drives mirror by lvm). This VE runs 36 LXC containers. I store my backups in a separate Proxmox Backup Server. When I launch a backup for a single CT, system load goes from 4/5 to 62 for the...
  12. J

    [SOLVED] Wildcards in backup starting time schedulig

    Hi. I have a Proxmox VE 6.4-13 host. There's a group of CTs for what I want to have a backup run every 30 minutes. AFAIK, is not possible to configure that in a single backup job line. The scheduler only allows to specify one single starting time. That leaves me with only the option to...
  13. J

    Backup jobs taking too much hd bandwidth

    Hi. My setup includes a Proxmox VE 6.4-13 server and a Proxmox Backup server 2.1-5. In both machines are sata drives, due to budget constraints. I have deployed a container with PostgreSQL with 30 databases and 30 containers with Tomcat and a custom made application. We are using this setup...