Re: [Pacemaker] pacemaker processes RSS growth

2012-09-12 Thread Andrew Beekhof
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 Bogdanov wrote: >> ... >>> lrmd seems not to clean up gio channels properly: >> >> I prefer to call g_io_channel_unref() right after g_io_add_watch_full() >> inst

[Pacemaker] A VirtualDomain resource is deleted immediatly after create. Add syslog of both hosts.

2012-09-12 Thread Changlimin
Hi, I create some VirtualDomain resources VMwindows-moban-clone-20, VMwindows-moban-clone-21, VMwindows-moban-clone-22. I cannot see VMwindows-moban-clone-21 when do crm status. In the syslog, the VMwindows-moban-clone-21 is deleted immediatly after create. OS: ubuntu 12.04 LTS

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

2012-09-12 Thread Kashif Jawed Siddiqui
Hi, I would like to know is there a way to add new primitive resource to an already existing group. I know crm configure edit requires manual editing. But is there a direct command? Like, crm configure group Grp1 Res1 Res2 Res3 ## This is used to create group

Re: [Pacemaker] VirtualDomain shutdown problem

2012-09-12 Thread Raoul Bhatia [IPAX]
On 2012-09-11 12:52, Luca Meron wrote: I've an installation with a VirtualDomain KVM machine which doesn't support shutdown, so it has to be destroyed. From what I see VirtualDomain should first issue a shutdown and after the timeout destroy the vm, but I'm using Pacemaker 1.1.6 and I found th

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

2012-09-12 Thread Dan Frincu
Hi, On Wed, Sep 12, 2012 at 11:56 AM, Kashif Jawed Siddiqui wrote: > Hi, > > > > I would like to know is there a way to add new primitive resource to an > already existing group. > > > > I know crm configure edit requires manual editing. > > > > But is there a direct command? > > > >

[Pacemaker] Not connected to Heartbeat

2012-09-12 Thread Junko IKEDA
Hi, I got the following error message from attrd repeatedly. attrd: [7897]: ERROR: send_ha_message: Not connected to Heartbeat "ps" or "lsof" command shows "attrd" is surely alive, but it seems that there is no connection between attrd and heartbeat(or ccm/crm?). Is there anybody who sees the si

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

2012-09-12 Thread Dejan Muhamedagic
Hi, On Wed, Sep 12, 2012 at 12:15:34PM +0300, Dan Frincu wrote: > Hi, > > On Wed, Sep 12, 2012 at 11:56 AM, Kashif Jawed Siddiqui > wrote: > > Hi, > > > > > > > > I would like to know is there a way to add new primitive resource to an > > already existing group. > > > > > > > > I know cr

Re: [Pacemaker] pacemaker processes RSS growth

2012-09-12 Thread Vladislav Bogdanov
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 Bogdanov wrote: >>> ... lrmd seems not to clean up gio channels properly: >>> >>> I prefer to call g_io_channel

Re: [Pacemaker] VirtualDomain shutdown problem

2012-09-12 Thread Luca Meron
> What do you mean by "a VirtualDomain KVM machine which doesn't > support shutdown" ? the VM doesn't have acpid. > What version of the resource/cluster agents are you using? 3.9.2 thanks ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org htt

[Pacemaker] xen-cluster with ocfs2

2012-09-12 Thread Waldemar Brodkorb
Hi, I'm doing some research on Xen-Clusters with Pacemaker and OCFS2. My playground is just a Mac book with Virtualbox and two Debian/unstable virtual machines. I followed this guide here: http://publications.jbfavre.org/virtualisation/cluster-xen-corosync-pacemaker-drbd-ocfs2.en After some OC

Re: [Pacemaker] VirtualDomain shutdown problem

2012-09-12 Thread Raoul Bhatia [IPAX]
On 2012-09-12 16:38, Luca Meron wrote: What do you mean by "a VirtualDomain KVM machine which doesn't support shutdown" ? the VM doesn't have acpid. What version of the resource/cluster agents are you using? 3.9.2 Thanks, ok, i think i cannot help you then. But you could try to manually

Re: [Pacemaker] xen-cluster with ocfs2

2012-09-12 Thread Lars Marowsky-Bree
On 2012-09-12T18:01:25, Waldemar Brodkorb wrote: > Is there no way to handle a power outage of xen01 (virtual box poweroff > button), when stonith is disabled? > Actually xvm-01 resource can not be started on xen02, because /cluster is not > accessible on xen02. > (ls -la /cluster is hanging e

Re: [Pacemaker] xen-cluster with ocfs2

2012-09-12 Thread Waldemar Brodkorb
Hi, On Sep 12, 2012, at 6:28 PM, Lars Marowsky-Bree wrote: > On 2012-09-12T18:01:25, Waldemar Brodkorb wrote: > >> Is there no way to handle a power outage of xen01 (virtual box poweroff >> button), when stonith is disabled? >> Actually xvm-01 resource can not be started on xen02, because /clus

Re: [Pacemaker] xen-cluster with ocfs2

2012-09-12 Thread Lars Marowsky-Bree
On 2012-09-12T19:23:15, Waldemar Brodkorb wrote: > In the meanwhile I found the -f 0 option for dlm_controld.pcmk. After > activating this option in the ocf script "controld" > and restart of both nodes, I finally can recover from a power outage of one > node. No OCFS2 hanging anymore. Your da

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

2012-09-12 Thread Arnold Krille
On Wed, 12 Sep 2012 08:56:49 + Kashif Jawed Siddiqui wrote: > I would like to know is there a way to add new primitive resource > to an already existing group. > > I know crm configure edit requires manual editing. > > But is there a direct command? > > Like, > > crm co

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

2012-09-12 Thread Kashif Jawed Siddiqui
Hi, The below works perfectly fine :) crm configure show Grp1 | sed 's/$/ newrsc/' | crm configure load update - Please do take up to provide a command for the same in the future versions of Pacemaker CRM. Regards, Kashif Jawed Siddiqui *

Re: [Pacemaker] pacemaker processes RSS growth

2012-09-12 Thread Andrew Beekhof
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 Bogdanov wrote: ... > lrmd seems not to