From 12c06f4e1723cec1d9e7e3d7e653e2ae14e18659 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 2 Mar 2010 03:46:34 +0000 Subject: local->failed set to one twice Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 690 (local->failed set twice) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=690 --- xlators/cluster/stripe/src/stripe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/stripe/src/stripe.c') diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 57110621e84..a49b8f3539a 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -2073,7 +2073,7 @@ stripe_open_cbk (call_frame_t *frame, void *cookie, xlator_t *this, callcnt = --local->call_count; if (op_ret == -1) { - local->failed = 1; + gf_log (this->name, GF_LOG_DEBUG, "%s returned error %s", ((call_frame_t *)cookie)->this->name, -- cgit