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
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
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
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
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
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
>
> 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
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