Re: [Pacemaker] colocation that doesn't

2010-11-05 Thread Pavlos Parissis
On 5 November 2010 04:07, Vadym Chepkov vchep...@gmail.com wrote: On Nov 4, 2010, at 12:53 PM, Alan Jones wrote: If I understand you correctly, the role of the second resource in the colocation command was defaulting to that of the first Master which is not defined or is untested for

Re: [Pacemaker] Corosync using unicast instead of multicast

2010-11-05 Thread Dan Frincu
Hi, Alan Jones wrote: This question should be on the openais list, however, I happen to know the answer. To get up and running quickly you can configure broadcast with the version you have. I've done that already, however I was a little concerned as to what Steven Dake said on the openais

[Pacemaker] Pacemaker and LUKS partition

2010-11-05 Thread Georges-Etienne Legendre
Hi, I would like to use Pacemaker to open and mount an encrypted LUKS partition. Is there an OCS that is already available for LUKS / dm-crypt? If not, how complicated it is to write one? Any initial recommendation? Here an overview of the device stack: MySQL -- ext3 -- LUKS -- DRBD -- LVM --

Re: [Pacemaker] Corosync using unicast instead of multicast

2010-11-05 Thread Steven Dake
On 11/05/2010 01:30 AM, Dan Frincu wrote: Hi, Alan Jones wrote: This question should be on the openais list, however, I happen to know the answer. To get up and running quickly you can configure broadcast with the version you have. I've done that already, however I was a little concerned as

Re: [Pacemaker] crm_mon and pingd

2010-11-05 Thread Keisuke MORI
Hi Vadym, Could you provide the output of 'cibadmin -Q' to see what's happening over there? Thanks, 2010/11/4 Vadym Chepkov vchep...@gmail.com: Hi, It seems this patch in pacemaker doesn't work as expected changeset:   15672:4d50adc3ccd9 branch:      stable-1.0 user:        Andrew

Re: [Pacemaker] crm_mon and pingd

2010-11-05 Thread Vadym Chepkov
On Nov 5, 2010, at 1:29 PM, Keisuke MORI wrote: Hi Vadym, Could you provide the output of 'cibadmin -Q' to see what's happening over there? Thanks, As Yuusuke IIDA pointed out this is a new and expected behavior of crm_mon. To be honest I don't excited about it, since -A flag fills

Re: [Pacemaker] colocation that doesn't

2010-11-05 Thread Alan Jones
The attached patch shows how I'm debugged this problem. First enable pengine debug prints by changing the argument to crm_log_init from LOG_INFO to LOG_DEBUG_6. Then you will notice that filter_colocation_constraint() drops the colocation rule because myprim has an Unkown role. I then modified the

Re: [Pacemaker] crm_mon and pingd

2010-11-05 Thread Vladislav Bogdanov
05.11.2010 19:39, Vadym Chepkov wrote: ... As Yuusuke IIDA pointed out this is a new and expected behavior of crm_mon. To be honest I don't excited about it, since -A flag fills screen with master-drbd scores and not just pingd. watch crm_mon -1A|grep -E \^(\* Node|\+ ping)\ ?

Re: [Pacemaker] crm_mon and pingd

2010-11-05 Thread Vadym Chepkov
On Nov 5, 2010, at 2:36 PM, Vladislav Bogdanov wrote: 05.11.2010 19:39, Vadym Chepkov wrote: ... As Yuusuke IIDA pointed out this is a new and expected behavior of crm_mon. To be honest I don't excited about it, since -A flag fills screen with master-drbd scores and not just pingd.

Re: [Pacemaker] Pacemaker and LUKS partition

2010-11-05 Thread Georges-Etienne Legendre
For your information, I ended up using eCryptFS, which can be mounted like any other partition. The ocf:heartbeat:Filesystem can thus be used directly. Thanks, -- Georges-Etienne On Fri, 5 Nov 2010 07:42:07 -0400, Georges-Etienne Legendre leg...@legege.com wrote: Hi, I would like to use