Re: [Pacemaker] Question about Dual Primary DRBD + OCFS2

2010-03-26 Thread rvm
> Oh, debian i686. Figures. > You'll need to rebuild the packages yourself, the ones from Madkiss' > repo don't seem to work for i686. Hi Andrew, thanks for your answer. Which packages I need to rebuild ? All of them ? I need to start from scratch (http://www.clusterlabs.org/wiki/Install#From_Sou

Re: [Pacemaker] Question about Dual Primary DRBD + OCFS2

2010-03-23 Thread rvm
Hi, Some tests today... If I switch off my network interface (ifdown eth0) or if i kill (-9) corosync, i've got a segfault of dlm_controld and the node reboot. Is it normal ? My tests are too hard ? Thanks a lot ;-) Regards - Mail Original - De: r...@free.fr À: pacemaker@oss.clusterla

[Pacemaker] Question about Dual Primary DRBD + OCFS2

2010-03-22 Thread rvm
Hi all, Following this doc http://www.clusterlabs.org/wiki/Dual_Primary_DRBD_%2B_OCFS2, I've just installed 2 nodes (with some minors adjustements) and now I'm testing my setup. If I set one node in standby and bring it online again, the other node sees this node "Inconsistent". The node just b

Re: [Pacemaker] on fail standby with migration-threshold

2010-02-19 Thread rvm
Hello, > Oups sorry... In fact, I want : > * After two failures on a resource, move the resource away and _never_ > go back even if the new node fails. => ok with > migration-threshold="2" > * if my node crash, move my resource and set infinite score on this > fail node to never return on this

Re: [Pacemaker] Setup cluster

2010-02-18 Thread rvm
Hi, > # crm configure primitive ClusterIP ocf:heartbeat:IPaddr2 \ > params ip=192.168.9.101 cidr_netmask=32 \ > op monitor interval=30s I think, i'm not sure, that you need to add nic="eth0" (for example) and your broadcast. And your nestmask sould be 24 ? For example : primitive VIP ocf:heartbe

[Pacemaker] hb_delnode: No such file or directory on debian

2010-02-17 Thread rvm
Hi, On debian Lenny, pacemaker and heartbeat from http://people.debian.org/~madkiss/ha : crm(live)# node crm(live)node# delete ha-test2 /bin/sh: /usr/lib/heartbeat/hb_delnode: No such file or directory # dpkg -L heartbeat|grep hb_delnode /usr/share/heartbeat/hb_delnode Thanks again ;-) R

[Pacemaker] Multi-State Resources and failback ?

2010-02-17 Thread rvm
Hi all, Today, I'm trying a MS set on my two nodes cluster : primitive TEST ocf:me:mysql \ op monitor interval="10s" role="Master" timeout="10s" \ op monitor interval="11s" role="Slave" timeout="10s" \ meta migration-threshold="2" ms MS TEST \ meta clone-max="2" no

Re: [Pacemaker] on fail standby with migration-threshold

2010-02-17 Thread rvm
> > Yeah, that would be expected. > Good idea for an enhancement though... feel like creating a bugzilla > entry? > > http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker ok ;-) > Just what you have (without the on-fail setting) should be sufficient > for that. Oups sorr

[Pacemaker] on fail standby with migration-threshold

2010-02-16 Thread rvm
Hi all, I'm trying to have this configuration on my 2 nodes test cluster : * After two failures on a resource, standby the node and move the resource away. In fact this : primitive APACHE ocf:me:apache \ params url="http://localhost/server-status"; \ op monitor interval="10s" tim

Re: [Pacemaker] ANNOUNCE: Pacemaker 1.0.3 now available (maintenance release)

2009-04-15 Thread Rvm
> Right. I forgot to update the changelog before tagging the release. > I'll try not to forget next time. Sorry. > No problem ;-) Thanks ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Re: [Pacemaker] ANNOUNCE: Pacemaker 1.0.3 now available (maintenance release)

2009-04-15 Thread Rvm
Hello, Thanks for this release. I've just build pacemaker with "dpkg-buildpackage -rfakeroot -uc -us" according to the wiki. The generated .deb is in version 1.0.2-1 not 1.0.3. I think the DEBIAN/control is not up to date ? Regards, Andrew Beekhof a écrit : > Hi all, > > Now that the SLES11 crunc

Re: [Pacemaker] Help for Master/Slave Mysql with Pacemaker

2009-03-10 Thread Rvm
Thanks for your answer. I've already try a colocation rule like this but it doesn't work. Here my hb_report. Thanks again. Andrew Beekhof a écrit : > On Mon, Mar 9, 2009 at 14:37, wrote: > >> Hello, >> >> I'm trying to setup a master/slave mysql with a VIP on my master and a VIP >> on my sl

[Pacemaker] Help for Master/Slave Mysql with Pacemaker

2009-03-09 Thread rvm
Hello, I'm trying to setup a master/slave mysql with a VIP on my master and a VIP on my slave. The idea is to use a VIP for R/W connections on the master node and a VIP for R/O connections in the slave node. The R/W VIP always run with the Master role and the R/O can run on the Master node only