cluster: RHEL6 - qdisk: Waits tko cycles to complete initialization instead of tko_up

Christine Caulfield chrissie at fedoraproject.org
Mon Jun 16 09:57:30 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=6c17bb97310890cb90e22ff204c8cd622c6196ce
Commit:        6c17bb97310890cb90e22ff204c8cd622c6196ce
Parent:        f501e3ddfbbb595e4df7fc0050ff77237c0f6b99
Author:        Christine Caulfield <ccaulfie at redhat.com>
AuthorDate:    Mon Jun 16 10:56:31 2014 +0100
Committer:     Christine Caulfield <ccaulfie at redhat.com>
CommitterDate: Mon Jun 16 10:56:31 2014 +0100

qdisk: Waits tko cycles to complete initialization instead of tko_up

Resolves rhbz#1029210

Signed-off-by: Christine Caulfield <ccaulfie at redhat.com>
---
 cman/qdisk/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/qdisk/main.c b/cman/qdisk/main.c
index 49ea3da..e84e788 100644
--- a/cman/qdisk/main.c
+++ b/cman/qdisk/main.c
@@ -553,7 +553,7 @@ quorum_init(qd_ctx *ctx, node_info_t *ni, int max, struct h_data *h, int maxh)
 		return -1;
 	}
 
-	while (++x <= ctx->qc_tko && _running) {
+	while (++x <= ctx->qc_tko_up && _running) {
 		read_node_blocks(ctx, ni, max);
 		check_transitions(ctx, ni, max, NULL);
 


More information about the cluster-commits mailing list