From bada6aeb2cabd12a11b0fe17bb01e9f2045b013d Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 11 Apr 2012 15:30:22 +0530 Subject: glusterd/remove-brick: Replace ABORT with STOP Remove-brick stop now invokes rebalance stop. This leads to a graceful stop of decommissioning. The volfile is also updated (removal of decommission) Change-Id: I5a8f725c0f54439b810ce32d988c21c02229c703 BUG: 811513 Signed-off-by: shishir gowda Reviewed-on: http://review.gluster.com/3126 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- rpc/xdr/src/cli1-xdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/xdr/src/cli1-xdr.h') diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 638a4ad75..234f0f7f7 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -83,7 +83,7 @@ enum gf1_op_commands { GF_OP_CMD_NONE = 0, GF_OP_CMD_START = 0 + 1, GF_OP_CMD_COMMIT = 0 + 2, - GF_OP_CMD_ABORT = 0 + 3, + GF_OP_CMD_STOP = 0 + 3, GF_OP_CMD_STATUS = 0 + 4, GF_OP_CMD_COMMIT_FORCE = 0 + 5, }; -- cgit