summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2011-03-01 06:55:03 +0000
committerAnand V. Avati <avati@dev.gluster.com>2011-03-01 15:10:46 -0800
commit5166c40af2502d1a26d4c0947378321b9bc3857c (patch)
tree7877867556b43f5336f10034bb01d7ef1a193f6d
parent4175d3e8e2ca1afc0e9f3404ca04fe29d522c81f (diff)
gluster rebalance: send the proper 'procnum' to glusterd
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2333 (make glusterd more rpc friendly) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2333
-rw-r--r--cli/src/cli-rpc-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c
index d95c91bbeba..1082a908fb0 100644
--- a/cli/src/cli-rpc-ops.c
+++ b/cli/src/cli-rpc-ops.c
@@ -1771,7 +1771,7 @@ done:
req.volname = volname;
ret = cli_cmd_submit (&req, frame, cli_rpc_prog,
- GD_MGMT_CLI_DEFRAG_VOLUME, NULL,
+ GLUSTER_CLI_DEFRAG_VOLUME, NULL,
gf_xdr_from_cli_defrag_vol_req,
this, gf_cli3_1_defrag_volume_cbk);