On Wed, 2009-12-02 at 08:04 +0100, Michael Schwartzkopff wrote:
> Hi,
> 
> I have corosync-1.1.2+svn20091102 and openais-1.1.0-1 installed on a debian 
> system. These packages where compiled by madkiss beginning of November.
> 
> I start corosync from init and alos want to have the ckpt service from 
> openais. So I enter
> 
> corosync-cfgtool -l service_cpkt
> 
> but in the logs I find:
> corosync [SERV] Service failed to load 'service-ckpt'
> 
> I turned debug on in the corosync.conf but nothing else in the logs.
> 

The name of the service is openais_ckpt.  Also you must specify a
version (which is 0).

I recommend doing this at startup.  To do this, create a directory
in /etc/corosync called service.d.

In /etc/corosync/service.d/ckpt file put the following contents:
service {
        name: openais_ckpt
        ver: 0
}

That will load the service on system start.  Module load/unload during
runtime is a bit experimental.

Regards
-steve
> Any ideas? Thanks.
> 

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to