Re: [Pacemaker] version compatibility between pcs and pacemaker

2014-05-26 Thread Andrew Beekhof
On 27 May 2014, at 3:45 pm, K Mehta wrote: > No reason. Need to know which combination is expected to work. The bets approach is to update both. That combination is sure to work. > using 0.9.26 with new 1.1.10 pacemaker > and 0.9.90 with old pacemaker has issues in resource deletion. > > Bel

Re: [Pacemaker] no-quorum-policy = demote?

2014-05-26 Thread Gao,Yan
On 05/27/14 13:34, Andrew Beekhof wrote: > > On 27 May 2014, at 3:12 pm, Gao,Yan wrote: > >> On 05/27/14 08:07, Andrew Beekhof wrote: >>> >>> On 26 May 2014, at 10:47 pm, Christian Ciach wrote: >>> I am sorry to get back to this topic, but I'm genuinely curious: Why is "demote" a

Re: [Pacemaker] version compatibility between pcs and pacemaker

2014-05-26 Thread K Mehta
No reason. Need to know which combination is expected to work. using 0.9.26 with new 1.1.10 pacemaker and 0.9.90 with old pacemaker has issues in resource deletion. Below is the commands executed on 0.9.26 with 1.1.10 pacemaker [root@vsanqa11 tmp]# rpm -qa | grep pcs; rpm -qa | grep pacemaker; rp

Re: [Pacemaker] no-quorum-policy = demote?

2014-05-26 Thread Andrew Beekhof
On 27 May 2014, at 3:12 pm, Gao,Yan wrote: > On 05/27/14 08:07, Andrew Beekhof wrote: >> >> On 26 May 2014, at 10:47 pm, Christian Ciach wrote: >> >>> I am sorry to get back to this topic, but I'm genuinely curious: >>> >>> Why is "demote" an option for the ticket "loss-policy" for >>> mult

Re: [Pacemaker] version compatibility between pcs and pacemaker

2014-05-26 Thread Andrew Beekhof
On 27 May 2014, at 2:34 pm, K Mehta wrote: > I have seen that 0.9.26 works with 1.1.8 pacemaker and 0.9.90 works with > 1.1.10 pacemaker. > However, with 0.9.90 pcs and 1.1.8 pacemaker, pcs delete resource resource name> fails with error CIB update failed because of schema error Any specific

Re: [Pacemaker] unexpected demote request on master

2014-05-26 Thread Andrew Beekhof
On 27 May 2014, at 2:37 pm, K Mehta wrote: > So is globally-unique=false correct in my case ? yes > > > On Tue, May 27, 2014 at 5:30 AM, Andrew Beekhof wrote: > > On 26 May 2014, at 9:56 pm, K Mehta wrote: > > > What I understand from "globally-unique=false" is as follows > > Agent handl

Re: [Pacemaker] no-quorum-policy = demote?

2014-05-26 Thread Gao,Yan
On 05/27/14 08:07, Andrew Beekhof wrote: > > On 26 May 2014, at 10:47 pm, Christian Ciach wrote: > >> I am sorry to get back to this topic, but I'm genuinely curious: >> >> Why is "demote" an option for the ticket "loss-policy" for >> multi-site-clusters but not for the normal "no-quorum-policy

Re: [Pacemaker] unexpected demote request on master

2014-05-26 Thread K Mehta
So is globally-unique=false correct in my case ? On Tue, May 27, 2014 at 5:30 AM, Andrew Beekhof wrote: > > On 26 May 2014, at 9:56 pm, K Mehta wrote: > > > What I understand from "globally-unique=false" is as follows > > Agent handling the resource does exactly same processing on all nodes. >

Re: [Pacemaker] version compatibility between pcs and pacemaker

2014-05-26 Thread K Mehta
I have seen that 0.9.26 works with 1.1.8 pacemaker and 0.9.90 works with 1.1.10 pacemaker. However, with 0.9.90 pcs and 1.1.8 pacemaker, pcs delete resource fails with error CIB update failed because of schema error On Tue, May 27, 2014 at 5:28 AM, Andrew Beekhof wrote: > > On 26 May 2014, at

[Pacemaker] [Problem] The "dampen" parameter of the attrd_updater command is ignored, and an attribute is updated.

2014-05-26 Thread renayama19661014
Hi All, The attrd_updater command ignores the "dampen" parameter and updates an attribute. Step1) Start one node. [root@srv01 ~]# crm_mon -1 -Af Last updated: Tue May 27 19:36:35 2014 Last change: Tue May 27 19:34:59 2014 Stack: corosync Current DC: srv01 (3232238180) - partition WITHOUT quorum

Re: [Pacemaker] Long time to do promote

2014-05-26 Thread Andrew Beekhof
On 26 May 2014, at 4:56 pm, K Mehta wrote: > [root@vsanqa10 ~]# rpm -qa | grep pacemaker; rpm -qa | grep libqb; rpm -qa | > grep corosync; rpm -qa | grep cman; uname -a; cat /etc/redhat-release > pacemaker-libs-1.1.8-7.el6.x86_64 > pacemaker-cluster-libs-1.1.8-7.el6.x86_64 > pacemaker-cli-1.1.8

Re: [Pacemaker] no-quorum-policy = demote?

2014-05-26 Thread Andrew Beekhof
On 26 May 2014, at 10:47 pm, Christian Ciach wrote: > I am sorry to get back to this topic, but I'm genuinely curious: > > Why is "demote" an option for the ticket "loss-policy" for > multi-site-clusters but not for the normal "no-quorum-policy" of local > clusters? This seems like a missing

Re: [Pacemaker] [Fuel][HA] Notifying clones of offline nodes

2014-05-26 Thread Andrew Beekhof
On 27 May 2014, at 1:16 am, Vladimir Kuklin wrote: > Hi all > > We are working on HA solutions for OpenStack(-related) services and figured > out that sometimes we need clones to be notified if one of the cluster nodes > running clone instances goes offline. E.g., we need this information to

Re: [Pacemaker] unexpected demote request on master

2014-05-26 Thread Andrew Beekhof
On 26 May 2014, at 9:56 pm, K Mehta wrote: > What I understand from "globally-unique=false" is as follows > Agent handling the resource does exactly same processing on all nodes. For > processing this resource, agent on all nodes will use exactly same resources > (files, processes, same parame

Re: [Pacemaker] Process cib loops infinitely with 100% cpu usage and can't be killed

2014-05-26 Thread Andrew Beekhof
On 27 May 2014, at 5:48 am, Gabriel Gomiz wrote: > Hello Andrew and cluster folks! > > In the last month we are experiencing some weird problem with cib process in > one of our nodes > ('gandalf'), it's a 4-node cluster. Brief description: > > After some undetermined reason (we still can't fi

Re: [Pacemaker] version compatibility between pcs and pacemaker

2014-05-26 Thread Andrew Beekhof
On 26 May 2014, at 5:15 pm, K Mehta wrote: > pcs versions 0.9.26 and 0.9.90 > pacemaker versions 1.1.8 and 1.1.10 > > Which pcs versions are expected to work with which pacemaker versions ? I think for the most part, all versions will work together. There may be the odd command that requires a

[Pacemaker] Process cib loops infinitely with 100% cpu usage and can't be killed

2014-05-26 Thread Gabriel Gomiz
Hello Andrew and cluster folks! In the last month we are experiencing some weird problem with cib process in one of our nodes ('gandalf'), it's a 4-node cluster. Brief description: After some undetermined reason (we still can't figure out why) it begins looping infinitely and consuming 100% CPU

[Pacemaker] [Fuel][HA] Notifying clones of offline nodes

2014-05-26 Thread Vladimir Kuklin
Hi all We are working on HA solutions for OpenStack(-related) services and figured out that sometimes we need clones to be notified if one of the cluster nodes running clone instances goes offline. E.g., we need this information to make RabbitMQ AMQP broker cluster to forget this node until it goe

[Pacemaker] Location constraints when dealing with multi-site clusters

2014-05-26 Thread Christian Ciach
Hello, I am dealing with a three-node multi-site cluster using pacemaker and corosync. The third node is a quorum-only node. The three nodes form a single cluster and are connected using corosync over the internet (using VPN tunnels). Of cource, using corosync over the internet and using a third

Re: [Pacemaker] no-quorum-policy = demote?

2014-05-26 Thread Christian Ciach
I am sorry to get back to this topic, but I'm genuinely curious: Why is "demote" an option for the ticket "loss-policy" for multi-site-clusters but not for the normal "no-quorum-policy" of local clusters? This seems like a missing feature to me. Best regards Christian 2014-04-07 9:54 GMT+02:00

Re: [Pacemaker] unexpected demote request on master

2014-05-26 Thread K Mehta
What I understand from "globally-unique=false" is as follows Agent handling the resource does exactly same processing on all nodes. For processing this resource, agent on all nodes will use exactly same resources (files, processes, same parameters to agent entry points, etc). In case of my resourc

[Pacemaker] question about collocation and mutex

2014-05-26 Thread david.miao
hello everyone I have 4 resource agents A B C and D. A B C should run on the same node, but D should mutex with any of A B C. The following is my configure, is it correct? crm configure collocation ABC INFINITY: A B C crm configure collocation D-mutex-ABC -INFINITY: D (A B C) please give my so

[Pacemaker] version compatibility between pcs and pacemaker

2014-05-26 Thread K Mehta
pcs versions 0.9.26 and 0.9.90 pacemaker versions 1.1.8 and 1.1.10 Which pcs versions are expected to work with which pacemaker versions ? Regards, Kiran ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/list