From: Lon Hohberger <lhh@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 5/5] rgmanager: Fix dependency issue related to ordering (RHEL5)
Date: Thu, 05 Jan 2012 11:34:27 -0500 [thread overview]
Message-ID: <4F05D113.7040304@redhat.com> (raw)
In-Reply-To: <1325779055-1424-5-git-send-email-lhh@redhat.com>
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
prev parent reply other threads:[~2012-01-05 16:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-05 15:57 [Cluster-devel] [PATCH 1/5] rgmanager: Add extra service status call (RHEL5) Lon Hohberger
2012-01-05 15:57 ` [Cluster-devel] [PATCH 2/5] rgmanager: Avoid duplicate restart of service (RHEL5) Lon Hohberger
2012-01-05 15:57 ` [Cluster-devel] [PATCH 3/5] rgmanager: Fix call to service_status() (RHEL5) Lon Hohberger
2012-01-05 15:57 ` [Cluster-devel] [PATCH 4/5] rgmanager: Fix tiny memory leak in sl_service_status (RHEL5) Lon Hohberger
2012-01-05 15:57 ` [Cluster-devel] [PATCH 5/5] rgmanager: Fix dependency issue related to ordering (RHEL5) Lon Hohberger
2012-01-05 16:34 ` Lon Hohberger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F05D113.7040304@redhat.com \
--to=lhh@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.