From 1c4098a05e8e035c4e155aebb410fe2c811ccd50 Mon Sep 17 00:00:00 2001 From: Rahul C S Date: Fri, 23 Dec 2011 03:28:13 +0530 Subject: Added/Removed white spaces wherever necessary in replace-brick Change-Id: Ic11d04813109bc6252e4dfe754c7b4c5c74014cd BUG: 769985 Signed-off-by: Rahul C S Reviewed-on: http://review.gluster.com/2498 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/mgmt/glusterd/src/glusterd-replace-brick.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-replace-brick.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-replace-brick.c b/xlators/mgmt/glusterd/src/glusterd-replace-brick.c index 48db4ab3c..93b6430d1 100644 --- a/xlators/mgmt/glusterd/src/glusterd-replace-brick.c +++ b/xlators/mgmt/glusterd/src/glusterd-replace-brick.c @@ -317,7 +317,7 @@ glusterd_op_stage_replace_brick (dict_t *dict, char **op_errstr, gf_log ("", GF_LOG_WARNING, GEOREP" sessions active" "for the volume %s ", volname); snprintf (msg, sizeof(msg), GEOREP" sessions are active " - "for the volume %s.\nStop "GEOREP "sessions " + "for the volume %s.\nStop "GEOREP " sessions " "involved in this volume. Use 'volume "GEOREP " status' command for more info.", volname); @@ -473,7 +473,7 @@ glusterd_op_stage_replace_brick (dict_t *dict, char **op_errstr, if (glusterd_rb_check_bricks (volinfo, src_brickinfo, dst_brickinfo)) { gf_log ("", GF_LOG_ERROR, "replace brick: incorrect source or" - " destination bricks specified"); + " destination bricks specified"); ret = -1; goto out; } @@ -625,7 +625,7 @@ rb_send_xattr_command (glusterd_volinfo_t *volinfo, ret = stat (mount_point_path, &buf); if (ret) { gf_log ("", GF_LOG_DEBUG, - "stat failed. Could not send " + "stat failed. Could not send" " %s command", xattr_key); goto out; } @@ -1281,7 +1281,7 @@ rb_get_xattr_command (glusterd_volinfo_t *volinfo, ret = stat (mount_point_path, &buf); if (ret) { gf_log ("", GF_LOG_DEBUG, - "stat failed. Could not send " + "stat failed. Could not send" " %s command", xattr_key); goto out; } @@ -1805,7 +1805,7 @@ glusterd_op_replace_brick (dict_t *dict, dict_t *rsp_dict) if (ret) gf_log (THIS->name, GF_LOG_ERROR, "failed to set pump status" - "in ctx"); + " in ctx"); goto out; } -- cgit