On Wed, Jun 24, 2009 at 02:05:46PM -0500, David Hoskinson wrote: > System running 2.99 heartbeat and pacemaker 1.04. Running fine in master > slave mode. However if I shut down the slave server, all the services stop > on the master until the slave comes back up, does the election and once > again starts the services on the master. This doesn't seem to be the way it > should be. Same thing if I shut the master down. Services go off line > until master is back up.
Two node cluster, one vote down, 50% is NOT majority -> single node has no quorum. Quorum policy probably says: no quorum -> stop. You need to - add more nodes (just to have a real quorum), and/or - add stonith, and/or - set quorum policy to ignore. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
