[Linux-ha-dev] attrd and repeated changes

2011-10-20 Thread Philipp Marek
Hello, when constantly sending new data via attrd the changes are never used. Example: while sleep 1 do attrd_updater -l reboot -d 5 -n rep_chg -U try$SECONDS cibadmin -Ql | grep rep_chg done This always returns the same value - the one that was given with more than 5 seconds

Re: [Linux-ha-dev] Stonith turns node names to lowercase

2011-10-20 Thread Alan Robertson
On 10/19/2011 04:11 AM, Lars Marowsky-Bree wrote: On 2011-10-18T12:40:40, Florian Haasflor...@hastexo.com wrote: g_strdown(nodecopy); Is there a reason for this ? I suppose Dejan will accept a patch making this configurable. Please, no. We fence by hostname; hostnames are case

Re: [Linux-ha-dev] attrd and repeated changes

2011-10-20 Thread Alan Robertson
On 10/20/2011 03:41 AM, Philipp Marek wrote: Hello, when constantly sending new data via attrd the changes are never used. Example: while sleep 1 do attrd_updater -l reboot -d 5 -n rep_chg -U try$SECONDS cibadmin -Ql | grep rep_chg done This always returns the same