+ ocf_log err "local node <${NODENAME}> must be a member of the wsrep_cluster_address <${OCF_RESKEY_wsrep_cluster_address}>to start this galera instance"
+ return $OCF_ERR_CONFIGURED
+ fi
+
+ mysql_common_prepare_dirs
+ mysql_common_start "$extra_opts"
+
+ is_readonly
+ if [ $? -ne 0 ]; then
+ ocf_log err "Failure. Slave instance did not start correctly in read-only mode, Make sure local galera.cnf does not have wsrep_cluster_address set."
+ return $OCF_ERR_GENERIC
+ fi
+
+ ocf_log info "attempting to detect last commit version"