[Pacemaker] Patch to crm command.

2011-05-25 Thread renayama19661014
Hi, A load command of the crm command is a wrong order, but is handled as update. [root@srv01 ~]# crm configure load upadate trac1383.crm.dampen5s ---> miss upadate crm_verify[7602]: 2011/04/19_17:09:40 WARN: unpack_nodes: Blind faith: not fencing unseen nodes I send a patch. It is displayed

Re: [Pacemaker] crm_simulate small bug

2011-05-25 Thread Yuusuke IIDA
Hi, Dejan Thank you for applying it! Thanks, Yuusuke IIDA (2011/05/25 18:30), Dejan Muhamedagic wrote: Hi, On Wed, May 25, 2011 at 05:43:05PM +0900, Yuusuke IIDA wrote: Hi, Andrew I used crm_simulate and found a small bug. A return code of the operation that I appointed in "-i option "is no

[Pacemaker] drbd log messages

2011-05-25 Thread Shravan Mishra
Hello, I'm running following version of drbd on Linux 2.6.29.6-0.6.smp.gcc4.1.x86_64 #1 SMP version: 8.3.8.1 (api:88/proto:86-94) GIT-hash: 0d8589fcc32c874df57c930ca1691399b55ec893 build by rmake-chroot@localhost.localdomain, 2010-09-22 23:08:46 I'm seeing lots of these messages : ==

Re: [Pacemaker] crm_simulate small bug

2011-05-25 Thread Dejan Muhamedagic
Hi, On Wed, May 25, 2011 at 05:43:05PM +0900, Yuusuke IIDA wrote: > Hi, Andrew > > I used crm_simulate and found a small bug. > A return code of the operation that I appointed in "-i option "is not handed > definitely. Good catch! Applied. Cheers, Dejan > Best Regards, > Yuusuke IIDA > > --

Re: [Pacemaker] stonith question

2011-05-25 Thread Dejan Muhamedagic
Hi, On Tue, May 24, 2011 at 01:40:49PM -0500, Phil Armstrong wrote: > Hi, > > I have a 2 node cluster with stonith disabled: > > name="stonith-enabled" value="false"/> > > This is on an x86_64 liux system. I was having trouble getting a > system dump. I would drop into kdb, then enter k

Re: [Pacemaker] CRM: 'ascii' codec can't encode character

2011-05-25 Thread Dejan Muhamedagic
On Wed, May 25, 2011 at 10:59:12AM +0200, Nikita Michalko wrote: > Hi Lars, > > thank you very match - indeed that was it! After changing the value of > "timeout" to 60, the crm shell work again. > I changed also utf8 coding to locale - much better ... So, which locale do you actually use? Than

Re: [Pacemaker] CRM: 'ascii' codec can't encode character

2011-05-25 Thread Dejan Muhamedagic
Hi Lars, On Wed, May 25, 2011 at 10:09:49AM +0200, Lars Ellenberg wrote: > On Wed, May 25, 2011 at 09:12:29AM +0200, Nikita Michalko wrote: > > Hi Dejan, > > > > > > thanks for your reply! Here is the output of the command : > > /usr/lib64/heartbeat/crmd version > > CRM Version: 1.1.5 (ecb6baaf7

Re: [Pacemaker] CRM: 'ascii' codec can't encode character

2011-05-25 Thread Nikita Michalko
Hi Lars, thank you very match - indeed that was it! After changing the value of "timeout" to 60, the crm shell work again. I changed also utf8 coding to locale - much better ... Best wishes Nikita Michalko Am Mittwoch 25 Mai 2011 10:09:49 schrieb Lars Ellenberg: > On Wed, May 25, 2011 at 09:

[Pacemaker] crm_simulate small bug

2011-05-25 Thread Yuusuke IIDA
Hi, Andrew I used crm_simulate and found a small bug. A return code of the operation that I appointed in "-i option "is not handed definitely. Best Regards, Yuusuke IIDA -- METRO SYSTEMS CO., LTD Yuusuke Iida Mail: iiday...@intellilink.co.jp ---

Re: [Pacemaker] CRM: 'ascii' codec can't encode character

2011-05-25 Thread Lars Ellenberg
On Wed, May 25, 2011 at 09:12:29AM +0200, Nikita Michalko wrote: > Hi Dejan, > > > thanks for your reply! Here is the output of the command : > /usr/lib64/heartbeat/crmd version > CRM Version: 1.1.5 (ecb6baaf7fc091b023d6d4ba7e0fce26d32cf5c8) > And cib.xml is attached ... There: > value=

Re: [Pacemaker] CRM: 'ascii' codec can't encode character

2011-05-25 Thread Nikita Michalko
Hi Dejan, thanks for your reply! Here is the output of the command : /usr/lib64/heartbeat/crmd version CRM Version: 1.1.5 (ecb6baaf7fc091b023d6d4ba7e0fce26d32cf5c8) And cib.xml is attached ... Best wisshes Nikita Michalko Am Dienstag 24 Mai 2011 15:44:47 schrieb Dejan Muhamedagic: > Hi Niki

Re: [Pacemaker] How to ensure that a resource is only running at one place?

2011-05-25 Thread Kevin Stevenard
Hi Mark, I totally agree with that, I was looking for a quick and simple solution to this problem. But indeed it makes no sense to check somewhere if a resource that should not run is running. I also imagine that it would induce more work and a higher load due to those unneeded checks. I also und