On 8/26/07, Reza Behroozi <[EMAIL PROTECTED]> wrote: > Hi > I have 3 node and all of them is online ...i have problem when 2 node become > offline then last node do not start resource > what's the problem?
If less than half of your nodes are online, your cluster looses its quorum .... the default no_quorum_policy is to stop all resources. Unless you change the quorum_policy to ignore I think there is no way to get the resources started on the last remaining node. > and another Q: > what's "current DC" on crm_mon? The current 'Designated Coordinator' is responsible for resource allocation across the cluster ... this is the 'chief' of all nodes which decides what to do in case of changes in the cluster .... http://www.linux-ha.org/DesignatedController Regards, Andreas > thanks > _______________________________________________ > 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
