Hi, On Tue, Jun 18, 2013 at 11:22:17AM +0200, andreas graeper wrote: > hi, > i created a resource lsb:samba but the service script is 'smb' > so i got an unmanged orphaned resource what i cannot simply > delete. > corosync stop does not work, too.
The following should make the resource really unmanaged: # crm resource unmanage <rsc> Then you can remove it: # crm configure delete <rsc> Then cleanup: # crm resource cleanup <rsc> Thanks, Dejan > thanks > andreas > _______________________________________________ > Pacemaker mailing list: Pacemaker@oss.clusterlabs.org > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://bugs.clusterlabs.org _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org