On Thu, Oct 1, 2015 at 5:54 PM, Vijay Partha <[email protected]> wrote: > For example. Lets have a cluster of 2 nodes node A and node B. Say on node A > i have resource A running. If node A goes down i dont want the resource A to > start on node B. >
Do you want it temporary (e.g. during maintenance) or permanently? Permanently you can define constraints. Temporary you can set is-managed to false for resources on this node (do not forget to undo it later). Or set global maintenance mode (but this affects all resources on all nodes). > On Thu, Oct 1, 2015 at 8:18 PM, Andrei Borzenkov <[email protected]> > wrote: >> >> On Thu, Oct 1, 2015 at 5:30 PM, Vijay Partha <[email protected]> >> wrote: >> > Hi, >> > >> > I want to know how to disable failover. If a node undergoes a failover >> > the >> > resources running on the node should not be started on the other node in >> > the >> > cluster. How can this be achieved. >> > >> >> What exactly "node undergoes failover" means? Nodes do not failover - >> resources may fail over between nodes. >> >> _______________________________________________ >> Users mailing list: [email protected] >> http://clusterlabs.org/mailman/listinfo/users >> >> Project Home: http://www.clusterlabs.org >> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf >> Bugs: http://bugs.clusterlabs.org > > > > > -- > With Regards > P.Vijay > > _______________________________________________ > Users mailing list: [email protected] > http://clusterlabs.org/mailman/listinfo/users > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://bugs.clusterlabs.org > _______________________________________________ Users mailing list: [email protected] http://clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
