From 40c2808ebfd51bc0440683aac68b719c4c7a874c Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 7 May 2014 21:38:46 +0530 Subject: protocol/client,server: Suppress ESTALE logs Change-Id: I5c5e016138be2417eacf81812313dc854907fa47 BUG: 1095256 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/7696 Reviewed-by: Atin Mukherjee Tested-by: Gluster Build System Reviewed-by: Raghavendra G Tested-by: Raghavendra G --- xlators/protocol/client/src/client-rpc-fops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/client/src/client-rpc-fops.c') 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", -- cgit