Re: [Pacemaker] pacemaker processes RSS growth

2012-09-13 Thread Vladislav Bogdanov
13.09.2012 15:18, Vladislav Bogdanov wrote: ... > and now it runs on my testing cluster. > > Ipc-related memory problems seem to be completely fixed now, processes > own memory (RES-SHR in terms of htop) does not grow any longer (after 40 > minutes). Although I see that both RES and SHR counters

Re: [Pacemaker] behaviour of failure-timeout

2012-09-13 Thread Kashif Jawed Siddiqui
Hi, >>I could not find any detailed explanation in the doc, how >>"failure-timeout" behaves, can someone clarify that? failure-timout will clear the failcount if it has increased.(i.e the resources have failed) The cluster is primarily event driven but can have effect based on time. This timout

Re: [Pacemaker] crm shell and corosync2 node id

2012-09-13 Thread Vladislav Bogdanov
13.09.2012 15:42, Dejan Muhamedagic wrote: > Hi again, > > On Thu, Sep 13, 2012 at 02:57:54PM +0300, Vladislav Bogdanov wrote: >> Hi Dejan, all, >> >> current crm shell (b58a3398bf11) can not parse node 'id' attribute when >> running on corosync 2: >> >> # crm configure show |grep xml >> INFO: obj

[Pacemaker] behaviour of failure-timeout

2012-09-13 Thread Mario Penners
Hi, I could not find any detailed explanation in the doc, how "failure-timeout" behaves, can someone clarify that? My rough understanding so far is, that after a failcount is increased, pacemaker "waits for the failure-timeout" to expire and then checks if the failure condition is still on. If no

Re: [Pacemaker] crm shell and corosync2 node id

2012-09-13 Thread Dejan Muhamedagic
On Thu, Sep 13, 2012 at 04:15:10PM +0300, Vladislav Bogdanov wrote: > 13.09.2012 15:37, Dejan Muhamedagic wrote: > > Hi, > > > > On Thu, Sep 13, 2012 at 02:57:54PM +0300, Vladislav Bogdanov wrote: > >> Hi Dejan, all, > >> > >> current crm shell (b58a3398bf11) can not parse node 'id' attribute when

Re: [Pacemaker] crm shell and corosync2 node id

2012-09-13 Thread Vladislav Bogdanov
13.09.2012 15:37, Dejan Muhamedagic wrote: > Hi, > > On Thu, Sep 13, 2012 at 02:57:54PM +0300, Vladislav Bogdanov wrote: >> Hi Dejan, all, >> >> current crm shell (b58a3398bf11) can not parse node 'id' attribute when >> running on corosync 2: >> >> # crm configure show |grep xml >> INFO: object 10

Re: [Pacemaker] crm shell and corosync2 node id

2012-09-13 Thread Dejan Muhamedagic
Hi again, On Thu, Sep 13, 2012 at 02:57:54PM +0300, Vladislav Bogdanov wrote: > Hi Dejan, all, > > current crm shell (b58a3398bf11) can not parse node 'id' attribute when > running on corosync 2: > > # crm configure show |grep xml > INFO: object 1074005258 cannot be represented in the CLI notati

Re: [Pacemaker] crm shell and corosync2 node id

2012-09-13 Thread Dejan Muhamedagic
Hi, On Thu, Sep 13, 2012 at 02:57:54PM +0300, Vladislav Bogdanov wrote: > Hi Dejan, all, > > current crm shell (b58a3398bf11) can not parse node 'id' attribute when > running on corosync 2: > > # crm configure show |grep xml > INFO: object 1074005258 cannot be represented in the CLI notation > I

Re: [Pacemaker] pacemaker processes RSS growth

2012-09-13 Thread Vladislav Bogdanov
13.09.2012 06:16, Andrew Beekhof wrote: > On Thu, Sep 13, 2012 at 12:30 AM, Vladislav Bogdanov > wrote: >> 12.09.2012 10:35, Andrew Beekhof wrote: >>> On Tue, Sep 11, 2012 at 6:14 PM, Vladislav Bogdanov >>> wrote: 07.09.2012 09:25, Vladislav Bogdanov wrote: > 06.09.2012 12:58, Vladislav

[Pacemaker] crm shell and corosync2 node id

2012-09-13 Thread Vladislav Bogdanov
Hi Dejan, all, current crm shell (b58a3398bf11) can not parse node 'id' attribute when running on corosync 2: # crm configure show |grep xml INFO: object 1074005258 cannot be represented in the CLI notation INFO: object 1090782474 cannot be represented in the CLI notation INFO: object 1107559690

Re: [Pacemaker] Error while mount gfs2 filesystem in active/active clustering

2012-09-13 Thread David Coulson
On 9/13/12 7:33 AM, ecfgijn wrote: Hi All , I have configure active/active clustering in centos-6.2. But when i try to mount gfs2 file system i am getting an error , which is mentioned below [root@node1 ~]# mount /dev/sdb1 /mnt/ gfs_controld join connect error: Connection refused error moun

[Pacemaker] Error while mount gfs2 filesystem in active/active clustering

2012-09-13 Thread ecfgijn
Hi All , I have configure active/active clustering in centos-6.2. But when i try to mount gfs2 file system i am getting an error , which is mentioned below [root@node1 ~]# mount /dev/sdb1 /mnt/ gfs_controld join connect error: Connection refused error mounting lockproto lock_dlm Any idea how

Re: [Pacemaker] CRM CLI guide gone?

2012-09-13 Thread Dejan Muhamedagic
On Mon, Sep 10, 2012 at 06:26:34PM +0200, Andreas Ntaflos wrote: > On 10/09/12 00:15, Andrew Beekhof wrote: > > On Fri, Sep 7, 2012 at 6:49 AM, Andreas Ntaflos > > wrote: > >> It seems the CRM CLI guide formally found under > >> > >> http://www.clusterlabs.org/doc/crm_cli.html > >> > >> is gone (

[Pacemaker] When are you going to release the next version of Booth?

2012-09-13 Thread Yuichi SEINO
Hi Jiaju, If the schedule is determined, I would like to know when you are going to release the next version of booth. And I have an other question. Currently, How many people operate booth on the system? Sincerely, Yuichi -- Yuichi SEINO METROSYSTEMS CORPORATION E-mail:seino.clust...@gmail.com

Re: [Pacemaker] How to add primitive resource to an already existing Group using crm

2012-09-13 Thread Dejan Muhamedagic
On Thu, Sep 13, 2012 at 01:52:18AM +, Kashif Jawed Siddiqui wrote: > Hi, > > The below works perfectly fine :) > > crm configure show Grp1 | sed 's/$/ newrsc/' | crm configure load update - There's also a somewhat shorter version using the filter: crm configure filter \"sed \'s