what is the replacement for gfs2-cluster?
I would like to be informed about what is the replacement for gfs2-cluster. How else is it possible to configure the Distributed Lock Manager when using crmsh in Pacemaker? Now that gfs2-cluster has been dropped in Trusty 14.04 LTS, I need to know what is the replacement for the following?:
crm<<EOF.
configure
primitive dlm_controld ocf:pacemaker:
params daemon=
op monitor interval="60s" timeout="640s" \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100s"
primitive gfs_controld ocf:pacemaker:
params daemon=
op monitor interval="60s" timeout="640s" \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100s"
group gr_locking dlm_controld gfs_controld
clone cl_locking gr_locking \
meta interleave="true"
commit
EOF.crm_locking
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Travis Bean
- Solved:
- 2015-01-01
- Last query:
- 2015-01-01
- Last reply:
Travis Bean (tlbean) said : | #1 |
I finally figured out that the replacement package (dlm_4.
diff -ur dlm-4.0.
--- dlm-4.0.
+++ dlm.patched/
@@ -19,7 +19,7 @@
# Description: starts and stops dlm_controld
### END INIT INFO
-. /etc/rc.
+. /lib/lsb/
prog="
progdir="cluster"