From 4cfd6e1b45da64429c3e10886e2ceb4e9c9deb5d Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Tue, 16 Nov 2010 01:07:20 +0000 Subject: Stripe I/O exits when graph changes Adding event CONNECTING to be handled like CHILDUP in notify. Signed-off-by: shishir gowda Signed-off-by: Anand V. Avati BUG: 2111 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2111 --- xlators/cluster/stripe/src/stripe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 05b77a892..ddef10b77 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -3595,6 +3595,7 @@ notify (xlator_t *this, int32_t event, void *data, ...) switch (event) { case GF_EVENT_CHILD_UP: + case GF_EVENT_CHILD_CONNECTING: { /* get an index number to set */ for (i = 0; i < priv->child_count; i++) { -- cgit