Re: [Pacemaker] cib_process_diff: Failed application of an update diff

2013-07-11 Thread Johan Huysmans
Hi, Sorry about the missing info, here it is: OS: CentOS 6.4 CoroSync: 1.4.1-15 Pacemaker: 1.1.10-1.el6-3463b39 (rc6) Any more info needed to investigate this error? On 10-07-13 16:23, Andreas Mock wrote: Hi Johan, I do forget it also often, but more than years ago you have to give detailed

[Pacemaker] again trouble with quorum (now with cman)

2013-07-11 Thread Andrey Groshev
Hi again! I've played enough with corosync 2.3.x. nothing good yet. Now I try build cluster with corosync/cman/pacemaker. I started with http://clusterlabs.org/quickstart-redhat.html as saw Andrew. More made ​​my config in pacemaker (with stonith disabled). The cluster started and I began tests

Re: [Pacemaker] again trouble with quorum (now with cman)

2013-07-11 Thread emmanuel segura
The stonith should be enabled, if you wanna your node joint the cluster in clean state after you disconnect the cable. Thanks 2013/7/11 Andrey Groshev > Hi again! > I've played enough with corosync 2.3.x. nothing good yet. > Now I try build cluster with corosync/cman/pacemaker. > I started

Re: [Pacemaker] again trouble with quorum (now with cman)

2013-07-11 Thread Digimer
You need fencing. Specifically, cman blocks when a fence is called and won't unblock until it's told that a fence completed successfully. Configure cluster.conf to use 'fence_pcmk', which tells cman to pass fence requests to pacemaker, and then configure (and test!) stonith in pacemaker. If y

Re: [Pacemaker] Pacemaker remote nodes, naming, and attributes

2013-07-11 Thread Lindsay Todd
So I've switched my cluster to be asymmetric... The remote nodes don't appear (although the VMs start, and pacemaker_remote runs on them). This is a problem. Temporarily switch to symmetric without restarting everything, and the remote nodes appear in the cluster status. (But I'd have to do mor

[Pacemaker] Simulating that a node is down.

2013-07-11 Thread Jacobo García
Hello, I am looking for different ways of testing that a node is down. I am finding a strange behavior with one of them (closing with IPtables the UDP communication port). I would like to know if closing the port is a recommended way of achieving my testing purposes. Also I would like to know oth

Re: [Pacemaker] Simulating that a node is down.

2013-07-11 Thread Andreas Mock
Hi Jacobo, one very interesting thing is missing. Overload the node. Make a programm/script which generates many IO-operations, many flushes and meanwhile requesting more and more memory from the OS until swapping begins. Ohhh, yes, swapping and IO is nice… …then you can prove your moni

Re: [Pacemaker] Using "avoids" location constraint

2013-07-11 Thread Andrew Beekhof
On 10/07/2013, at 11:32 PM, Andrew Morgan wrote: > When I look at the log files, I see that there's an attempt to fence drbd1 > even though I have name="stonith-enabled" value="false"/> in the CIB. Why would the cluster > still be attempting to STONITH? Some parts of cman - dlm specifically,

Re: [Pacemaker] again trouble with quorum (now with cman)

2013-07-11 Thread Andrey Groshev
11.07.2013, 18:48, "Digimer" : > You need fencing. Specifically, cman blocks when a fence is called and > won't unblock until it's told that a fence completed successfully. > Configure cluster.conf to use 'fence_pcmk', which tells cman to pass > fence requests to pacemaker, and then configure (an

Re: [Pacemaker] again trouble with quorum (now with cman)

2013-07-11 Thread Digimer
On 12/07/13 00:59, Andrey Groshev wrote: 11.07.2013, 18:48, "Digimer" : You need fencing. Specifically, cman blocks when a fence is called and won't unblock until it's told that a fence completed successfully. Configure cluster.conf to use 'fence_pcmk', which tells cman to pass fence requests

[Pacemaker] VirtualDomain Monitor Script

2013-07-11 Thread Gregg Stock
I'm adding monitor_scripts to my VirtualDomain resources and had a couple of questions. 1. Does the monitor script run on the domain controller? Right now, I have shared storage nodes that are firewalled from accessing the virtual machines but could open it if required. Also, then copies of th