fi
;;
esac
I add cifs in the cluster-aware list, is it right?
Best Regards,
Qiu Zhigang
From: Mark Gardner [mailto:markg...@gmail.com]
Sent: Friday, December 23, 2011 5:15 PM
To: The Pacemaker cluster resource manager
Subject: Re: [Pacemaker] why pacemaker can't clon
>
> 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