diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2010-03-02 03:46:34 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-02 08:21:54 -0800 |
commit | 12c06f4e1723cec1d9e7e3d7e653e2ae14e18659 (patch) | |
tree | 04517e3638d6a65113beeff5b37c27bf0eb412ba /xlators | |
parent | bf0b366cc90ed8bc9932be69bfff1456af65cd02 (diff) |
local->failed set to one twice
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 690 (local->failed set twice)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=690
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |