On 7/18/07, Adrian Chapela <[EMAIL PROTECTED]> wrote:
Hello,I am reading list and documentation but I don't understand resource_stickiness, default_resource_stickiness , default_resource_failure_stickiness. I think that with default_resource_failure_stickiness I could do wich I want. I want: 1.- When a resource fails, moves to another best suitable node 2.- When the "master node" comes up again, the failed resource must be in the secondary node.
then you want: default_resource_failure_stickiness=-INFINITY (if it fails, move immediately), and default_resource_stickiness=INFINITY (dont move it unless it fails or the node is shutting down or similar)
To do that I configure in cib the next: default_resource_failure_stickiness=-INFINITY -> with this the resource doesn't execute in any node.
has it failed once on every node? you'll need to clear out the failcount before it will be allowed to run there again
How can do that ?? I read this email: "I read somewhere in the list that the score of a total group is the score multiplied by the count of the members in that group. (Can't find an information about that in the docu and why it is like that), as far as I can remember. So, in your case you have default_resource_stickiness =500 and default_resource_failure_stickiness=-100. That means: 500*3 =1500, 1500/abs(-100)=15. " I my case, I have two resources and a rule to assign a score to the resource group. The resource is 200. need I to assign default_resource_failure_stickiness to a -400 value ?? I tested it and happens the same, the resource goes back to the master node. What can I do ?? I want permit only one fail on one resource. Best regards, Adrián! _______________________________________________ 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
