On Nov 20, 2007, at 6:15 PM, Ivan wrote:

Hi,

I am just wondering why it is missing? Would it make a difference? If so
what? Perhaps it's not specified because the default type is suitable
for Xen resources... If so what is the default "type" if not specified?


try the dtd - type is not usually specified because it defaults to the value most people want

<!--
rsc_ordering constraints express dependencies between the actions on two resources.
 * from : A resource id
 * action : What action does this constraint apply to.
 * type : Should the action on from occur before or after action on to
 * to : A resource id
* symmetrical : If TRUE, create the reverse constraint for the other action also.

Read as:
     action from type to_action to
eg.
     start rsc1 after promote rsc2

-->
<!ELEMENT rsc_order (lifetime?)>
<!ATTLIST rsc_order
          id        CDATA #REQUIRED
          from      CDATA #REQUIRED
          to        CDATA #REQUIRED
          action    CDATA               'start'
          to_action CDATA               'start'
          type      (before|after)      'after'
          score     CDATA               'INFINITY'
          symmetrical (true|yes|1|false|no|0)   'true'>






Sorry for the silly one but I can't seem to find the doc and very
curious about it.

Thanks,
Ivan
_______________________________________________
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