Hi,

On Fri, Aug 13, 2010 at 01:46:05PM +0200, Alain.Moulle wrote:
> Hi,
> 
> I'm trying to configure ocfs2 under Pacemaker (pacemaker-1.1.2-2)
> 
> When configuring the resource for service o2cb :
> 
> primitive o2cb ocf:ocfs2:o2cb op monitor interval=120s
> 
> I got this error displayed by crm_mon :
> 
> o2cb:0_monitor_0 (node=devha0, call=14, rc=5, status=complete): not installed
> 
> and I saw in syslog that the pb was about the missing "user" in
> /sys/fs/ocfs2/loaded_cluster_plugins , as the script 
> in the monitor target does :
> 
>     grep user "$LOADED_PLUGINS_FILE" >/dev/null 2>&1; rc=$?
>     if [ $rc != 0 ]; then
>         ocf_log err "Wrong stack `cat $LOADED_PLUGINS_FILE`"
>         return $OCF_ERR_INSTALLED
>     fi
> 
> I currently have only "o2cb" in this file.

IIRC, this happens if /etc/init.d/o2cb runs. You should disable
that service.

Thanks,

Dejan

> Could somebody tell me why it checks "user" or why I have'nt "user"
> currently in this file ? 
> It seems we don't have the rights to modify this file manually and that
> infos are added automatically in this file when some plugins are loaded,
> but ... ?
> And so the crm configure command needs this (these) plugins to be 
> loaded before ... ?
> 
> Thanks for any tips.
> Alain 
> 
> 
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to