[Cluster-devel] [PATCH 5/5] rgmanager: Fix dependency issue related to ordering (RHEL5)

Lon Hohberger lhh at redhat.com
Thu Jan 5 16:34:27 UTC 2012


On 01/05/2012 10:57 AM, Lon Hohberger wrote:

> @@ -521,8 +523,8 @@ define default_service_event_handler()
>   			(s_trans,,,,,, s_state) = service_status(service_name, 1);
>   			if ((s_state == "started") and (state == "started") and
>   			    (d_trans>= s_trans)) {
> -				%debug("S:", service_name, " trans ", s_trans);
> -				%debug("D:", services[x], " trans ", d_trans);
> +				debug("S:", service_name, " trans ", s_trans);
> +				debug("D:", services[x], " trans ", d_trans);
>
>   				debug("Skipping ", services[x],
>   				      "; restart not needed");

Oops, the above won't be part of the patch set once merged.

-- Lon




More information about the Cluster-devel mailing list