Marc schrieb: > This works: > > > - Start with resource group on main node, backup node is DC > - Migrate resource group to backup node using crm_resource -M -r <grp> -H > <backup node name> > > I now see all the resources running on the backup node as expected. > > Next I stop heartbeat on the main node (I want to perform maintenance). > Heartbeat allows this to happen. Moments after it's gone though, the log > shows that it has lost quorum and stops the resources that are running on > the backup node. > > The total number of nodes in the cluster is 2. I guess we'll never have > quorum if one of the nodes is down. I wouldn't expect resources to be > released in this scenario though. What is the right thing to do here? > Do I need to run a quorumd server?
No. Just set <nvpair id="no_quorum_policy" name="no_quorum_policy" value="ignore"/> in crm_config. Quorum cannot work in 2-node cluster2. Or you need to set up a quorum server indeed. By the way: Does the quorumd work again? Or is it still broken? Michael. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
