William Francis wrote:
http://linux-ha.org/DRBD/HowTov2

it has the example

 <rsc_order id="drbd0_before_fs0" from="fs0" action="start"
to="ms-drbd0" to_action="promote"/>

This reads: start fs0 after ms-drbd0 promote

which seems to mean "promote ms-drbd0 (the "to") THEN start fs0 (the "from")

But if you look at this page

http://www.linux-ha.org/ClusterInformationBase/ResourceGroups

it has, for example

<rsc_order id="database_before_apache" from="WebServerDatabase"
action="start" type="before" to="WebServerApache" symmetrical="TRUE"/>

Notice "type=before", which is not the default.
So this reads: start Webserverdatabase before Webserverapache

You can set type to "after" or "before". "after" is the default.

Regards
Dominik
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to