Search results

  1. K

    New Primary Node

    I ended up separating node2, and cleaning up the corosync files afterwards. Thanks for the advise Benedikt, worked like a charm :)
  2. K

    New Primary Node

    Thanks, that explains. I was about to remove node1, as described in the docs (but couldn't login - obviously). Is it possible to break the cluster and continue with node2 only?
  3. K

    New Primary Node

    Hi, I'm trying to retire my old "primary" node (node1), but as soon as I take it offline, I cannot login to the second node (node2) on the WebUI. I have moved everything from node1 to node2, and the plan is to setup a new node (node3), when node1 is retired. Shouldn't this be possible, and if...
  4. K

    Backups and IO delay

    The server is running ZFS (RAID 1) on two ordinary HDD's 2 x 10TB (64GB RAM & 8 core CPU) The backup here is a single VM totaling 200GB. Are these high IO delays expected, or do I have a driver issue?
  5. K

    Bridge + NAT + Firewall

    Hi, I have some problems getting the LXC firewalls managed by Proxmox to work. This is my pve setup: auto lo iface lo inet loopback iface enp9s0 inet manual auto vmbr0 iface vmbr0 inet static address xxx.xxx.xxx.227/32 gateway xxx.xxx.xxx.193 bridge-ports enp9s0...