diff options
| author | Rahul C S <rahulcs@redhat.com> | 2011-12-23 03:28:13 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2011-12-28 22:18:54 -0800 | 
| commit | 1c4098a05e8e035c4e155aebb410fe2c811ccd50 (patch) | |
| tree | 6428aafcad2a56a9fa8d3fe8b65b9b282861e3a0 /xlators | |
| parent | d2b6d69023c954eed1031c03e0b6750bb81f52ac (diff) | |
Added/Removed white spaces wherever necessary in replace-brick
Change-Id: Ic11d04813109bc6252e4dfe754c7b4c5c74014cd
BUG: 769985
Signed-off-by: Rahul C S <rahulcs@redhat.com>
Reviewed-on: http://review.gluster.com/2498
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-replace-brick.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-replace-brick.c b/xlators/mgmt/glusterd/src/glusterd-replace-brick.c index 48db4ab3ced..93b6430d173 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;                          }  | 
