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

2011-12-23 Thread Qiu Zhigang
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

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