On Nov 24, 2010, at 9:56 AM, Robinson, Eric wrote: > I performed a "power-plug-pull" test on my newest cluster and it failed > over as expected. However, when I restored power to the "failed" node, > the resources failed back. I don't understand why this happened since I > have resource stickiness set. > > There are three nodes in the cluster. I pulled the plug in node ha07b > and resource g_clust05 failed over to node ha07c just like it should. > But when I restored power to ha07b, the resource failed back. (Well, > almost. DRBD did not successfully fail back and both nodes ended up in a > secondary / standalone state.) > > Shouldn't the resource stickiness have kept the resource on the node > ha07c?
Not if you have this in your config: > location cli-prefer-g_clust04 g_clust04 \ > rule $id="cli-prefer-rule-g_clust04" inf: #uname eq > ha07a.mydomain.com > location cli-prefer-g_clust05 g_clust05 \ > rule $id="cli-prefer-rule-g_clust05" inf: #uname eq > ha07b.mydomain.com Cheers, Vadym _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
