From 5033d450ca039b77b9245006e1de7c950754dbb1 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 16 Oct 2013 15:58:33 +0530 Subject: cluster/afr: Remove 'max' from the log This patch avoids giving more info to the user about the internal heuristic employed in afr, for quota sizes. Change-Id: Ice3a164399f09b6967500ec0c17dc340e7ae9aba BUG: 1016683 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/6098 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- xlators/cluster/afr/src/afr-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c index d7d786108..af01f2ef2 100644 --- a/xlators/cluster/afr/src/afr-common.c +++ b/xlators/cluster/afr/src/afr-common.c @@ -1155,7 +1155,7 @@ afr_handle_quota_size (afr_local_t *local, xlator_t *this, ret = dict_set (rsp_dict, QUOTA_SIZE_KEY, max_data); if (ret) { gf_log (this->name, GF_LOG_ERROR, "%s: Failed to set " - "max quota size", local->loc.path); + "quota size", local->loc.path); } data_unref (max_data); -- cgit