On 7/19/07, Adrian Chapela <[EMAIL PROTECTED]> wrote: > Below is my config. There I have a attribute mysql_is_running which is > assigned to a value different than 0 to move a resource group to another > node. > > My problem is the next. I actived the default_resource_stickiness and > default_resource_failure_stickiness but now the resource group changes > to another node on the startup. > I startup Heartbeat on portatil. All the resources execute in portatil. > Then I start Heartbeat on semsor10 and then the resource group moves to > semsor10, then to portatil and finally remains in semsor10. What am I > doing wrong ?? I can't understand anything.
the default value of default_resource_stickiness is 0. this tells the cluster "move resources where-ever you think best". if thats not what you want, you need to set a different value. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
