From eca923349b4cb397b19520e4e391e42b8d6532c2 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 8 Jan 2016 13:06:27 +0530 Subject: cluster/afr: Move remaining gf_logs to gf_msgs Change-Id: I48d9e5313bd3ccf9fe26c90a7051a8a174d75c49 BUG: 1296818 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/13195 Reviewed-by: Krutika Dhananjay Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/afr/src/afr-inode-write.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'xlators/cluster/afr/src/afr-inode-write.c') diff --git a/xlators/cluster/afr/src/afr-inode-write.c b/xlators/cluster/afr/src/afr-inode-write.c index 297d7b8b0dd..6b9d5ee87b0 100644 --- a/xlators/cluster/afr/src/afr-inode-write.c +++ b/xlators/cluster/afr/src/afr-inode-write.c @@ -1111,7 +1111,8 @@ _afr_handle_replace_brick_type (xlator_t *this, call_frame_t *frame, } if (!count) { - gf_log (this->name, GF_LOG_ERROR, "Couldn't acquire lock on" + gf_msg (this->name, GF_LOG_ERROR, EAGAIN, + AFR_MSG_REPLACE_BRICK_STATUS, "Couldn't acquire lock on" " any child."); ret = -EAGAIN; goto unlock; @@ -1169,8 +1170,8 @@ _afr_handle_replace_brick (void *opaque) loc_copy (&local->loc, &data->loc); - gf_log (this->name, GF_LOG_DEBUG, "Child being replaced is : %s", - priv->children[rb_index]->name); + gf_msg_debug (this->name, 0, "Child being replaced is : %s", + priv->children[rb_index]->name); ret = _afr_handle_replace_brick_type (this, frame, &local->loc, rb_index, AFR_METADATA_TRANSACTION); @@ -1420,9 +1421,10 @@ afr_handle_replace_brick (xlator_t *this, call_frame_t *frame, loc_t *loc, if (!ret) { if (frame->root->pid != GF_CLIENT_PID_SELF_HEALD) { - gf_log (this->name, GF_LOG_ERROR, "'%s' is an internal" - " extended attribute : %s.", - GF_AFR_REPLACE_BRICK, strerror (EPERM)); + gf_msg (this->name, GF_LOG_ERROR, EPERM, + AFR_MSG_REPLACE_BRICK_STATUS, "'%s' is an " + "internal extended attribute", + GF_AFR_REPLACE_BRICK); ret = 1; goto out; } -- cgit