[Pacemaker] Completely unrelated release

2014-07-21 Thread Andrew Beekhof
In non-cluster news, I've been playing with Objective-C (which is actually kind of nice) and written an iOS app. Its still a little clunky but it doesn't report my every move to facebook which was a good starting point. 1 free (pacemaker) feature for the first person that can find the silly thin

Re: [Pacemaker] Announcing 1.1.12 - Final

2014-07-21 Thread Digimer
Congrats! I know you've been busting your ass to get this out for some time now. :) digimer On 21/07/14 10:22 PM, Andrew Beekhof wrote: I am pleased to report that 1.1.12 is finally done. This is a really great release and includes three key improvements: - ACLs are now on by default - pacem

Re: [Pacemaker] cloned resources

2014-07-21 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Tuesday, 22 July 2014 12:07 PM > To: The Pacemaker cluster resource manager > Subject: Re: [Pacemaker] cloned resources [snip] > > I can do this > > > > pcs resource meta proxyybip-clone clone-node-max=1 >

[Pacemaker] Announcing 1.1.12 - Final

2014-07-21 Thread Andrew Beekhof
I am pleased to report that 1.1.12 is finally done. This is a really great release and includes three key improvements: - ACLs are now on by default - pacemaker-remote now works for bare-metal nodes - Thanks to a new algorithm, the CIB is now two orders of magnitude faster. This means less C

Re: [Pacemaker] cloned resources

2014-07-21 Thread Andrew Beekhof
On 22 Jul 2014, at 11:47 am, Alex Samad - Yieldbroker wrote: > I can do this > > pcs resource meta proxyybip-clone clone-node-max=1 > > wait > pcs resource meta proxyybip-clone clone-node-max=2 > > that seems to distribute the resources again. right, we need to improve that functionality

Re: [Pacemaker] cloned resources

2014-07-21 Thread Alex Samad - Yieldbroker
I can do this pcs resource meta proxyybip-clone clone-node-max=1 wait pcs resource meta proxyybip-clone clone-node-max=2 that seems to distribute the resources again. A > -Original Message- > From: Alex Samad - Yieldbroker [mailto:alex.sa...@yieldbroker.com] > Sent: Tuesday, 22 July

Re: [Pacemaker] cloned resources

2014-07-21 Thread Alex Samad - Yieldbroker
But I do want it to go over when there is an issue and to come back when that issue is fixed . I tried a move, but it doesn't work on individual items of a cloned resource :( A > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Tuesday, 22 July 2014 11:17 AM

Re: [Pacemaker] cloned resources

2014-07-21 Thread Andrew Beekhof
On 22 Jul 2014, at 11:08 am, Alex Samad - Yieldbroker wrote: > Hi > > Online: [ alcdmz1 gsdmz1 ] > > Full list of resources: > > Clone Set: proxyybip-clone [proxyybip] (unique) > proxyybip:0(ocf::heartbeat:IPaddr2): Started alcdmz1 > proxyybip:1(ocf::heartbeat:

Re: [Pacemaker] cloned resources

2014-07-21 Thread Alex Samad - Yieldbroker
Hi Let me expand pcs config Cluster Name: dmz Corosync Nodes: Pacemaker Nodes: alcdmz1 gsdmz1 Resources: Clone: proxyybip-clone Meta Attrs: globally-unique=true clone-max=2 clone-node-max=2 Resource: proxyybip (class=ocf provider=heartbeat type=IPaddr2) Attributes: ip=10.32.20.12

[Pacemaker] cloned resources

2014-07-21 Thread Alex Samad - Yieldbroker
Hi Online: [ alcdmz1 gsdmz1 ] Full list of resources: Clone Set: proxyybip-clone [proxyybip] (unique) proxyybip:0(ocf::heartbeat:IPaddr2): Started alcdmz1 proxyybip:1(ocf::heartbeat:IPaddr2): Started gsdmz1 how can I turn off proxyybip:0 or how do I mov

Re: [Pacemaker] Managing big number of globally-unique clone instances

2014-07-21 Thread Andrew Beekhof
On 21 Jul 2014, at 11:07 pm, Vladislav Bogdanov wrote: > 21.07.2014 13:37, Andrew Beekhof wrote: >> >> On 21 Jul 2014, at 3:09 pm, Vladislav Bogdanov wrote: >> >>> 21.07.2014 06:21, Andrew Beekhof wrote: On 18 Jul 2014, at 5:16 pm, Vladislav Bogdanov wrote: > Hi An

Re: [Pacemaker] Cannot create more than 27 multistate resources

2014-07-21 Thread K Mehta
This error is thrown when i try to create master resource. [root@vsanqa11 kiran]# pcs resource master ms-f3611cc5-a68f-4c69-ab35-a9b226473e5d vha-f3611cc5-a68f-4c69-ab35-a9b226473e5d meta clone-max=2 globally-unique=false target-role=started Error: unable to locate command: /usr/sbin/cibadmin [ro

Re: [Pacemaker] Cannot create more than 27 multistate resources

2014-07-21 Thread Colin Mason
I have run into this issue with greater than 55 resources when using pcs-0.9.90-2.el6.centos.2.noarch. The other workaround is to run the pcs command with --debug. Take the whole XML text that pcs is trying to run cibadmin with and place it into a text file. Now convert the cibadmin command fro

Re: [Pacemaker] Cannot create more than 27 multistate resources

2014-07-21 Thread Chris Feist
On 07/21/2014 05:22 AM, Andrew Beekhof wrote: Chris, Does the error below mean anything to you? This seems to be happening once the CIB reaches a certain size, but is on the client side and possibly before the pacemaker tools are invoked. I grabbed your debug file and did some tests and it lo

[Pacemaker] glue 1.0.12 released

2014-07-21 Thread Dejan Muhamedagic
Hello, The current glue repository has been tagged as 1.0.12. It's been a while since the release candidate 1.0.12-rc1. There were a few minor fixes and additions in the meantime, mostly for hb_report. Please upgrade at the earliest possible opportunity. You can get the 1.0.12 tarball here:

Re: [Pacemaker] Managing big number of globally-unique clone instances

2014-07-21 Thread Vladislav Bogdanov
21.07.2014 13:37, Andrew Beekhof wrote: > > On 21 Jul 2014, at 3:09 pm, Vladislav Bogdanov wrote: > >> 21.07.2014 06:21, Andrew Beekhof wrote: >>> >>> On 18 Jul 2014, at 5:16 pm, Vladislav Bogdanov wrote: >>> Hi Andrew, all, I have a task which seems to be easily solvable with th

[Pacemaker] 1.1.12-final is coming

2014-07-21 Thread Andrew Beekhof
If things go as planned, I'll be tagging and releasing $subject into the wild tomorrow. So if you have any last minute feedback, now is the time... -- beekhof signature.asc Description: Message signed with OpenPGP using GPGMail ___ Pacemaker mailing l

Re: [Pacemaker] Managing big number of globally-unique clone instances

2014-07-21 Thread Andrew Beekhof
On 21 Jul 2014, at 3:09 pm, Vladislav Bogdanov wrote: > 21.07.2014 06:21, Andrew Beekhof wrote: >> >> On 18 Jul 2014, at 5:16 pm, Vladislav Bogdanov wrote: >> >>> Hi Andrew, all, >>> >>> I have a task which seems to be easily solvable with the use of >>> globally-unique clone: start huge num

Re: [Pacemaker] Cannot create more than 27 multistate resources

2014-07-21 Thread Andrew Beekhof
Chris, Does the error below mean anything to you? This seems to be happening once the CIB reaches a certain size, but is on the client side and possibly before the pacemaker tools are invoked. On 9 Jul 2014, at 6:49 pm, K Mehta wrote: > [root@vsanqa11 ~]# pcs resource create > vha-3de5ab16-99