From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] rgmanager: Fix clusvcadm message when run with -F [RHEL6]
Date: Tue, 21 Feb 2012 20:43:49 +0100 [thread overview]
Message-ID: <4F43F3F5.7020003@redhat.com> (raw)
In-Reply-To: <1329850420-21215-1-git-send-email-lhh@redhat.com>
ACK
On 02/21/2012 07:53 PM, Lon Hohberger wrote:
> The new_owner was not being correctly set when enabling a service with
> -F when run without central processing enabled.
>
> Resolves: rhbz#727326
>
> Signed-off-by: Lon Hohberger <lhh@redhat.com>
> ---
> rgmanager/src/daemons/rg_state.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/rgmanager/src/daemons/rg_state.c b/rgmanager/src/daemons/rg_state.c
> index 5501b3f..23a4bec 100644
> --- a/rgmanager/src/daemons/rg_state.c
> +++ b/rgmanager/src/daemons/rg_state.c
> @@ -2293,6 +2293,7 @@ handle_fd_start_req(char *svcName, int request, int *new_owner)
>
> switch(ret) {
> case RG_ESUCCESS:
> + *new_owner = target;
> ret = RG_ESUCCESS;
> goto out;
> case RG_ERUN:
prev parent reply other threads:[~2012-02-21 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 18:53 [Cluster-devel] [PATCH] rgmanager: Fix clusvcadm message when run with -F [RHEL6] Lon Hohberger
2012-02-21 19:43 ` Fabio M. Di Nitto [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=4F43F3F5.7020003@redhat.com \
--to=fdinitto@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).