[Linux-ha-dev] [PATCH] pgsql resource improvement

2006-08-15 Thread Keisuke MORI
the default of PostgreSQL init.d script which comes with RedHat is also /dev/null. The patch is against 2.0.7. I would appreciate if it is incorporated into the future release. Sincerely, Keisuke MORI NTT DATA Intellilink Corporation Inde

Re: [Linux-ha-dev] Re: [PATCH] pgsql resource improvement

2006-08-15 Thread Keisuke MORI
, would be to create a > files as root and run chown then. I'll prepare a patch later id > somebody else won't beat me. Yeah, I also thought that idea, but I wondered what the group would be. Anyway, either approach is OK for me. Lars, Horms, Thank you for your comments and app

[Linux-ha-dev] Heartbeat API for Version 2 ?

2006-08-22 Thread Keisuke MORI
t it can be used widely by variant users... Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] Heartbeat API for Version 2 ?

2006-08-22 Thread Keisuke MORI
CRM library is different or not. I think I can use CLIs and XML/DTD as an API. Thanks, > > On 8/22/06, Keisuke MORI <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I'm looking for APIs to obtain V2 nodes/resources information >> from my application. I assu

Re: [Linux-ha-dev] Heartbeat API for Version 2 ?

2006-08-23 Thread Keisuke MORI
nsistent policy in one project. > Of course, I still hold hope that persuasion might hold out, and he > might be convinced to license these library interfaces under the LGPL. > And I also prefer that all libraries are under LGPL. Thanks, -- Keisuke MORI NTT DATA Intellilink Corporat

Re: [Linux-ha-dev] thoughts about library naming conventions

2006-08-24 Thread Keisuke MORI
ot sure how big the impact is for the library in question. I hope it helps. BTW, if this topic came up from my post about the license, it is not an urgent issue for me. sorry if I confused you. Thanks, Keisuke MORI NTT DATA Intellilink Corporation __

[Linux-ha-dev] RPM install does not create hacluster user correctly on RedHat

2006-11-15 Thread Keisuke MORI
tory by default. - '-M' option is available if you don't want to create it. - ref. http://rpmfind.net/linux/rpm2html/search.php?query=shadow-utils I hope it helps. Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 12246952c083 heartbeat.spec.in --- a/hear

Re: [Linux-ha-dev] IPaddr in -dev does not work

2006-11-22 Thread Keisuke MORI
not necessary, as there was no such check in 2.0.7... - a variable name is obviously wrong for SunOS at add_interface(): L500 (I haven't test it though) - leave some info logs as 2.0.7 rather than using echo at L512. >> My environment is: >> >> OS: RedHat ES4 Upd

Re: [Linux-ha-dev] IPaddr in -dev does not work

2006-11-26 Thread Keisuke MORI
ho at L512. > > included > > > latest patch is http://hg.beekhof.net/lha/crm-stable/rev/026bab6b8384 Great! I tried this version and confirmed that everything works fine (with specifying netmask in the dot notation). Thank you for your help! -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] RPM install does not create hacluster user correctly on RedHat

2006-11-26 Thread Keisuke MORI
installed on the systems already, > so that /var/lib/heartbeat/cores/ exists prior to installing the > package. > > The patch works ok for us. Will it be applied to the development branch? > > > On Wed, Nov 15, 2006 at 10:06:48PM +0900, Keisuke MORI wrote: >> Hi, >

Re: [Linux-ha-dev] IPaddr in -dev does not work

2006-11-28 Thread Keisuke MORI
ed value. # We cant do this because netmask used to take the CIDR form... #elif [ x$tmp != x${OCF_RESKEY_netmask} ]; then - Modified the description in meta_data so that it reflects the specification to avoid confusion. Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r f220e888f07d r

[Linux-ha-dev] Filesystem RA for V1 in -dev does not work

2006-12-20 Thread Keisuke MORI
`;;' /etc/ha.d/resource.d/Filesystem: line 58: `export OCF_RESKEY_fstype;;' Beside this, it wrongly calls OCF IPaddr RA at last. The attached patch will fix them. Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 171967143fa0 resources/heartbeat/Filesystem.in --- a

Re: [Linux-ha-dev] IPaddr in -dev does not work

2006-12-20 Thread Keisuke MORI
is >> specified in. Path of least surprise and so on. >> >> I've got to run off now, can you make that fix and check that it works >> please? > > sure I confirmed that all my problems are resolved with the latest -dev. Thank you for fixing them! -- Keisuke MORI NTT

Re: [Linux-ha-dev] Filesystem RA for V1 in -dev does not work

2006-12-21 Thread Keisuke MORI
assign an IP address instead of mount:-) > > On 12/20/06, Keisuke MORI <[EMAIL PROTECTED]> wrote: >> Just my two cents... >> >> Filesystem RA for V1 (native heartbeat RA) in the current -dev tree >> fails with the following error: >> >> [EMAIL PROTEC

Re: [Linux-ha-dev] Announcing! Release 2.0.8 of Linux-HA is now available!

2007-01-12 Thread Keisuke MORI
itory, but the problem arises when doing 'make rpm' from the tar ball. I'm working on RedHat 4. Maybe some files are missing for the tar ball. Thanks, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@

[Linux-ha-dev] pgsql RA improvements

2007-02-23 Thread Keisuke MORI
complete to shutdown can be customized by an additional parameter 'stop_wait. The attached patch is for the latest -dev. Regards, Keisuke MORI NTT DATA Intellilink Corporation diff -r 7dbd2d974acc resources/OCF/pgsql.in --- a/resources/OCF/pgsql.in Mon Feb 19 15:25:07 2007 +0100 +

Re: [Linux-ha-dev] pgsql RA improvements

2007-02-25 Thread Keisuke MORI
stead of spreading the same code all >> around the script. I'd like to review the idea and prepare another >> patch if everybody is agree. Yes, using the same monitor function would be better. I didn't do that just because it will dump many logs every seconds when i

Re: [Linux-ha-dev] pgsql RA improvements

2007-02-25 Thread Keisuke MORI
t;> patch if everybody is agree. >> >> Yes, using the same monitor function would be better. >> I didn't do that just because it will dump many logs every >> seconds when it takes time to start. >> It is OK if you don't mind it. >

Re: [Linux-ha-dev] trouble building 2.0.8 RPM from tarball

2007-03-06 Thread Keisuke MORI
>> Unfortunately, I can't find any archive where his issue is addressed. :/ My workaround is this: # touch tsa_plugin/ha_mgmt_client.i # touch tsa_plugin/ha_mgmt_client_wrap.c # ./ConfigureMe rpm (with options you want) http://www.gossamer-threads.com/lists/linuxha/users/36629#36629

Re: [Linux-ha-dev] trouble building 2.0.8 RPM from tarball

2007-03-11 Thread Keisuke MORI
Keisuke MORI <[EMAIL PROTECTED]> writes: > Brian Reichert <[EMAIL PROTECTED]> writes: >> On Tue, Mar 06, 2007 at 03:51:28PM -0500, Brian Reichert wrote: >>> I'm running into the same problem as is this fellow: >>> >>> >>> <htt

[Linux-ha-dev] Proposed fixes for release 2.1.1

2007-07-17 Thread Keisuke MORI
appreciate if those fixes would be in the next release. Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux

[Linux-ha-dev] Proposed fixes for release 2.1.1

2007-07-17 Thread Keisuke MORI
d from the official web site. As for #1540, it was closed but I reopened it because it still seems having a problem. I would appreciate if those fixes would be in the next release. Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Li

Re: [Linux-ha-dev] Proposed fixes for release 2.1.1

2007-07-18 Thread Keisuke MORI
candidate. We will report you if something "interesting" happened. Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] crm_resource in 2.1.1 prints info messages

2007-07-19 Thread Keisuke MORI
r own attribute values and rules. In that case the messages is logged every 10 seconds for example :-( We might also use crm_resource to run periodically for monitoring from another system administration tool. How about changing the log level for this message down to debug level? Thanks, Keisuke M

[Linux-ha-dev] Bug 1655 crmd stucks in S_TERMINATE when pengine was killed

2007-07-20 Thread Keisuke MORI
2.0.8 first and then it seemed to be solved with the dev version, so we really have been longing and waiting for the fix is in the official release. Is there any chance to fix this bug very soon? Regards, Keisuke MORI NTT DATA Intellilink Corporation

[Linux-ha-dev] Re: Bug 1655 crmd stucks in S_TERMINATE when pengine was killed

2007-07-23 Thread Keisuke MORI
with the most > important of my suggestions. This is great. We will continue to do our testing anyway, and I believe we can help you guys better along with the release schedule once such the release methodology is getting more clear. Thanks you very much. Keisuke MORI NTT DATA Intellilin

[Linux-ha-dev] -dev compilate error (raexecocf.c)

2007-08-30 Thread Keisuke MORI
h would be needed along with the changeset. Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r a47dd11d40ef lib/plugins/lrm/raexecocf.c --- a/lib/plugins/lrm/raexecocf.c Thu Aug 30 22:54:48 2007 +0200 +++ b/lib/plugins/lrm/raexecocf.c Fri Aug 31 15:25:09 2007 +0900 @@ -37,6 +37,9 @@

[Linux-ha-dev] [Bug 1722] First item in a group is not stopped when the second fails (and can't be migrated)

2007-10-29 Thread Keisuke MORI
change in the near future") I'm also wondering how anybody else configures about this behavior. Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

[Linux-ha-dev] enabling valgrind option

2007-10-29 Thread Keisuke MORI
Hi, The attached patch is needed to enable the valgrind option. Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 8b07ee716560 heartbeat/config.c --- a/heartbeat/config.c Thu Oct 25 10:05:45 2007 +0200 +++ b/heartbeat/config.c Mon Oct 29 18:11:47 2007 +0900 @@ -2542,7 +2542,7

Re: [Linux-ha-dev] [Bug 1722] First item in a group is not stopped when the second fails (and can't be migrated)

2007-10-29 Thread Keisuke MORI
se it is just simple and intuitive for users. And I believe that the most of commercial HA software would also behave like this (at least in the typical usage). Our costomers are considering to migrate from a commercial HA software to heartbeat, and all of them expect to behave like this so far

[Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-10-30 Thread Keisuke MORI
0==by 0x804AF1B: main (hbagent.c:1382) 8<8<8<----8<8<8<8< -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 8b07ee716560 lib/hbclient/client_lib.c --- a/lib/hbclient/client_lib.c Thu Oct 25 10:05:45 2007 +0200

Re: [Linux-ha-dev] [PATCH] Proposal SNMP subagent extention for CRM resources

2007-11-15 Thread Keisuke MORI
Dejan, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi, > > On Fri, Nov 09, 2007 at 03:12:29PM +0900, Keisuke MORI wrote: >> Hello all, >> >> I would like to propose an extention for the SNMP hbagent >> so that it can handle the CRM resource informa

Re: [Linux-ha-dev] [PATCH] Proposal SNMP subagent extention for CRM resources

2007-11-15 Thread Keisuke MORI
hear more, particularly about what kind of information is needed from whom really wants to use the SNMP agent. Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-11-18 Thread Keisuke MORI
Dejan, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi, > > On Tue, Oct 30, 2007 at 08:53:54PM +0900, Keisuke MORI wrote: >> Hi, >> >> I've been testing the heartbeat with valgrind enabled, >> and found that it reported a couple of leaks whic

[Linux-ha-dev] [Q] group resources and unmanaged status

2007-12-07 Thread Keisuke MORI
anaged or unmanaged. My SNMP subagent has a minor problem for displaying the status of an unmanaged group resource and I'm now looking into how should I fix it. Thanks, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-

Re: AW: [Linux-ha-dev] Call for testers: 2.1.3

2007-12-07 Thread Keisuke MORI
"; then # >> maybe, here ##### >> +if test "x${CIMOM}" = "x"; then >> +if test "x${CIMOM}" = "x"; then >> >> I attached the configure.log >> > > fyi: I was able to build the rpms on RedHat AS 4 without any problems. The error above should occur only when tog-pegasus packages has been installed on your RedHat. I thought that tog-pegasus is installed by default on RedHat ES 4... -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] [Q] group resources and unmanaged status

2007-12-07 Thread Keisuke MORI
Andrew Beekhof <[EMAIL PROTECTED]> writes: > On Dec 7, 2007, at 11:56 AM, Keisuke MORI wrote: > >> Andrew, >> >> Can I ask a question about the internal status of the PE? >> >> My SNMP subagent code is using cluster_status(pe_working_set_t) >>

[Linux-ha-dev] [PATCH] SNMP subagent syslog fix

2007-12-11 Thread Keisuke MORI
ch is hard-coded. This is not good. This patch can be applied solely (i.e. independent from the SNMP extention for V2), so please consider including this patch into 2.1.3. Regards, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 0890907b816f snmp_subagent/hbagent.c --- a/snmp_subagent/hbag

Re: [Linux-ha-dev] [PATCH] SNMP subagent syslog fix

2007-12-11 Thread Keisuke MORI
Hi, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi, > > On Tue, Dec 11, 2007 at 08:26:52PM +0900, Keisuke MORI wrote: >> Hi, >> >> The attached patch fixes the SNMP subagent so that >> it obeys the syslog policy of heartbeat; 1) use logd if it's &

[Linux-ha-dev] [PATCH] SNMP subagent fixes for 2.1.3

2007-12-18 Thread Keisuke MORI
. (This one is the same one as I posted here at http://www.gossamer-threads.com/lists/linuxha/dev/0 ) These should be needed if the SNMP extention is going to be included in 2.1.3. I hope it isn't too late... Regards, Keisuke MORI NTT DATA Intellilink Corporation diff -r b7dd4d1

Re: [Linux-ha-dev] [PATCH] Process monitor daemon

2008-01-22 Thread Keisuke MORI
Hi Lars, thank you for your comments. Lars Marowsky-Bree <[EMAIL PROTECTED]> writes: > On 2008-01-16T18:48:06, Keisuke MORI <[EMAIL PROTECTED]> wrote: > >> Hello all, >> >> We have developed a new feature that detects a process failure directly >> to

Re: [Linux-ha-dev] [PATCH] Process monitor daemon (revised)

2008-04-14 Thread Keisuke MORI
<[EMAIL PROTECTED]> writes: > On 2008-02-27T20:39:13, Keisuke MORI <[EMAIL PROTECTED]> wrote: > > Hi Keisuke-san, > > thanks for your patch and contribution. I have to apologize in the name > of everyone for the late feedback. > > I really appreciate the idea o

Re: [Linux-ha-dev] Re: [RFC] heartbeat-2.1.4

2008-04-22 Thread Keisuke MORI
recurring_action_by_rsc, rsc); http://library.gnome.org/devel/glib/stable/glib-Hash-Tables.html#g-hash-table-foreach (...) The hash table may not be modified while iterating over it (you can't add/remove items). I also attached my suggested patch, although I can not guarantee the correctnes

Re: [Linux-ha-dev] Re: [RFC] heartbeat-2.1.4

2008-04-22 Thread Keisuke MORI
>> http://library.gnome.org/devel/glib/stable/glib-Hash-Tables.html#g-hash-table-foreach >> (...) >> The hash table may not be modified while iterating over it (you can't >> add/remove items). >> >> >> I also attached my suggested patch, although

Re: [Linux-ha-dev] [RFC] heartbeat-2.1.4

2008-05-21 Thread Keisuke MORI
d down, as I suggest > our users need it. > > > Please comment. > > > Regards, > Lars > > -- > Team lead Kernel, SuSE Labs, Research and Development > SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) > "Experience is the name everyone

[Linux-ha-dev] [PATCH] IPv6 HBcomm plugin

2008-06-13 Thread Keisuke MORI
ion. - mcast6: the allocated memory for the private area is never freed. It would not be a big problem but preferable to fix. Same in 'mcast'. -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 5c915f1d5b7b li

Re: [Linux-ha-dev] [PATCH] IPv6 HBcomm plugin

2008-06-16 Thread Keisuke MORI
Hi, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi Keisuke-san, > > On Fri, Jun 13, 2008 at 06:04:58PM +0900, Keisuke MORI wrote: >> Hi, >> >> I've been implementing HBcomm plugin to enable IPv6 >> communication among the cluster nodes and the pi

Re: [Linux-ha-dev] [PATCH] IPv6 HBcomm plugin

2008-06-17 Thread Keisuke MORI
"Andrew Beekhof" <[EMAIL PROTECTED]> writes: > and in case anyone cares... the new pingd tool (the stand-alone > version that supports both stacks) also supports IPv6 It's something I'm interested in... Do you have any plan when it will be available? -- K

Re: [Linux-ha-dev] sfex

2008-06-17 Thread Keisuke MORI
ers, > > Dejan > ___ > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation

Re: [Linux-ha-dev] [PATCH] IPv6 HBcomm plugin

2008-06-17 Thread Keisuke MORI
"Andrew Beekhof" <[EMAIL PROTECTED]> writes: > On Tue, Jun 17, 2008 at 09:48, Keisuke MORI <[EMAIL PROTECTED]> wrote: >> "Andrew Beekhof" <[EMAIL PROTECTED]> writes: >>> and in case anyone cares... the new pingd tool (the stand-alone &

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 i

Re: [Linux-ha-dev] sfex

2008-06-19 Thread Keisuke MORI
inux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org >> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev >> Home Page: http://linux-ha.org/ >> > ___ > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

[Linux-ha-dev] BasicSanityCheck fails in lha-2.1

2008-07-29 Thread Keisuke MORI
is currently not available. [EMAIL PROTECTED] grep nobody /etc/passwd nobody:x:99:99:Nobody:/:/sbin/nologin How about to use the hacluster user instead as attached? Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation diff -r a8b2fc037b29 tools/ocf-tester.in --- a/tools/ocf-tester.in Thu Jul 17

Re: [Linux-ha-dev] BasicSanityCheck fails in lha-2.1

2008-07-29 Thread Keisuke MORI
Hi Dejan, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi Keisuke-san, > > On Tue, Jul 29, 2008 at 08:03:18PM +0900, Keisuke MORI wrote: >> Dejan, >> >> BasicSanityCheck fails by the permission test of RA >> because ocf-tester returns an error at bel

Re: [Linux-ha-dev] crm_mon doesn't exit immediately

2008-08-11 Thread Keisuke MORI
odified it to exit wait function >> > when it is interrupted by a signal. >> > This patch is for Heartbeat STABLE 2.1 (aae8d51d84ec). >> > I hope it isn't too late for Heartbeat2.1.4... >> > >> > >> > Regards, >> > Satomi Taniguchi > > _

[Linux-ha-dev] Re: [Linux-HA] rsc_order constraints behavior changed?

2008-08-11 Thread Keisuke MORI
table 2.1)? > > Thanks, > Junko > > _______ > Linux-HA mailing list > [EMAIL PROTECTED] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Keisuke MORI NTT DATA Intellilink Corp

Re: [Linux-ha-dev] duplicate resource active in 2.1.4-RC

2008-08-15 Thread Keisuke MORI
Lars Marowsky-Bree <[EMAIL PROTECTED]> writes: > On 2008-08-15T11:55:35, Keisuke MORI <[EMAIL PROTECTED]> wrote: > >> > I look forward to hearing from Keisuke-san whether this works for them >> > now! >> >> It does not seem to be fixed right. >&g

Re: [Linux-ha-dev] duplicate resource active in 2.1.4-RC

2008-08-17 Thread Keisuke MORI
Lars Marowsky-Bree <[EMAIL PROTECTED]> writes: > On 2008-08-15T17:52:42, Keisuke MORI <[EMAIL PROTECTED]> wrote: > >> More precisely, we once tried to use clones with 2.1.3 in production >> but had to suspend to use it because there were some problems. >> Now

Re: [Linux-ha-dev] duplicate resource active in 2.1.4-RC

2008-08-18 Thread Keisuke MORI
cemaker/stable-0.6/rev/2d516888d27c > > 2008/8/15 Keisuke MORI <[EMAIL PROTECTED]>: >>> >>>> > But I've got PE crash now when I used with clone resources... >>>> I think the following is the correct fix, but i need to do some more >>>> testing

Re: [Linux-ha-dev] duplicate resource active in 2.1.4-RC

2008-08-18 Thread Keisuke MORI
Keisuke MORI <[EMAIL PROTECTED]> writes: > Andrew, > > Thanks for fixing it! > > With my quick try, it seems working fine. > I (and a colleague of mine) now continue to test to make sure > that everything works fine. Just for making sure... Our tests regarding to clon

Re: [Linux-ha-dev] A STONITH plugin for checking whether the target node is kdumping or not.

2008-10-16 Thread Keisuke MORI
l add the test cases and try to fix it. As long as we've tested so far it seems working fine as expected, though. Regars, Keisuke MORI Satomi TANIGUCHI <[EMAIL PROTECTED]> writes: > Hi lists, > > I'm posting a STONITH plugin which checks whether the target node is kdump

[Linux-ha-dev] Re: [Bug 2034] New: IPv6addr aborts in start on x86_64

2009-01-13 Thread Keisuke MORI
Hi, I've filed the following bug to the bugzilla. Summary: IPv6addr aborts in start on x86_64 http://developerbugs.linux-foundation.org/show_bug.cgi?id=2034 If there's no objection I will commit the patch to the -dev tree. Thanks, -- Keisuke MORI NTT DATA Intellilink C

Re: [Linux-ha-dev] re:A patch of tomcat.

2009-02-23 Thread Keisuke MORI
, >> >> Hideo Yamauchi. >> ___ >> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org >> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev >> Home Page: http://linux-ha.org/ >> > > ____

Re: [Linux-ha-dev] re:A patch of tomcat.

2009-02-25 Thread Keisuke MORI
Hi Dejan, Thank you for reviewing it. Commited the revised patch by Yamauchi-san (tomcat.patch-0225) as: http://hg.linux-ha.org/dev/rev/6cbdca48bf88 Thanks, Dejan Muhamedagic writes: > Hi, > > On Tue, Feb 24, 2009 at 12:20:22PM +0900, Keisuke MORI wrote: >> Hi, >> &

Re: [Linux-ha-dev] Checksum not computed in ICMPv6 neighbor advertisement

2009-06-07 Thread Keisuke MORI
s for the patch. That problem was already fixed in: http://developerbugs.linux-foundation.org/show_bug.cgi?id=2034 so the patch should not be necessary. -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] An OCF RA for syslog-ng

2009-06-11 Thread Keisuke MORI
Hi Dejan, Do you have any chance to take a look at the syslog-ng OCF RA which was posted by Takenaka-san before? http://www.gossamer-threads.com/lists/linuxha/dev/54425 If you are OK, I will commit this to the -dev repository. Thanks, -- Keisuke MORI

Re: [Linux-ha-dev] OCF Script for Jboss

2009-06-11 Thread Keisuke MORI
lease review this RA if you have any chance? If you are all OK, I will commit the RA to the -dev repository. Thanks, -- Keisuke MORI jboss Description: Binary data ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/ma

Re: [Linux-ha-dev] An OCF RA for syslog-ng

2009-06-11 Thread Keisuke MORI
Hi Dejan, Thank you for your comments. I will repost the RA after I revise it with your comments. Thanks, 2009/6/11 Dejan Muhamedagic : > Hi Keisuke-san, > > On Thu, Jun 11, 2009 at 06:16:26PM +0900, Keisuke MORI wrote: >> Hi Dejan, >> >> Do you have any chance to t

[Linux-ha-dev] Linux-HA site down?

2009-08-13 Thread Keisuke MORI
Hi, http://www.linux-ha.org/ seems down today. Maintenance ? or something trouble? Thanks, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux

Re: [Linux-ha-dev] Linux-HA site down?

2009-08-16 Thread Keisuke MORI
Hi Dejan, Thank you for your reply. The web site has apparently recovered now. Thanks! 2009/8/14 Dejan Muhamedagic : > Hi, > > On Fri, Aug 14, 2009 at 03:11:44PM +0900, Keisuke MORI wrote: >> Hi, >> >> http://www.linux-ha.org/ seems down today. >> >> Mai

[Linux-ha-dev] Pseudo RAs do not work properly on Corosync stack

2010-03-16 Thread Keisuke MORI
is encouraged to fix because it may not work well with the maintenance mode, but you can continue to use the old rsctmp if you would like. I would like to hear your thought and comments. Regards, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@li

Re: [Linux-ha-dev] Pseudo RAs do not work properly on Corosync stack

2010-03-24 Thread Keisuke MORI
t way I can default to the above if I can't find it. > > If you do that then upgrading should be pretty trivial. OK, I will look into it when making changes. I filed a bugzilla item for this issue: http://developerbugs.linux-foundation.org/show_bug.cgi?id=2378 Thanks, -- Keisuke MORI ___

[Linux-ha-dev] [patch] lrmd: fix unnecessary close

2010-03-29 Thread Keisuke MORI
id file descriptor 1014 in syscall close() (6) ==32531== Warning: invalid file descriptor 1014 in syscall close() 8<8<8<8<8<----8<8< Thanks, -- Keisuke MORI glue103-close-1.patch Description: Binary data _

[Linux-ha-dev] Memory leaks in lrmd/cl_msg

2010-03-30 Thread Keisuke MORI
code around here has not been changed quite a while. Thanks, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

Re: [Linux-ha-dev] [Linux-HA] Heads up: upcoming Linux-HA releases

2010-03-30 Thread Keisuke MORI
e chances of getting these new features upstreamed for 1.0.4. > > Cheers, > Florian, Dejan, Lars > ___ > Linux-HA mailing list > linux...@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://l

Re: [Linux-ha-dev] [Pacemaker] Known problem with IPaddr(2)

2010-04-26 Thread Keisuke MORI
, Keisuke MORI 2010/4/14 Lars Ellenberg : > On Tue, Apr 13, 2010 at 08:28:09PM +0200, Lars Ellenberg wrote: >> On Tue, Apr 13, 2010 at 12:10:18PM +0200, Dejan Muhamedagic wrote: >> > Hi, >> > >> > On Mon, Apr 12, 2010 at 05:26:19PM +0200, Markus M. wrote: >&g

[Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-07-22 Thread Keisuke MORI
patch will resolve those issues. I believe that none of Pacemaker/Heartbeat related packages would be depending on libnet library any more after patched. Regards, -- Keisuke MORI # HG changeset patch # User Keisuke MORI # Date 1279802861 -32400 # Branch ipv6 # No

Re: [Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-07-23 Thread Keisuke MORI
ere. The packet is very small (32 bytes) and it should rarely happen, it will be retried 5 times when it occurred, and if it still fails then it should be considered that "a really bad things" happened:-) And also the current libnet code does exact

Re: [Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-07-26 Thread Keisuke MORI
Linux-HA project? I think it's good time to consider them for the best use of pacemaker-1.0.9. > BTW, is it correct that most of it could be done by "ip", similar as > IPaddr2 does it?  The only think missing would be a send_arp v6. > Anyone want to write an IPv6addr2? ;-)

Re: [Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-07-26 Thread Keisuke MORI
2010/7/26 Lars Ellenberg : > On Mon, Jul 26, 2010 at 06:39:50PM +0900, Keisuke MORI wrote: >> By the way, do we have any plan to release the next >> agents/glue/heartbeat packages from the Linux-HA project? >> I think it's good time to consider them for the best use of pa

Re: [Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-07-27 Thread Keisuke MORI
2010/7/27 Keisuke MORI : > 2010/7/26 Lars Ellenberg : >> On Mon, Jul 26, 2010 at 06:39:50PM +0900, Keisuke MORI wrote: >> Heartbeat does not have many changes (appart from some cleanup in the >> build dependencies), so there is no urge to release a 3.0.4, but we &g

Re: [Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-07-30 Thread Keisuke MORI
2010/7/27 Andrew Beekhof : > On Tue, Jul 27, 2010 at 8:44 AM, Keisuke MORI > wrote: >> For heartbeat, I personally like "pacemaker on" in ha.cf :) > > One thing thats coming in 1.1.3 is an mcp (master control process) and > associated init script for pacemaker.

Re: [Linux-ha-dev] [PATCH] IPv6addr: removing libnet dependency

2010-08-10 Thread Keisuke MORI
ve no better ideas at this time :-( How about this patch or along this line? It assumes GCC but ICC should have a similar feature if you want to support it. Alternatively, having an union with an u_int8_t array and a struct should make an alignment correctly, I think. -- Keisuke MORI

[Linux-ha-dev] Next release from Linux-HA? (was: [PATCH] IPv6addr: removing libnet dependency)

2010-10-15 Thread Keisuke MORI
ld be released at least because it has already been 6 months since the last release. How do you think about it and when can we release the packages? Regards, Keisuke MORI 2010/7/27 Lars Ellenberg : > On Tue, Jul 27, 2010 at 04:12:34PM +0900, Keisuke MORI wrote: >> 2010/7/27 Keisuke MORI :

[Linux-ha-dev] [PATCH] Heartbeat: remove an assertion fail in pacemaker

2010-10-25 Thread Keisuke MORI
e g_main_loop is not initialized yet in cib/crmd. My suggested patch would just revert the old behavior but only changes the delay as 50ms. Thanks, -- Keisuke MORI (gdb) where #0 0x00669410 in __kernel_vsyscall () #1 0x00692df0 in raise () from /lib/libc.so.6 #2 0x00694701 in abort () from /lib/libc.so

Re: [Linux-ha-dev] [PATCH] Heartbeat: remove an assertion fail in pacemaker

2010-11-09 Thread Keisuke MORI
Lars, 2010/10/27 Lars Ellenberg : > On Mon, Oct 25, 2010 at 08:21:26PM +0900, Keisuke MORI wrote: >> Hi, >> >> The recent heartbeat on the tip would cause an assertion fail in >> pacemaker-1.0 and generate a core: (snip) > I don't care for the "get_more_r

Re: [Linux-ha-dev] [PATCH] Heartbeat: remove an assertion fail in pacemaker

2010-11-15 Thread Keisuke MORI
2010/11/14 Lars Ellenberg : > On Tue, Nov 09, 2010 at 06:06:30PM +0900, Keisuke MORI wrote: >> Ok, then let's just drop the changeset. >> >> I agree that srand should not be called many times, >> but I would rather prefer to just keep the existing behavior >

Re: [Linux-ha-dev] nginx resource agent

2011-01-03 Thread Keisuke MORI
nginx code - since it does seem > to be a bit specific to some circumstance in Apache...  On the other > hand, it shouldn't hurt anything either... You may want to see what happens if the nginx process was accidentally killed. I'm not familiar with nginx at all, but in the

Re: [Linux-ha-dev] [ha-wg-technical] resource agents 3.9.1rc1 release

2011-06-08 Thread Keisuke MORI
we decided to bump the number higher than both > projects. There is no other special meaning associated with it. > > The final 3.9.1 release will take place soon. BTW why not 4.0? :) just curious though. Regards, -- Keisuke MORI ___ Linux

Re: [Linux-ha-dev] [ha-wg-technical] resource agents 3.9.1rc1 release

2011-06-08 Thread Keisuke MORI
Hi, 2011/6/8 Fabio M. Di Nitto : > Hi, > > On 6/8/2011 10:16 AM, Keisuke MORI wrote: >> Hi, >> >> Thank you for all your efforts for the new release. >> >> >> 2011/6/7 Fabio M. Di Nitto : >>> Several changes have been made to the build sys

Re: [Linux-ha-dev] [ha-wg-technical] resource agents 3.9.1rc1 release

2011-06-08 Thread Keisuke MORI
backward compatibility. %if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos_version} == 0 && 0%{?rhel} == 0 %{error:Unable to determine the distribution/version. This is generally caused by missing /etc/rpm/macros.dist. Please install the correct build packag

Re: [Linux-ha-dev] [ha-wg-technical] resource agents 3.9.1rc1 release

2011-06-08 Thread Keisuke MORI
n that "x.0" has long meant "new stuff", I'd like to stick with the > 3.9.x. About the bikeshed's color:) I don't mind either one, I just wanted to know what's the reason behind and now all clear for me. Thank,s -- Keisuke MORI ___

Re: [Linux-ha-dev] regressions in resource-agents 3.9.1

2011-06-22 Thread Keisuke MORI
;   http://developerbugs.linux-foundation.org/show_bug.cgi?id=2562) >> >> - pgsql probes with shared storage (iirc), see >>   http://marc.info/?l=linux-ha&m=130858569405820&w=2 >> >> Thanks to Vadym Chepkov for finding and reporting them. >> >>

Re: [Linux-ha-dev] regressions in resource-agents 3.9.1

2011-06-27 Thread Keisuke MORI
Hi, Is there any backlogs for the 3.9.2 release? I'm very looking forward to see it soon since 3.9.1 was not really usable for me... Thanks, 2011/6/22 Dejan Muhamedagic : > Hi all, > > On Wed, Jun 22, 2011 at 11:22:48PM +0900, Keisuke MORI wrote: >> 2011/6/22 Florian Haas

Re: [Linux-ha-dev] [Linux-HA] [ha-wg] CFP: HA Mini-Conference in Prague on Oct 25th

2011-10-14 Thread Keisuke MORI
l. >> > >> > Knowing there will be at least a few who will have trouble making the >> > unofficial meeting on the 26th, >> >> The 26th is just the meeting start. > > It's not 26th, but 25th. It also says so in the subj

[Linux-ha-dev] LVS support for IPv6

2011-11-15 Thread Keisuke MORI
Any opinions, suggestions are appreciated. I will work on it after we all agree on how we should fix it. Regards, Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/

[Linux-ha-dev] [GIT PULL] Medium: IPv6addr: handle a link-local address properly in send_ua

2011-11-23 Thread Keisuke MORI
Dejan, Would you consider to pull this patch to resolve issue #29 on the github? https://github.com/ClusterLabs/resource-agents/pull/34 Thanks, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman

Re: [Linux-ha-dev] new resource agents release

2012-01-27 Thread Keisuke MORI
because of this issue. As for the other issues posted from our team, although it would be great if they are also fixed as much as possible, I do not want to delay the release schedule any longer for them. Regards, Keisuke MORI 2012/1/27 Dejan Muhamedagic : > Hello, > > The resource agents

Re: [Linux-ha-dev] new resource agents release

2012-01-30 Thread Keisuke MORI
tch. > > This changed a bit more than three years ago and so far nobody > complained. So, perhaps better to leave it as it is and whoever > wants to upgrade from a +3 old installation should anyway do > some good testing. What do you think? Ok, let's move the discussion on t

Re: [Linux-ha-dev] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-01-30 Thread Keisuke MORI
like working as expected with -z option in my quick tests. Do you have any examples that it may break the configuration? If we should not really support multiple lines matching, then that is fine for us too, but in that case it would be preferable that the default value of testregex is somet

  1   2   >