diff options
author | shishir gowda <shishirng@gluster.com> | 2012-04-11 12:11:06 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-04-13 00:26:33 -0700 |
commit | c2ebd7aa84ed666ac8d1f0e9424cd01f877fb53b (patch) | |
tree | c66594575b3798b439c5e1b28c4b512ac4b502fc /rpc/xdr/src/cli1-xdr.x | |
parent | c238e5073a8d60fede1f88e584c14de42885276e (diff) |
glusterd/remove-brick: Remove support for pause option
Decommissioning through rebalance has no pause option.
Change-Id: I90f165cdb2eccfaefc99365ae4b48d81320fb753
BUG: 811459
Signed-off-by: shishir gowda <shishirng@gluster.com>
Reviewed-on: http://review.gluster.com/3123
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.x')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpc/xdr/src/cli1-xdr.x b/rpc/xdr/src/cli1-xdr.x index d90aa2039f5..8b8c1920b0d 100644 --- a/rpc/xdr/src/cli1-xdr.x +++ b/rpc/xdr/src/cli1-xdr.x @@ -35,7 +35,6 @@ GF_OP_CMD_NONE = 0, GF_OP_CMD_START, GF_OP_CMD_COMMIT, - GF_OP_CMD_PAUSE, GF_OP_CMD_ABORT, GF_OP_CMD_STATUS, GF_OP_CMD_COMMIT_FORCE |