summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/src/cli-rpc-ops.c6
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),