Re: [Pacemaker] cibconfig dtd error

2011-06-26 Thread Andrew Beekhof
On Tue, Jun 14, 2011 at 6:55 AM, Shravan Mishra wrote: > Hi all, > > I'm trying to define a constraint like this: > > > cibadmin -o constraints -U -p< >   boolean-op="or"> >   > operation="eq"/> > value="1000"/> >     operation="not_defined"/> >   >   > operation="eq"/> > value="1000"/> >  

[Pacemaker] cibconfig dtd error

2011-06-13 Thread Shravan Mishra
Hi all, I'm trying to define a constraint like this: cibadmin -o constraints -U -p< END I'm getting Call cib_create failed (-47): Update does not conform to the configured schema/DTD Is it not possible to define constraints like these ? Thanks Shravan __