diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-10-16 15:58:33 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-10-17 02:26:26 -0700 |
commit | 5033d450ca039b77b9245006e1de7c950754dbb1 (patch) | |
tree | ad7485acb42b764f75867e7935e62565cfff6b65 /xlators/cluster/afr | |
parent | dfe698bae7f4bbc5f506d29473888239a82156fc (diff) |
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 <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/6098
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster/afr')
-rw-r--r-- | xlators/cluster/afr/src/afr-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c index d7d78610812..af01f2ef28b 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); |