Re: [Pacemaker] CMAN and Pacemaker

2012-01-05 Thread Fil
Thanks for the fix, its working on this cluster, I'll test it in the morning on few more boxes. systemd, what was wrong with system V startup scripts.... fil On 01/06/2012 01:13 AM, Andrew Beekhof wrote: > On Fri, Jan 6, 2012 at 4:20 PM, Fil wrote: >> :( weird huh > >

Re: [Pacemaker] CMAN and Pacemaker

2012-01-05 Thread Fil
://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Clusters_from_Scratch/ch08s02s02.html >> ? >> >> On Thu, Jan 5, 2012 at 5:15 PM, Fil wrote: >>> I am doing exactly the same thing: >>> >>> systemctl start cman.service >>> systemctl start p

Re: [Pacemaker] CMAN and Pacemaker

2012-01-05 Thread Fil
yes On 01/05/2012 11:50 PM, Andrew Beekhof wrote: > Did you disable cman's quorum timeout as per: > > http://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Clusters_from_Scratch/ch08s02s02.html > ? > > On Thu, Jan 5, 2012 at 5:15 PM, Fil wrote: >> I am

Re: [Pacemaker] CMAN and Pacemaker

2012-01-04 Thread Fil
-quorum corosync thanks fil On 01/05/2012 12:26 AM, Andrew Beekhof wrote: > It seems to work here. > > Can you post the output of: pacemakerd --features > What are the exact commands you're running? > > I'm running: >systemctl start cman.service >systemctl s

Re: [Pacemaker] CMAN and Pacemaker

2012-01-02 Thread Fil
yes systemd, and no selinux. On 01/02/2012 08:04 PM, Andrew Beekhof wrote: > On Tue, Jan 3, 2012 at 11:22 AM, Fil wrote: >> nothing from the pacemaker, but if I do: >> >> cd /etc/init.d/; ./pacemaker start >> >> it works every time, while: >> >> /

Re: [Pacemaker] CMAN and Pacemaker

2012-01-02 Thread Fil
not in cman/pacemaker. thanks fil On 01/02/2012 06:05 PM, Andrew Beekhof wrote: > On Sat, Dec 31, 2011 at 12:24 PM, Fil wrote: >> Hi Andreas, >> >> That is exactly how I am staring the cluster first cman and then >> pacemaker. For some reason pacemaker doesn't st

Re: [Pacemaker] CMAN and Pacemaker

2011-12-30 Thread Fil
uot; \ no-quorum-policy="ignore" \ default-resource-stickiness="100" \ last-lrm-refresh="1325237993" \ stonith-timeout="60s" \ stonith-action="reboot"

[Pacemaker] CMAN and Pacemaker

2011-12-24 Thread Fil
Hi everyone, Happy holidays! I need some help with adding CMAN to my current cluster config. Currently I have a two node Corosync/Pacemaker (Active/Passive) cluster. It works as expected. Now I need to add a distributed filesystem to my setup. I would like to test GFS2. As much as I understand I

Re: [Pacemaker] How to use monitor action in VIrtualDomain resource agent

2011-12-10 Thread Fil
Andreas, I moved my config files to the local file system, and everything works as expected. Thanks for the pointers. Now I have to start debugging why this thing doesn't like NFS. thanks Fil On 12/09/2011 08:31 AM, Andreas Kurz wrote: > Hello Fil, > > On 12/07/2011 07:41 AM, Fi

Re: [Pacemaker] How to use monitor action in VIrtualDomain resource agent

2011-12-06 Thread Fil
at -r operator returns true if $OCF_RESKEY_config is a regular file or a directory. Shouldn't this be a -f check followed by the -r check? thanks fil Dec 07 01:25:53 server01.adriaticsolutions.com pengine: [5297]: info: native_print: vm_test (ocf::adriatic:VirtualDomain): Started server01

[Pacemaker] How to use monitor action in VIrtualDomain resource agent

2011-12-04 Thread Fil
failing to migrate and sometimes they don't even start cleanly. Every time I need to manually cleanup the resource group and then it seems it seems to work. Could you please explain if I need monitor action and how do I make it work. thanks fil Here are the error messages