[Linux-HA] Bug: GUI changes things it (imho) should not change

Dominik Klein dk at in-telegence.net
Thu Jun 28 07:43:03 MDT 2007


Hi

I used the pingd rsc_location from

http://www.linux-ha.org/pingd

<rsc_location id="my_resource:connected" rsc="my_resource">
   <rule id="my_resource:connected:rule" score="-INFINITY" boolean_op="or">
     <expression id="my_resource:connected:expr:undefined"
       attribute="pingd" operation="not_defined"/>
     <expression id="my_resource:connected:expr:zero"
       attribute="pingd" operation="lte" value="0"/>
   </rule>
</rsc_location>

Now I wanted to play with it a little bit and used the GUI to change 
value from "0" to "2". This ended up in a rsc_location constraint which 
did not have the boolean_op="or" option. It had no such option set so it 
used the default "and" (instead of "or" before).

As I am not a programmer and I do not read the DEV-list, I wanted to at 
least let you know that this is kind of a problem and not easy to debug 
why the constraint does not work any more after changing it with the GUI.

Regards
Dominik


More information about the Linux-HA mailing list