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

Christine Caulfield chrissie at fedoraproject.org
Mon Mar 24 15:28:28 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=18776f9a3fbe382bae4bd6c0bb78cfd245e751ab
Commit:        18776f9a3fbe382bae4bd6c0bb78cfd245e751ab
Parent:        760542a89d84cb0fb5683f60afd66c94eb696e00
Author:        Christine Caulfield <ccaulfie at redhat.com>
AuthorDate:    Mon Mar 24 15:27:43 2014 +0000
Committer:     Christine Caulfield <ccaulfie at redhat.com>
CommitterDate: Mon Mar 24 15:27:43 2014 +0000

qdisk: Waits tko cycles to complete initialization instead of tko_up

Resolves: rhbz#1029191

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 6ee50fe..cfe0e18 100644
--- a/cman/qdisk/main.c
+++ b/cman/qdisk/main.c
@@ -514,7 +514,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