Recent content by krzysiexp

  1. K

    Adding service to Web GUI

    I want to add my own systemd services to start it by GUI. Is there any diffrence what type of service I want to add?
  2. K

    Adding service to Web GUI

    Hi! Is there any way to add own service to System tab in GUI?
  3. K

    Proxmox HA - 50% nodes online quorum

    So in conclusion: it can't be done without additional Proxmox node?
  4. K

    Proxmox HA - 50% nodes online quorum

    Ok, I understand this. Is there any way else to have a quorum without additional Proxmox node? For example will fencing with cisco switch do the job?
  5. K

    Proxmox HA - 50% nodes online quorum

    Hi! I have 4 nodes cluster. I want to have a quorum when two of them are offline. I tried setting auto_tie_breaker in corosync.conf and corosync-quorumtool -e 2 but both methods didin't work. How to configure that? And another question, why changing corosync.conf after creating cluster with...
  6. K

    Proxmox HA - turning off mashine when one node is down

    Thanks for help I wrote a simple script And it works :)
  7. K

    Proxmox HA - turning off mashine when one node is down

    Thanks for reply Is there any better command to check how many nodes are online than "ha-manager status"?
  8. K

    Proxmox HA - turning off mashine when one node is down

    Hi! I have 4 nodes Proxmox cluster. VM on that nodes are HA managed: node1: 2x prod VM node2: 1x prod VM node3: 1x prod VM node4: 1x test VM I want to turn off the test VM when any of nodes is down to free resources for production VM's. Is there any way to configure this?