From 8cbe743dd972e934265e9a4186359be63c77d9f1 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 Backport of http://review.gluster.org/7696 Change-Id: I5372b45243ad9a68a7c20290e9f5fd5ca9ab28f2 BUG: 1095256 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/8087 Reviewed-by: Atin Mukherjee Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- 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 01590d73afc..38bc7b6238f 100644 --- a/xlators/protocol/client/src/client-rpc-fops.c +++ b/xlators/protocol/client/src/client-rpc-fops.c @@ -1095,6 +1095,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