diff options
| author | Venkatesh Somyajulu <vsomyaju@redhat.com> | 2014-02-25 17:28:10 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2014-07-14 10:33:41 -0700 | 
| commit | 78128afce1b6476b3f23e4ca74d654934ac1ca2f (patch) | |
| tree | cfd36d88498a6fd3351cbabb4bdcecfdf264bf33 /cli | |
| parent | f924f8e28b2d4753e4c4bc89a83d4ab330205de2 (diff) | |
cli: Changed "rebalance start" output
Change-Id: Ie87f1a2107b07a6e519ed894a74edf3b3e0a8340
BUG: 1063230
Signed-off-by: Venkatesh Somyajulu <vsomyaju@redhat.com>
Reviewed-on: http://review.gluster.org/6946
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/src/cli-rpc-ops.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 0575440e486..ee7d3b2c841 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1471,8 +1471,10 @@ gf_cli_defrag_volume_cbk (struct rpc_req *req, struct iovec *iov,                  } else {                          if (!rsp.op_ret) {                                  snprintf (msg, sizeof (msg), -                                          "Starting rebalance on volume %s has " -                                          "been successful.\nID: %s", volname, +                                          "Initiated rebalance on volume %s." +                                          "\nExecute \"gluster volume rebalance" +                                          " <volume-name> status\" to check" +                                          " status.\nID: %s", volname,                                            task_id_str);                          } else {                                  snprintf (msg, sizeof (msg),  | 
