Re: [Pacemaker] handling the case-insensitive hostname

2013-04-10 Thread Junko IKEDA
I filed this into Bugzilla. http://bugs.clusterlabs.org/show_bug.cgi?id=5151 Thanks, Junko 2013/4/10 Junko IKEDA tsukishima...@gmail.com sorry for the confusion again... case 5 is for Corosync. * Heartbeat Hostname is always converted into lower case.

[Pacemaker] [Patch] An error may occur to be behind with a stop of pingd.

2013-04-10 Thread renayama19661014
Hi All, We confirmed the phenomenon that an error generated to be behind with a stop of pingd. The problem seems to be to be behind with receiving of SIGTERM of pingd until stand_alone_ping processing is completed.

[Pacemaker] Master Slave Resource Agent won't promote

2013-04-10 Thread Felix Zachlod
Hello! I have another problem with my resource agent which should run in a master slave fashion. I successfully tested the RA with ocf-tester and it completes any promote or demote action: fctarget[14659]: DEBUG: Resource is running fctarget[14659]: DEBUG: Resource is currently running as Slave

[Pacemaker] active standby failover

2013-04-10 Thread Rus Hughes
Hi, I hope I've got the right list, I'm still a little confused about where CMAN ends and Pacemaker begins! We're using Pacemaker and CMAN on Oracle 6.3 to try and create an active/standby failover pair, but seem to have some annoying conditions that are making this tricky. We hae 2 nodes,

[Pacemaker] problem with VM in pacemaker cluster

2013-04-10 Thread Yuriy Demchenko
Hi, I've set up 3-node cluster (2 active nodes + 1 standby for quorum), cman+pacemaker Resources - cxml-clone gfs2 filesystem (cloned, run on both nodes) and testVM via heartbeat:VirtualDomain (domain xml located on gfs2 fs, cLVM disk backend), set up constraints: cxml-clone started first

[Pacemaker] clustering with pacemaker

2013-04-10 Thread Perl Pra
Hi All, I am trying to run a service on cluster in production. I wnat to explore pacemaker. Is this production class yet? The resources is not transfeering to other nodes in cluster if I stop the corosync two or three times. Is there any stable pacemaker version? Thanks in advance -PRA

Re: [Pacemaker] clustering with pacemaker

2013-04-10 Thread Digimer
On 04/10/2013 10:37 AM, Digimer wrote: On 04/10/2013 08:59 AM, Perl Pra wrote: Hi All, I am trying to run a service on cluster in production. I wnat to explore pacemaker. Is this production class yet? The resources is not transfeering to other nodes in cluster if I stop the corosync two or

Re: [Pacemaker] clustering with pacemaker

2013-04-10 Thread Digimer
On 04/10/2013 08:59 AM, Perl Pra wrote: Hi All, I am trying to run a service on cluster in production. I wnat to explore pacemaker. Is this production class yet? The resources is not transfeering to other nodes in cluster if I stop the corosync two or three times. Is there any stable pacemaker

Re: [Pacemaker] Master Slave Resource Agent won't promote

2013-04-10 Thread Rainer Brestan
Hi Felix, maybe my hint is worthless, but have you implemented the crm_master calls in your RA ? See Stateful RA demo CRM_MASTER calls. Rainer Gesendet:Mittwoch, 10. April 2013 um 09:58 Uhr Von:Felix Zachlod fz.li...@sis-gmbh.info An:The Pacemaker cluster resource manager

Re: [Pacemaker] Master Slave Resource Agent won't promote

2013-04-10 Thread Felix Zachlod
Hello Rainer, Hi Felix, maybe my hint is worthless, but have you implemented the crm_master calls in your RA ? I had not. And that was it - so simple :-) Thanks ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org

Re: [Pacemaker] racing crm commands... last write wins?

2013-04-10 Thread Brian J. Murrell
On 13-02-21 07:48 PM, Andrew Beekhof wrote: On Fri, Feb 22, 2013 at 5:18 AM, Brian J. Murrell brian-squohqy54cvwr29bmmi...@public.gmane.org wrote: I wonder what happens in the case of two racing crm commands that want to update the CIB (with non-overlapping/conflicting data). Is there any

Re: [Pacemaker] racing crm commands... last write wins?

2013-04-10 Thread Lars Marowsky-Bree
On 2013-04-10T16:33:48, Brian J. Murrell br...@interlinx.bc.ca wrote: crmsh uses a read+modify+replace cycle, if B reads after A has read but before the replace has happened, data will be lost. Does crm_resource suffer from this problem or does it properly only send exactly the update to

[Pacemaker] Pacemaker 1.1.8, Corosync, No CMAN, Promotion issues

2013-04-10 Thread pavan tc
Hi, [I did go through the mail thread titled: RHEL6 and clones: CMAN needed anyway?, but was not sure about some answers there] I recently moved from pacemaker 1.1.7 to 1.1.8-7 on centos 6.2. I see the following in syslog: corosync[2966]: [pcmk ] ERROR: process_ais_conf: You have configured

Re: [Pacemaker] racing crm commands... last write wins?

2013-04-10 Thread Andrew Beekhof
On 11/04/2013, at 6:33 AM, Brian J. Murrell br...@interlinx.bc.ca wrote: On 13-02-21 07:48 PM, Andrew Beekhof wrote: On Fri, Feb 22, 2013 at 5:18 AM, Brian J. Murrell brian-squohqy54cvwr29bmmi...@public.gmane.org wrote: I wonder what happens in the case of two racing crm commands that want

Re: [Pacemaker] handling the case-insensitive hostname

2013-04-10 Thread Andrew Beekhof
On 10/04/2013, at 11:34 AM, Junko IKEDA tsukishima...@gmail.com wrote: sorry for the confusion again... case 5 is for Corosync. * Heartbeat Hostname is always converted into lower case. http://hg.linux-ha.org/dev/file/add12b838ef4/heartbeat/heartbeat.c#l576 hostname(LOWER)

Re: [Pacemaker] compile issues with cluster-3.2.0 was: repetative membership messages

2013-04-10 Thread Daniel Black
- Original Message - It wasn't as bad as I thought. Famous last words. running crm_mon (from pacemaker-1.1.7) reporting libcoroipcc.so.4 missing (existed in the libcorosync4 days from corosync-1.4.2) Found cluster-3.2.0 from http://git.fedorahosted.org/git/cluster.git which

Re: [Pacemaker] clustering with pacemaker

2013-04-10 Thread Perl Pra
Hi pacemaker-1.1.8-7.el6.x86_64 corosync-1.4.3-26.2.x86_64 we are trying to just set it up we have not actually moved to productoin yet. I am not able to start pacemaker also. Thanks, PRA On Wed, Apr 10, 2013 at 8:07 PM, Digimer li...@alteeve.ca wrote: On 04/10/2013 08:59 AM, Perl Pra