Accepting request 197408 from home:goldwynr:branches:network:ha-clustering:Factory

mount sets up stack

OBS-URL: https://build.opensuse.org/request/show/197408
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=66
This commit is contained in:
2013-09-04 18:00:10 +00:00
committed by Git OBS Bridge
parent 6f2583e888
commit 3e4aa7393f
9 changed files with 182 additions and 1406 deletions

View File

@@ -35,11 +35,6 @@
: ${OCF_RESKEY_CRM_meta_gloablly_unique:="false"}
o2cb_start() {
/sbin/modprobe ocfs2_stackglue
/sbin/modprobe ocfs2_stack_user
/sbin/modprobe ocfs2
echo "pcmk" > /sys/fs/ocfs2/cluster_stack
ocf_log info "o2cb is now obsolete. Please remove the o2cb resource agent in your next maintenance window!"
return $OCF_SUCCESS
}