Changes between Version 2 and Version 3 of Documentation/Logs/PacemakerGFS2
- Timestamp:
- Apr 20, 2015 12:08:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Logs/PacemakerGFS2
v2 v3 13 13 pcs stonith level add 1 g1 pn7320 14 14 15 pcs constraint location ipmi_s1 avoids s1=INFINITY 16 15 17 pcs property set no-quorum-policy=freeze 16 18 pcs resource create dlm ocf:pacemaker:controld op monitor interval=30s on-fail=fence clone interleave=true ordered=true … … 19 21 pcs constraint colocation add clvmd-clone with dlm-clone 20 22 23 pcs resource create gfs2home Filesystem device=/dev/GFS2HOME/HOME directory=/home fstype=gfs2 "options=relatime" op monitor interval=10s on-fail=fence clone interleave=true 24 pcs constraint order start clvmd-clone then gfs2home-clone 25 pcs constraint colocation add gfs2home-clone with clvmd-clone 21 26 }}} 22 27