From d08144b64642bf05fdee538b2992278a012737d4 Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Thu, 11 Apr 2019 18:13:31 +0530 Subject: glusterd: display an error when rebalance start is failed fixes: bz#1699176 credits: Hari Gowtham Change-Id: I59134336febf0dc4043483f2f413ac83e3bc79f5 Signed-off-by: Sanju Rakonde --- cli/src/cli-rpc-ops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/src') 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); -- cgit