diff options
| author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2010-08-20 23:44:52 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-21 05:17:22 -0700 | 
| commit | c429e47ae3925d0bc1ca113e37d903410f3e043a (patch) | |
| tree | cc6f0479f0cce8552f33e09e7c0267508a3eaead /xlators | |
| parent | 6b55c3b072b5663a4709b79513ada9f44d8ab8c2 (diff) | |
fix the wrong log message displayed by glusterd in remove brick
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1411 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1411
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 8af6cee5fc3..2419fa3b916 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -1855,7 +1855,7 @@ glusterd_op_remove_brick (gd1_mgmt_stage_op_req *req)                          ret = glusterd_volume_stop_glusterfs                                                  (volinfo, brickinfo, mybrick);                          if (ret) { -                                gf_log ("", GF_LOG_ERROR, "Unable to start " +                                gf_log ("", GF_LOG_ERROR, "Unable to stop "                                          "glusterfs, ret: %d", ret);                                  goto out;                          }  | 
