diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2014-05-07 21:38:46 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2014-05-16 01:34:26 -0700 |
commit | 40c2808ebfd51bc0440683aac68b719c4c7a874c (patch) | |
tree | 146f0df90ed3ff16890701586b454b8a7a11cfba /xlators/protocol/client/src/client-rpc-fops.c | |
parent | a20b6b473bf72224b0ea7752987d47d44b8b633c (diff) |
protocol/client,server: Suppress ESTALE logs
Change-Id: I5c5e016138be2417eacf81812313dc854907fa47
BUG: 1095256
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/7696
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Tested-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/protocol/client/src/client-rpc-fops.c')
-rw-r--r-- | xlators/protocol/client/src/client-rpc-fops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-rpc-fops.c b/xlators/protocol/client/src/client-rpc-fops.c index e77da7a27d6..dd6f48afb57 100644 --- a/xlators/protocol/client/src/client-rpc-fops.c +++ b/xlators/protocol/client/src/client-rpc-fops.c @@ -1079,6 +1079,7 @@ out: if (rsp.op_ret == -1) { gf_log (this->name, (((op_errno == ENOTSUP) || (op_errno == ENODATA) || + (op_errno == ESTALE) || (op_errno == ENOENT)) ? GF_LOG_DEBUG : GF_LOG_WARNING), "remote operation failed: %s. Path: %s (%s). Key: %s", |