Re: [Pacemaker] error installing CentOS clvm after using clusterlabs repository

2010-08-03 Thread Andrew Beekhof
On Wed, Aug 4, 2010 at 3:05 AM, Michael Fung wrote: > Thanks to all who helped give hints. > > > I switched to Debian Squeeze. > > I don't want to spend time to study RHCS of RHEL 5 if Pacemaker/Corosync > is the future. Life is short. F-13 or the RHEL-6 betas also have all the bits you need (inc

[Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-03 Thread renayama19661014
Hi, I compiled Pacemaker1.1. But, the next error happened. [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# export PREFIX=/usr;export LCRSODIR=$PREFIX/libexec/lcrso;export CLUSTER_USER=hacluster;export CLUSTER_GROUP=haclient [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# ./autogen.sh && ./configure --pref

[Pacemaker] [PATCH]A redundant if sentence.

2010-08-03 Thread renayama19661014
Hi, It is the patch of a redundant if sentence for pengine. void unpack_operation( action_t *action, xmlNode *xml_obj, pe_working_set_t* data_set) { (snip) if(safe_str_eq(class, "stonith")) { action->needs = rsc_req_nothing; value = "nothing (fenci

Re: [Pacemaker] [PATCH]The changing of the log level of pengine process.

2010-08-03 Thread renayama19661014
Hi Andrew, Thank you for comment. It is difficult for me to illustrate by English. This patch is a considerably special demand of our user. Even if an STONITH resource duplicated, node and STONITH done STONITH of are that the log of the node to do wants to output it by warning. L

Re: [Pacemaker] error installing CentOS clvm after using clusterlabs repository

2010-08-03 Thread Michael Fung
Thanks to all who helped give hints. I switched to Debian Squeeze. I don't want to spend time to study RHCS of RHEL 5 if Pacemaker/Corosync is the future. Life is short. Rgds, Michael On 2010/8/3 下午 03:29, Brett Delle Grazie wrote: > Hi Mike, > > In RHEL 5.x and CentOS 5.x you must use CMAN

Re: [Pacemaker] [Problem]The problem of the combination of Pacemaker and corosync1.2.7.

2010-08-03 Thread renayama19661014
Hi Andrew, Thank you for comment. > No need to wait, the current tip of Pacemaker 1.1 is perfectly stable > (and included for RHEL6.0). > Almost all the testing has been done for 1.1.3, I've just been busy > helping out with some other projects at Red Hat and haven't had time > to do the actual r

Re: [Pacemaker] [Problem]The problem of the combination of Pacemaker and corosync1.2.7.

2010-08-03 Thread renayama19661014
Hi Vladislav, Thank you for comment. > This is probably connected to > http://marc.info/?l=openais&m=127977785007234&w=2 > > Steven promised to look at that issue after his vacation. I wait for a revision of Steven. Meanwhile, I use Pacemaker1.1 to recommend of Andrew. Best Regards, Hideo Ya

Re: [Pacemaker] what's the deal with 1.0.9 init_ais_connection?

2010-08-03 Thread Andrew Beekhof
On Tue, Aug 3, 2010 at 7:18 PM, Alan Jones wrote: > I'm trying to work a cib seg fault in init_ais_connection() for pacemaker > 1.0.9. Don't. Use 1.0.9.1 which already has the patch below. > The 1.0.8 version of this function is pretty stright forward, calling one of > the > comm stack's connect

[Pacemaker] what's the deal with 1.0.9 init_ais_connection?

2010-08-03 Thread Alan Jones
I'm trying to work a cib seg fault in init_ais_connection() for pacemaker 1.0.9. The 1.0.8 version of this function is pretty stright forward, calling one of the comm stack's connect functions depending on the config. In 1.0.9, however, it appears to be a recursive call that never ends. There is al

Re: [Pacemaker] Two cloned VM, only one of the both shows online when starting corosync/pacemaker

2010-08-03 Thread Guillaume Chanaud
On Mon, Jul 26, 2010 at 7:08 PM, Guillaume Chanaud wrote: Le 26/07/2010 14:38, Andrew Beekhof a écrit : On Fri, Jul 16, 2010 at 5:44 PM, Guillaume Chanaud wrote: Hello, [snip] # Optionally assign a fixed node id (integer) nodeid: 30283707487 In addition to changi

Re: [Pacemaker] Cluster Amnesia problem in Pacemaker

2010-08-03 Thread chajo
Thanks for clarification ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.

[Pacemaker] testing resources (was: Crazy idea #1)

2010-08-03 Thread Dejan Muhamedagic
Hi, On Mon, Aug 02, 2010 at 11:07:46PM +0200, Lars Marowsky-Bree wrote: > On 2010-08-02T19:05:53, Dejan Muhamedagic wrote: > > > Testing/starting/etc resources is easy, but the shell doesn't > > know about dependencies. > > I think this might not even be needed for the first step. Clearly, a >

Re: [Pacemaker] error installing CentOS clvm after using clusterlabs repository

2010-08-03 Thread Martijn Sprengers
Hi, The clvm resource agent is upcoming in Fedora 13 as part of an updated heartbeat/pacemaker package. FC 13 has already moved to Corosync/OpenAIS/Pacemaker/DRBD and FC 13 should be familiar to you regarding CentOS. Regards, Martijn Sprengers Disclaimer: Dit bericht is alleen bestemd voor de

Re: [Pacemaker] error installing CentOS clvm after using clusterlabs repository

2010-08-03 Thread Vladislav Bogdanov
03.08.2010 10:29, Brett Delle Grazie wrote: ... > (c) Try recompiling RHEL 6.x Beta packages - no guarantees here but it > should be possible, maybe. To use OCFS2, GFS2 or CLVM with corosync one needs support for userspace cluster stack in DLM, which is missing from EL5 kernel, so this would not

Re: [Pacemaker] error installing CentOS clvm after using clusterlabs repository

2010-08-03 Thread Brett Delle Grazie
Hi Mike, In RHEL 5.x and CentOS 5.x you must use CMAN and the RedHat Cluster Suite (RHCS) if you are going to used clustered LVM. This is because clvmd currently uses the CMAN interface to the cluster. In later versions, RedHat is moving towards Corosync / OpenAIS / (Pacemaker | RgManager) soluti