diff options
author | Sanju Rakonde <srakonde@redhat.com> | 2019-04-11 18:13:31 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2019-04-12 03:50:28 +0000 |
commit | d08144b64642bf05fdee538b2992278a012737d4 (patch) | |
tree | 99da8174b2f5af3aefb87b098f118a5bf74bb455 /cli | |
parent | cec63a35289e5ee3f3bae8d318350e3f5082325c (diff) |
glusterd: display an error when rebalance start is failed
fixes: bz#1699176
credits: Hari Gowtham <hgowtham@redhat.com>
Change-Id: I59134336febf0dc4043483f2f413ac83e3bc79f5
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli-rpc-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 0c1205c40a0..910729c5cd0 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1938,7 +1938,6 @@ gf_cli_defrag_volume_cbk(struct rpc_req *req, struct iovec *iov, int count, if (ret) { gf_log("cli", GF_LOG_WARNING, "failed to get %s from dict", GF_REBALANCE_TID_KEY); - goto out; } if (rsp.op_ret && strcmp(rsp.op_errstr, "")) { snprintf(msg, sizeof(msg), "%s", rsp.op_errstr); |