Some background: on Linux HA, resources and groups have scores, i.e. score=(preference + stickness - failure stickness*fail counter). When a backup node has score greater than that of the current node, the resource will move to the backup node.
I need to check, for a given resource/node, if that score is negative.
It is easy to get fai...
I can get resource score with something like this:
ptest -L -s -VV 2>&1 | grep "_color: resource.node"
but for groups this seems to get me "0" even if a resource in a group has failed enough times to get the group move to another node.
How can I get score for groups?
Thanks!
...
when using this code:
<div class="menu">
<ul id="mainnav">
<li><h2><a href="dir1/" >AAAAA</a></h2>
<ul>
<li><a href="dir1/xxx.php"><h3>xxx</h3></a></li>
<li><a href="dir1/xxx2.php"><h3>xxx2</h3></a></li>
<li><a href="d...