Recent content by Haider

  1. H

    VM fails to start after HA failover

    I have 4 node cluster running 5.1 VM. This is first time that it has happened, one of the VM when it failed over to second node on power failure it didnt turn back on. Here is the error message when I try to start it kvm: -drive...
  2. H

    5.1 HA Cluster failed on single node failure

    Just dropping a confirmation. That 3/2 pool did fix it. Thanks.
  3. H

    5.1 HA Cluster failed on single node failure

    Oh I see, I though that option was for nested virtualization. Thanks for clarifying and all your help.
  4. H

    5.1 HA Cluster failed on single node failure

    Thank you for your guidance. I have changed it to 3/2. About -machine 'accel=tcg' option, Where do I change to get better performance, Can I do it in production, will it have impact on existing VMs ?
  5. H

    5.1 HA Cluster failed on single node failure

    Ceph status was unhealthy with all sorts of warning. My vms can migrate and work fine if I do it manually but in this scenario that didn't happen. Sorry for my ignorance but where do I change this option ? -machine 'accel=tcg' What is recommended Pool size and how can I change existing...
  6. H

    5.1 HA Cluster failed on single node failure

    Hello all, I have a 4 node cluster with multiple OSDs, 9 for each node. I have pool set for 2/2. Recently one of the node (master) failed. All vms migrated to node2 but none of them came up. More strangely my vm on node4 and node4 also stopped working. I must have some huge mistake in my...
  7. H

    Proxmox 5.1 4 Node HA Cluster

    Hello experts, I am having this problem not 4th time in same month, my master node in 4 node cluster goes down and even though I have HA setup and nodes migrate but vms are still not reachable. Also is there any way I can also find reason why this is happening. I had to manually hard power...
  8. H

    Proxmox 5.1 2 Node HA Cluster

    I successfully reinstalled Proxmox on cluster 1 nodes and added them to cluster 2. Some commands that helped just for reference after adding node to cluster Ceph should be installed prior to joining the cluster sgdisk -Z /dev/sdb (For Ceph Disk) pveceph createosd /dev/sdb After adding the...
  9. H

    Proxmox 5.1 2 Node HA Cluster

    I do want to do that but problem is I am remote and DC is in another state and I don't entrust installation and configuration part to locals. I have read "pvecm expected 1" could help me bypass the quorum problem. Is that true ? I would love to do it all remotely without losing my Public IPs...
  10. H

    Proxmox 5.1 2 Node HA Cluster

    Will this guide or node removal and adding to cluster 2 work for my setup. https://pve.proxmox.com/wiki/Cluster_Manager#_remove_a_cluster_node
  11. H

    Proxmox 5.1 2 Node HA Cluster

    Hey Klaus, Thanks for detailed explanation and setup. I think I would go with your suggestion of putting all 4 nodes in 1 cluster. Both clusters have separate CEPH although its same local network. What would be best way to destroy cluster 1 and merge it to cluster 2. I already have VMs that...
  12. H

    Proxmox 5.1 2 Node HA Cluster

    Last night when I node failed I checked the other node it said something about waiting for Quorum. I had to manually power cycle 1st node bring cluster and VMs back up.