Hi, Suppose I have two stonith primitives configured on my two-nodes cluster, restofencenode0 and restofencenode1 with : location +INF for restofencenode0 on node1 location -INF for restofencenode0 on node0 location +INF for restofencenode1 on node0 location -INF for restofencenode1 on node1
And suppose I have two clone primitives : clone1 clone2 I would like the restofence primitives to be started before both clone1 & clone2 For example, when I start Pacemaker on node0 only , I would like that the restofencenode1 is started before clone1 & clone2 I can't make a crm configure order like this : crm configure order order1-restofence mandatory: restofencenode1 clone1 clone2 because, if Pacemaker is not started on node0 , then the restofencenode1 is also not started as it can be started only on node0, and then the clone1 & clone2 will not be started on node1 neither as it has to wait for restofencenode1 Started. Is there a way to configure such a configuration ? Thanks Alain _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
