Hello. I'm trying to deploy pacemaker active/passive cluster for openldap with slapd resource agent from: https://github.com/jhohm/resource-agents/blob/master/heartbeat/slapd
This agent has parameter called `services'. Documentation says that this parameter is a string and can accept multiple values separated by spaces: # crm ra info ocf:heartbeat:slapd | grep -A 2 services crm ra info ocf:heartbeat:slapd | grep -A 3 services services (string, [ldap:///]): LDAP (and other scheme) URLs to serve LDAP (and other scheme) URLs slapd will serve. For example, "ldap://127.0.0.1:389 ldaps:/// ldapi:///" When i try to specify multiple valus when i work with shadow copy i get an error: # crm_shadow --create test shadow[test] # crm configure primitive slapd_mirrormode ocf:heartbeat:slapd params slapd="/usr/lib/openldap/slapd" config="/etc/openldap/slapd.conf" user="ldap" group="ldap" services="ldap:/// ldaps:/// ldapi:///" meta migration-threshold="3" op monitor interval=10s element nvpair: Relax-NG validity error : Type ID doesn't allow value 'slapd_mirrormode-instance_attributes-ldaps:///' element nvpair: Relax-NG validity error : Element nvpair failed to validate attributes Relax-NG validity error : Extra element nvpair in interleave element nvpair: Relax-NG validity error : Element instance_attributes failed to validate content Relax-NG validity error : Extra element instance_attributes in interleave element cib: Relax-NG validity error : Element cib failed to validate content crm_verify[29922]: 2012/05/03_17:06:13 ERROR: main: CIB did not pass DTD/schema validation Errors found during check: config not valid ERROR: slapd_mirrormode: parameter ldapi:/// does not exist ERROR: slapd_mirrormode: parameter ldaps:/// does not exist Do you still want to commit? no Even single quotes does not solve the problem. _______________________________________________ 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