Search results

  1. M

    [SOLVED] PVE+PBS node in remote location

    Aight, lovely. Thanks! I believe only /etc/pve has to be backed up as it has all the config files for the cluster, correct?
  2. M

    [SOLVED] PVE+PBS node in remote location

    Less than 40ms when pinging the remote directly. I'm expecting ~50ms with IPSec overhead Exactly
  3. M

    [SOLVED] PVE+PBS node in remote location

    Hello, We're looking to setup a Proxmox node responsible mostly for storing backup copies of VMs and LXCs and testing them. Is it a good idea to connect a remote node to a cluster over VPN? No Ceph nor Live VM migration will be used. In theory both Corosync and PMXCFS should work?
  4. M

    [SOLVED] Large delay on "pvecm status", webui unresponsive, node failed to rejoin cluster

    Got it, Shutting down corosync service on all nodes, stopping pve-cluster service, lazy umounting /etc/pve on affected machines and restarting pve-cluster fixed the issue that happened after reconnecting the borked node. I'll have to check whether this issue was caused by the new node taking...
  5. M

    [SOLVED] Large delay on "pvecm status", webui unresponsive, node failed to rejoin cluster

    Hello, The story: Node hard crashes due do motherboard-related failure We setup a new node and move all lxc containers and vms with "mv /etc/pve/nodes/{old-node}/lxc/* /etc/pve/nodes/{new-node}/lxc" and "mv /etc/pve/nodes/{old-node}/qemu-server/* /etc/pve/nodes/{qemu-server}/lxc" Everything is...
  6. M

    Replacing sendmail with a webhook wrapper

    Hello, We are moving most of our internal notifications from e-mail to Microsoft Teams, and we want to integrate Proxmox with it. Modifying [pve-common.git] / src / PVE / Tools.pm i.e. PVE::Tools:sendmail would require forking the repo and I'm not really feeling confident managing the repo...