Hi,
( Pacemaker 1.1.2.7 on RHEL6 )
I just tried to configure a GFS2 Filesystem under Pacemaker, but
the FS is always mounted only on one side, not both sides :
Clone Set: dlm-clone [dlm]
Started: [ chili0 chili1 ]
Clone Set: gfs-clone [gfs-control]
Started: [ chili0 chili1 ]
Clone Set: fsGFS2 [fs-GFS2]
Started: [ chili1 ]
Stopped: [ fs-GFS2:0 ]
and after a while the node chili0 where the FS mount fails is fenced by
chili1
Is there something missing or wrong in my configuration below ?
or is there an already known issue on this subject ?
Thanks
Alain Moullé
My configuration around gfs2 items:
node chili0
node chili1
primitive dlm ocf:pacemaker:controld \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100" \
op monitor interval="120s"
primitive fs-GFS2 ocf:heartbeat:Filesystem \
params device="/dev/sdl" directory="/mnt/gfs2" fstype="gfs2" \
op start interval="0" timeout="60" \
op stop interval="0" timeout="60" \
op monitor interval="20" timeout="40" \
primitive gfs-control ocf:pacemaker:controld \
params daemon="gfs_controld.pcmk" args="-g 0" \
op monitor interval="120s" \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="120s"
clone dlm-clone dlm \
meta interleave="true"
clone fsGFS2 fs-GFS2
clone gfs-clone gfs-control \
meta interleave="true"
colocation gfs-with-dlm inf: gfs-clone dlm-clone
order start-gfs-after-dlm inf: dlm-clone gfs-clone
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems