Search results

  1. H

    Backup job stuck, doing nothing...

    Hello, I have a cluster and one of the nodes is a ZimaBoard. Everything runs fine, but when I try to do a backup of my CT the backup job is stuck and nothing is happening. It doesn't matter if the backup storage is the local SSD or a NFS or PBS - same behaviour. Example: Node name: "darwin"...
  2. H

    detect failover of VMs and containers

    What is the best way to detect a cluster failover, meaning that my replicated VMs get started on another node? In /var/log/syslog I found the following maybe relevant messages, but don't know on which message to look after: May 27 17:10:22 bohr corosync[2084]: [MAIN ] Completed service...
  3. H

    2 node cluster with quorum - access to WebUI

    I currently have a 2 node cluster with one quorum device set up. In terms of high availability of the VMs, everything works fine when powering off one node. The only thing that I see in that failure event is that the WebUI of the second (available) node is not showing any content anymore. Is...
  4. H

    backup explorer

    Hello, is there an easy way - beside downloading the backup file to the local hdd - how to open backups, search for specific files, export single files inside the backup, etc. ? best regards
  5. H

    [SOLVED] PVE Console behind NGINX Reverse Proxy

    Hello, I hope this is the correct sub-forum. I want to get the PVE console (NoVNC) working in combination with an NGINX reverse proxy. My current NGINX conf is: user nginx; worker_processes 1; error_log /var/log/nginx/error.log debug; events { worker_connections 1024; } http {...