Re: [Linux-ha-dev] sfex

2008-06-18 Thread Xinwei Hu
I'm the one who opposed sfex in the previous discussion. My point was simple that: check-and-reserve on disk is not an atomic CAS operation. and lock based on that may silently cause data corruption. """ I haven't follow the evolution of sfex though, so things might have been changed. Just

Re: [Linux-ha-dev] sfex

2008-06-18 Thread Keisuke MORI
Hi Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi Keisuke-san, > > On Tue, Jun 17, 2008 at 05:33:52PM +0900, Keisuke MORI wrote: >> Dejan, >> >> Thank you for taking care of it. >> >> Yes, NTT is very glad and agrees to include sfex into the >> heartbeat repository! >> >> Dejan Muhamedagic

[Linux-ha-dev] ha_logger.c, why log_prio limited only to LOG_INFO and LOG_DEBUG ?

2008-06-18 Thread Joe Bill
> if (strcmp(logtype, "ha-log") == 0){ >priority = LOG_INFO; > } else if (strcmp(logtype, "ha-debug") == 0){ >priority = LOG_DEBUG; > }else{ >goto err_exit; > } Can anybody give the reason why ha_logger.c limits log_prio to only LOG_INFO and LOG_DEBUG ? Instead of modifyi

[Linux-ha-dev] HA logging daemon, syslog ha.cf ha_logd.cf in Linux-HA documentation

2008-06-18 Thread Joe Bill
The online Linux-HA documentation regarding "HA logging" appears confusing and misleading to me on several occasions, noticeably caused by describing the HA logging broker (http://www.linux-ha.org/GettingStartedV2) as some syslog-like logging demon in http://www.linux-ha.org/GettingStartedRevise

[Linux-ha-dev] What best name for the Heartbeat v2 log daemon ?

2008-06-18 Thread Joe Bill
Sorry for the previous post. Some javascript popped a window and made me hit return which the draft-mail window took for a "send-mail". In many pages of the Linux-HA documentation, we can find repeatingly either expressions "HA logging daemon" or "Heartbeat logging deamon", for what http://www.l

[Linux-ha-dev] What best name for the Heartbeat v2 log daemon ?

2008-06-18 Thread Joe Bill
In many pages of the Linux-HA documentation, we can find repeatingly either expressions "HA logging daemon" or "Heartbeat logging deamon", for what http://www.linux-ha.org/GettingStartedV2 describes as a "logging broker" that "makes the synchronous calls on behalf of its clients." For the sake o

Re: [Linux-ha-dev] What best name for the Heartbeat v2 log daemon ?

2008-06-18 Thread Andrew Beekhof
On Wed, Jun 18, 2008 at 18:44, Joe Bill <[EMAIL PROTECTED]> wrote: > In many pages of the Linux-HA documentation, we can find repeatingly either > expressions "HA logging daemon" or "Heartbeat logging deamon", for what > http://www.linux-ha.org/GettingStartedV2 describes as a "logging broker" that

[Linux-ha-dev] fixed some bugs in hbagent

2008-06-18 Thread Satomi Taniguchi
Hi, I fixed some bugs in hbagent. This patch is for Heartbeat2.1stable-dev(0e53afc9c19f) and PacemakerPythonGUI-dev(93555986c6c2). The patch's roles are: 1) modify arguments of decode_transition_magic() according to changing the function's specification. 2) modify to always execute walk_ift