The default value for stonith-enabled is true. If you however do not
have a stonith device, that will give you an endless loop of
unsuccessfully trying to shoot the other node before doing anything else
to the resources the dead node was running.

try

crm configure property stonith-enabled=false
crm configure property no-quorum-policy=ignore

Be warned though! Your cluster should not go into production like this!

David Hoskinson wrote:
> Im sorry this is maybe where my knowledge is lacking.  I don't have the
> hardware for a third node, but I understand your reasoning....
> 
> Don't understand how to add stonith and haven't found a good document for
> that... I also get No STONITH resources have been defined when I do a
> crm_verify -LV
> 
> Don't know how to set quorom policy to ignore.
> 
> Which of the last 2 would you suggest, and where to look for info on how to
> do it.
> 
> thanks
> 
> 
> On 6/24/09 3:26 PM, "Lars Ellenberg" <[email protected]> wrote:
> 
>> 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.
> 
> 
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
> 

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to