Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170790

PVE 3.1 & Cluster with fencing

$
0
0
Hi,

I have installed two servers with proxmox pve 3.1 and have configurate them with HA disponibility with a fence device (APC).
All works fine, the servers can communicate with fence device...

But, because there is a but lol, when some VM are in HA mode and a server crash, the second server reboot the crashed server. OK
When the crashed server reboot and start, he reboot the other server ^o), and take the VMs.
When the rebooted server start, he reboot the other server.
And they constantly restart.

My configuration of cluster :
Code:

<?xml version="1.0"?><cluster config_version="155" name="server-clust1">
  <cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
  <fencedevices>
    <fencedevice agent="fence_apc" ipaddr="x.x.x.x" login="xxxx" name="apc" passwd="xxxx"/>
  </fencedevices>
  <clusternodes>
    <clusternode name="server-1" nodeid="1" votes="1">
      <fence>
        <method name="power">
          <device name="apc" port="1" secure="on"/>
        </method>
      </fence>
    </clusternode>
    <clusternode name="server-2" nodeid="2" votes="1">
      <fence>
        <method name="power">
          <device name="apc" port="2" secure="on"/>
        </method>
      </fence>
    </clusternode>
  </clusternodes>
  <rm/>
</cluster>

Thanks for your help !
Gigi

Viewing all articles
Browse latest Browse all 170790

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>