Re: [Linux-HA] [ha-wg-technical] [Pacemaker] [RFC] Organizing HA Summit 2015

2014-12-22 Thread Keisuke MORI
://lists.linuxfoundation.org/mailman/listinfo/ha-wg-technical -- Keisuke MORI ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-ha-dev] [PATCH] High: ccm: fix a memory leak when a client exits

2013-09-09 Thread Keisuke MORI
Hi, 2013/9/6 Lars Ellenberg lars.ellenb...@linbit.com: On Wed, Sep 04, 2013 at 08:16:44PM +0900, Keisuke MORI wrote: Hi, The attached patch will fix a memory leak in ccm that occurs whenever a ccm client disconnect. Thank you. This may introduce double free for client_delete_all() now

[Linux-ha-dev] [PATCH] High: ccm: fix a memory leak when a client exits

2013-09-04 Thread Keisuke MORI
at the invocation time and not considered as a leak. Double checks are welcome. Thanks, -- Keisuke MORI ccm-memleak.patch Description: Binary data valgrind-NG-HB305.log Description: Binary data valgrind-OK-HB305patched.log Description: Binary data

[Linux-ha-dev] [PATCH][heartbeat] skip unnecessary waiting for lrmd invocation when LRMD_MAX_CHILDREN is set

2013-06-14 Thread Keisuke MORI
(cluster-glue-1.0.10 or later) looks at the environment variable by itself. The attached patch will improve so that the init.d script returns immediately as usual even if the variable is set. Regards, -- Keisuke MORI lrmd-max-children.patch Description: Binary data

Re: [Linux-HA] IPaddr2 support of ipv6

2013-04-02 Thread Keisuke MORI
request? Thanks, -- Keisuke MORI ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] Heartbeat IPv6addr OCF

2013-03-25 Thread Keisuke MORI
list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems -- Keisuke MORI ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux

Re: [Linux-HA] Heartbeat IPv6addr OCF

2013-03-25 Thread Keisuke MORI
2013/3/25 Nick Walke tubaguy50...@gmail.com: Looks like 3.9.2-5. So I need to statically assign the address I want to use before using it with IPv6addr? Yes. On Mar 25, 2013 3:44 AM, Keisuke MORI keisuke.mori...@gmail.com wrote: Hi Nick, Could you privide which version of resource

[Linux-ha-dev] [PATCH] crmsh: fix in python version checking

2013-02-28 Thread Keisuke MORI
Hi Dejan, Here is a trivial patch for crmsh. It is totally harmless because it affects only when the python version is too old and crmsh would abort anyway :) Thanks, -- Keisuke MORI python-version.patch Description: Binary data ___ Linux-HA

Re: [Linux-ha-dev] announcement: resource-agents release candidate 3.9.5rc1

2013-01-31 Thread Keisuke MORI
-wg-techni...@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/ha-wg-technical -- 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

Re: [Linux-ha-dev] announcement: resource-agents release candidate 3.9.5rc1

2013-01-31 Thread Keisuke MORI
/issues/200 ? Yes, the proposed patch in #200 would not support the nic:label format either so it should be re-written in a different way. Honestly I'm wondering if it is really worth to fix #200 though. Thanks, -- Keisuke MORI ___ Linux-HA-Dev: Linux

Re: [Linux-ha-dev] agents: including LGPL license file

2012-12-25 Thread Keisuke MORI
Hi Dejan, 2012/12/24 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san, On Thu, Dec 20, 2012 at 02:14:10PM +0900, Keisuke MORI wrote: Hi, The resource-agents package is licensed under GPL and LGPL, but the full copy of LGPL license file is missing as opposed to the heartbeat and the glue

[Linux-ha-dev] agents: including LGPL license file

2012-12-19 Thread Keisuke MORI
for the consistency? 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] RA trace facility

2012-11-28 Thread Keisuke MORI
? This is a bit different feature though. It is also possible if it can run a hook at the event of the RA timeouts or a command in the RA gets stuck in some reason. Thanks, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http

Re: [Linux-ha-dev] RA trace facility

2012-11-22 Thread Keisuke MORI
an arbitrary script for collecting the runtime information such as CPU usage, memory status, I/O status or the list of running processes etc. for diagnosis. -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org

Re: [Linux-ha-dev] [resource-agents] [RFC] IPaddr2: Proposal patch to support the dual stack of IPv4 and IPv6. (#97)

2012-10-18 Thread Keisuke MORI
of comment how to maybe re-implement the ipcheck and ifcheck functions without grep and awk. Feel free to ignore for now, though. I'll try to review again whats in git now, and send a proper git diff, once I find the time ;-) On Wed, May 30, 2012 at 11:20:03PM -0700, Keisuke MORI wrote

Re: [Linux-HA] Question about pacemaker + heartbeat + postgres in active/passive configuration

2012-08-19 Thread Keisuke MORI
/_creating_an_initial_heartbeat_configuration.html Regards, Keisuke MORI On Aug 15, 2012, at 4:54 PM, DENNY, MICHAEL wrote: Hi, Andrew. Where can I find the presentation by Keisuke? Btw, I use heartbeat in combo with pacemaker also...but with MySQL...was just a decision based on an impression

Re: [Linux-ha-dev] [RFC] IPaddr2: Proposal patch to support the dual stack of IPv4 and IPv6.

2012-06-04 Thread Keisuke MORI
of such a simple idea :) islinklocal() {   if echo $1 | grep -i '^fe80::[^:]*:[^:]*:[^:]*:[^:]*$' /dev/null We should also accept 'fe80::1'. Anyway I will look into this way. Thanks, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev

[Linux-ha-dev] [RFC] IPaddr2: Proposal patch to support the dual stack of IPv4 and IPv6.

2012-05-31 Thread Keisuke MORI
it for the backward compatibility. ## Acknowledgement Thanks to Tomo Nozawa-san for his hard work for writing and testing this patch. Thanks to Lars Ellenberg for the first findif.sh implementation. Best Regards, -- Keisuke MORI ___ Linux-HA

Re: [Linux-ha-dev] Modified patch for RA

2012-05-10 Thread Keisuke MORI
-ha-dev Home Page: http://linux-ha.org/ -- 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] Patch to mysql RA for replication

2012-04-30 Thread Keisuke MORI
as it removes the easy way to add new nodes (or rejoin) Regards, Yves ___ 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

[Linux-ha-dev] [PATCH] cluster-glue: correct a build dependency on CentOS6/RHEL6

2012-03-09 Thread Keisuke MORI
Hi, Please consider the attached patch for cluster-glue. Thanks, -- Keisuke MORI export-libuuid.patch Description: Binary data ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home

[Linux-ha-dev] Fwd: [lvs-users] defunct checkcommand processes w/ ldirectord

2012-02-29 Thread Keisuke MORI
/lvs-users 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] [PATCH]Monitor failure and IPv6 support of apache-ra

2012-02-29 Thread Keisuke MORI
Hi, Any update on this? 2012/2/1 Keisuke MORI keisuke.mori...@gmail.com: Hi Dejan, 2012/1/31 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san, On Tue, Jan 31, 2012 at 09:52:24PM +0900, Keisuke MORI wrote: Hi Dejan 2012/1/31 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san

[Linux-ha-dev] [PATCH] hb_report fails to sudo

2012-02-21 Thread Keisuke MORI
until it gets fixed. As for 2), it seems that the current hb_report need to _disable_ tty on ssh, so you would need an additional configuration to /etc/sudoers on such distros if you want to use a regular user to ssh. Regards, -- Keisuke MORI hb_report-sudo-root.patch Description: Binary data

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

2012-01-31 Thread Keisuke MORI
Hi Dejan, 2012/1/31 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san, On Mon, Jan 30, 2012 at 08:38:35PM +0900, Keisuke MORI wrote: Hi, 2012/1/28 Dejan Muhamedagic de...@suse.de: Hi, On Fri, Jan 20, 2012 at 02:09:13PM +0900, nozawat wrote: Hi Dejan  I'm agreeable in the opinion

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

2012-01-31 Thread Keisuke MORI
Hi Dejan 2012/1/31 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san, (...) On Tue, Jan 31, 2012 at 08:46:35PM +0900, Keisuke MORI wrote: The current RA will try to check the top page (http://localhost:80) as the default behavior if you have not enabled server-status in httpd.conf and it would

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

2012-01-31 Thread Keisuke MORI
Hi Dejan, 2012/1/31 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san, On Tue, Jan 31, 2012 at 09:52:24PM +0900, Keisuke MORI wrote: Hi Dejan 2012/1/31 Dejan Muhamedagic de...@suse.de: Hi Keisuke-san, (...) On Tue, Jan 31, 2012 at 08:46:35PM +0900, Keisuke MORI wrote: The current RA

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

2012-01-30 Thread Keisuke MORI
to upgrade from a +3 old installation should anyway do some good testing. What do you think? Ok, let's move the discussion on to the relevant thread about this topic. Regards, -- Keisuke MORI ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org

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

2012-01-30 Thread Keisuke MORI
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 something better for a single line matching, like just '/ *html *'. (and also we should mention about it in the meta-data document) Regards, Keisuke MORI

[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

[Linux-ha-dev] LVS support for IPv6

2011-11-15 Thread Keisuke MORI
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/

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

2011-10-14 Thread Keisuke MORI
is just the meeting start. It's not 26th, but 25th. It also says so in the subject line. I'll be in Prague only on 25th. I'm trying to settle my schedule being in Prague from 25th to 28th. See you everybody over there. Thanks, -- Keisuke MORI

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 deja...@fastmail.fm: Hi all, On Wed, Jun 22, 2011 at 11:22:48PM +0900, Keisuke MORI wrote: 2011/6/22 Florian Haas

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

2011-06-22 Thread Keisuke MORI
/show_bug.cgi?id=2562) - pgsql probes with shared storage (iirc), see   http://marc.info/?l=linux-ham=130858569405820w=2 Thanks to Vadym Chepkov for finding and reporting them. I'd suggest to make a quick fix release 3.9.2. Opinions? Agree. +1 -- Keisuke MORI

Re: [Linux-HA] using the pacemaker logo for the xing group

2011-06-21 Thread Keisuke MORI
mailing list as you did is right but here is also fine. You can obtain the logo from here: (sorry it's in Japanese) http://linux-ha.sourceforge.jp/wp/archives/369 Regards, Keisuke MORI Linux-HA Japan Project. 2011/6/21 Junko IKEDA tsukishima...@gmail.com: Hi Erkan, The pacemaker logos has been

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

2011-06-08 Thread Keisuke MORI
. 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-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux

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

2011-06-08 Thread Keisuke MORI
the correct build packages or define the required macros manually.} Regards, -- Keisuke MORI diff --git a/resource-agents.spec.in b/resource-agents.spec.in index 8b39b3f..7dc6670 100644 --- a/resource-agents.spec.in +++ b/resource-agents.spec.in @@ -106,7 +106,6 @@ High Availability environment

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

2011-06-08 Thread Keisuke MORI
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 ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http

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

2011-01-03 Thread Keisuke MORI
keep running and they prevent to restart another Apache instance until you kill all the orphaned processes manually. If nginx is a single process application, then I think that the code should not be necessary. -- Keisuke MORI ___ Linux-HA-Dev

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

2010-11-15 Thread Keisuke MORI
2010/11/14 Lars Ellenberg lars.ellenb...@linbit.com: 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 since there have been

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

2010-11-09 Thread Keisuke MORI
Lars, 2010/10/27 Lars Ellenberg lars.ellenb...@linbit.com: 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_random() stuff and keeping

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

2010-10-25 Thread Keisuke MORI
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.6 #3 0x00c0d82f

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

2010-10-15 Thread Keisuke MORI
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 lars.ellenb...@linbit.com: On Tue, Jul 27, 2010 at 04:12:34PM +0900, Keisuke MORI wrote: 2010/7/27 Keisuke

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

2010-08-10 Thread Keisuke MORI
? 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 # HG changeset patch # User Keisuke MORI kskm...@intellilink.co.jp # Date 1281491442 -32400

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

2010-07-30 Thread Keisuke MORI
2010/7/27 Andrew Beekhof and...@beekhof.net: On Tue, Jul 27, 2010 at 8:44 AM, Keisuke MORI keisuke.mori...@gmail.com 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-07-27 Thread Keisuke MORI
2010/7/26 Lars Ellenberg lars.ellenb...@linbit.com: 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 pacemaker

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

2010-07-27 Thread Keisuke MORI
2010/7/27 Keisuke MORI keisuke.mori...@gmail.com: 2010/7/26 Lars Ellenberg lars.ellenb...@linbit.com: 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

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

2010-07-26 Thread Keisuke MORI
. 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? ;-) find_if for IPv6 is also missing if you want to write a script based one. Thanks, -- Keisuke MORI # HG changeset patch

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

2010-07-23 Thread Keisuke MORI
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 exactly same as above inside so no behavior would be changed with this code. Thanks, -- Keisuke MORI

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

2010-07-22 Thread Keisuke MORI
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 kskm...@intellilink.co.jp # Date 1279802861 -32400 # Branch ipv6 # Node ID

Re: [Linux-HA] linux-ha 3.0.3 + SNMP

2010-05-18 Thread Keisuke MORI
Are you aware that this should be --enable-snmp (two hyphens, not one)? -- Keisuke MORI ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

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

2010-04-26 Thread Keisuke MORI
, Keisuke MORI 2010/4/14 Lars Ellenberg lars.ellenb...@linbit.com: 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: Markus M. wrote

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

2010-03-30 Thread Keisuke MORI
the 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] Pseudo RAs do not work properly on Corosync stack

2010-03-25 Thread Keisuke MORI
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: Linux-HA-Dev@lists.linux

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

2010-03-16 Thread Keisuke MORI
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@lists.linux-ha.org http://lists.linux

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

2009-08-14 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] 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
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/mailman

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 deja...@fastmail.fm: Hi Keisuke-san, On Thu, Jun 11, 2009 at 06:16:26PM +0900, Keisuke MORI wrote: Hi Dejan, Do you have any chance to take a look

Re: [Linux-HA] OCF Script for Jboss

2009-06-11 Thread Keisuke MORI
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 mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman

Re: [Linux-HA] IPv6addr with prefixes longer than 64

2009-06-08 Thread Keisuke MORI
the prefix to /64 it is added without error: If your network is setup as /64 prefix, then you should specify /64 to the parameter of IPv6addr. By the way, specifying an interface (i.e. /eth0) is not supported yet in IPv6addr. (would be ignored) Hope it helps. Thanks, -- Keisuke MORI

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

2009-06-07 Thread Keisuke MORI
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] 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 deja...@fastmail.fm writes: Hi, On Tue, Feb 24, 2009 at 12:20:22PM +0900, Keisuke MORI wrote: Hi, Will anybody

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

2009-02-23 Thread Keisuke MORI
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/ -- Sincerely, Keisuke MORI NTT DATA Intellilink Corporation

Re: [Linux-HA] IPv6addr heartbeat

2009-02-09 Thread Keisuke MORI
: Running OK INFO: Running OK Do you know what is wrong with it? It probably be the same problem to: http://developerbugs.linux-foundation.org/show_bug.cgi?id=2034 Could you try this patch? http://hg.linux-ha.org/dev/rev/673f32858223 -- Keisuke MORI NTT DATA Intellilink Corporation

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

2008-10-16 Thread Keisuke MORI
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 kdumping or not. There are some steps

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

2008-08-18 Thread Keisuke MORI
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 I've pushed that fix for the fatal assert to both the lha-2.1 tree and the openSUSE build service. I look

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 clone groups has passed without any

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 we want to upgrade it to the coming 2.1.4

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. It does not cause an assertion failure any more (neither crash

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

2008-08-11 Thread Keisuke MORI
://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

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

2008-08-11 Thread Keisuke MORI
/ReportingProblems -- 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] rsc_order constraints behavior changed?

2008-08-11 Thread Keisuke MORI
/ReportingProblems -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

[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 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 below (line 175) if nobody user was not allowed to login

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 [EMAIL PROTECTED

Re: [Linux-ha-dev] sfex

2008-06-17 Thread Keisuke MORI
-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/ Thanks, -- 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

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 version that supports both stacks) also supports IPv6 It's something I'm

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

2008-06-13 Thread Keisuke MORI
. It would not be a big problem but preferable to fix. Same in 'mcast'. -- Keisuke MORI NTT DATA Intellilink Corporation diff -r 5c915f1d5b7b lib/plugins/HBcomm/Makefile.am --- a/lib/plugins/HBcomm/Makefile.am Wed May 28 09:14:21 2008 +1000

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

2008-05-21 Thread Keisuke MORI
: 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/

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

2008-04-22 Thread Keisuke MORI
/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 correctness but just to show you the idea. Thanks, -- Keisuke MORI NTT DATA

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

2008-04-22 Thread Keisuke MORI
, although I can not guarantee the correctness but just to show you the idea. Thanks, -- 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

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

2008-04-14 Thread Keisuke MORI
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 of monitoring processes directly, and receiving async

Re: [Linux-HA] brocade fencing anyone?

2008-02-25 Thread Keisuke MORI
) I and my colleagues would be really happy if it is included as a standard component in Heartbeat and available for everyone. BTW, she is Ms. Ikeda. ;-) -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA mailing list Linux-HA@lists.linux

Re: [Linux-HA] Basic SNMP/Linux HA question

2008-01-31 Thread Keisuke MORI
can use to try and isolate where my disconnect is? Do you have added a line like this in your ha.cf? respawn root /usr/lib/heartbeat/hbagent -r 5 (I realized now that this is not mentioned in the README clearly.) Providing your ha.cf and the logs would be more helpful. -- Keisuke MORI NTT

[Linux-HA] 2.1.3 RPM names

2007-12-25 Thread Keisuke MORI
reason why the change was made? Thanks, -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] IPaddr: netmask or cidr_netmask?

2007-12-18 Thread Keisuke MORI
Lars, Thank you for your answer. I will use cidr_netmask from now on. Lars Marowsky-Bree [EMAIL PROTECTED] writes: On 2007-12-14T14:54:38, Keisuke MORI [EMAIL PROTECTED] wrote: IPaddr RA has two kinds of parameter to specify the netmask: netmask and cidr_netmask. Which one is officially

[Linux-HA] IPaddr: netmask or cidr_netmask?

2007-12-13 Thread Keisuke MORI
but on the other hand, the GUI can handle only cidr_netmask (because the IPaddr meta-data contains only cidr_netmask). As long as I tried both works the same; both can take either CIDR form (e.g. 24) or the dot-notation (255.255.255.0), but I want to always use the official one. Thanks, -- Keisuke MORI NTT

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

2007-12-11 Thread Keisuke MORI
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/hbagent.c

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 enabled. 2) the default syslog facility is taken from

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

2007-12-07 Thread Keisuke MORI
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-HA-Dev@lists.linux-ha.org http

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

2007-12-07 Thread Keisuke MORI
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

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) to analyze the current status of resources like crm_mon. When

Re: [Linux-HA] Call for testers: 2.1.3

2007-12-07 Thread Keisuke MORI
Hi, The problem is reported in the bugzilla #1662. Please see my comment and a patch at comment #6 and #8. http://developerbugs.linux-foundation.org/show_bug.cgi?id=1662#c6 Thanks, Keisuke MORI Dejan Muhamedagic [EMAIL PROTECTED] writes: Hi, On Thu, Dec 06, 2007 at 10:54:36AM +1100, Amos

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 which are in the heartbeat API client library. I'm submitting my

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 information provided by Heartbeat Version 2. The attached

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

2007-11-15 Thread Keisuke MORI
, 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] snmp notification v2 cluster

2007-11-08 Thread Keisuke MORI
Hi, I posted my proposal patch of the SNMP hbagent extention for V2 resources to the development mailing list. http://www.gossamer-threads.com/lists/linuxha/dev/43676 Please take a look and I would appreciate if you could give me any comments. Thanks, Keisuke MORI [EMAIL PROTECTED] writes

Re: [Linux-HA] snmp notification v2 cluster

2007-10-31 Thread Keisuke MORI
-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems -- Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http

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
of them expect to behave like this so far. At least it would be nice if it's able to be customized, I would think. Regards, Keisuke MORI NTT DATA Intellilink Corporation ___ Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org http://lists.linux

  1   2   >