Re: [Pacemaker] Issues with Pacemaker / Corosync

2011-12-23 Thread Arnold Krille
Hi, On Friday 23 December 2011 16:03:37 Aravind M D wrote: > I am facing some problem wth corosync and pacemaker implementation. I > have configured cluster on Debian squeeze, the package for corosync and > pacemaker is installed from backports. > I am configuring two node cluster and i have c

Re: [Pacemaker] OCFS2 problems when connectivity lost

2011-12-23 Thread Ivan Savčić | Epix
On 12/21/2011 1:07 PM, Tim Serong wrote: If STONITH is configured, the non-quorate node should be killed after a failed (or timed out) stop, and the quorate node should resume behaving normally. Thank you for your help, Tim. STONITH was indeed what was missing. Works as intended now. Ivan

[Pacemaker] Issues with Pacemaker / Corosync

2011-12-23 Thread Aravind M D
Hi All, I am facing some problem wth corosync and pacemaker implementation. I have configured cluster on Debian squeeze, the package for corosync and pacemaker is installed from backports. I am configuring two node cluster and i have configured one resource also. Below is my configuration. r

Re: [Pacemaker] OCFS2 problems when connectivity lost

2011-12-23 Thread Ivan Savčić | Epix
On 12/21/2011 7:26 PM, Reid, Mike wrote: Ivan, Can you post your configuration? Do you have STONITH enabled? I ran into similar issues in our Active/Active OCFS2/DRBD until we had a functioning STONITH, fwiw. Thank you for your and Florian's reply. It is indeed what was missing. It took tim

[Pacemaker] Role and the need of attrd?

2011-12-23 Thread Nirmala S
Hi All, I had gone through quite some documentation of pacemaker. But i could not find the information regarding attrd. 1. What is the role of attrd? 2. What is the need for it when cib daemon can maintain configuration and current state or how is it different from cib? 3. What is attrd

Re: [Pacemaker] why pacemaker can't clone CIFS Filesystem resource

2011-12-23 Thread Qiu Zhigang
Hi, Do you mean like following? case $FSTYPE in ocfs2) ocfs2_init ;; nfs|smbfs|none|gfs2|cifs) : # this is kind of safe too ;; *) if [ -n "$OCF_RESKEY_CRM_meta_clone" ]; then ocf_log err "$OCF_RESKEY_CRM_meta_clone" ocf_log

Re: [Pacemaker] why pacemaker can't clone CIFS Filesystem resource

2011-12-23 Thread Mark Gardner
> > So I read the Filesystem script code, find following code before start > resource. > > case $FSTYPE in > ocfs2) ocfs2_init >;; > nfs|smbfs|none|gfs2): # this is kind of safe too >;; > *) if [ -n "$OCF_RESKEY_CRM_meta_clone" ]; then >ocf_log err "$OCF_RE

[Pacemaker] why pacemaker can't clone CIFS Filesystem resource

2011-12-23 Thread Qiu Zhigang
Hi, I want to mount CIFS storage on every node of pacemaker cluster, so I use clone like following: However when I start cifs-clone, some error occurred, start failed, following is the lo