diff options
author | Pranith K <pranithk@gluster.com> | 2010-11-09 03:17:31 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-11-09 02:12:24 -0800 |
commit | 891216e186b436444bc5368a96318df7364ce30a (patch) | |
tree | 7b3b9cc489124dd4ba19f14901f869f6f8c8dda4 /rpc/xdr/src/cli1-xdr.h | |
parent | 1badd4511f1cd7ea7c3187b121f793cabb414f3a (diff) |
cli: remove volume type from add-brick and remove-brick cmds
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1983 ("type" in add-brick is completely redundant)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1983
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 38b5843fa..5611f283d 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -229,7 +229,6 @@ typedef struct gf1_cli_defrag_vol_rsp gf1_cli_defrag_vol_rsp; struct gf1_cli_add_brick_req { char *volname; - gf1_cluster_type type; int count; struct { u_int bricks_len; @@ -248,7 +247,6 @@ typedef struct gf1_cli_add_brick_rsp gf1_cli_add_brick_rsp; struct gf1_cli_remove_brick_req { char *volname; - gf1_cluster_type type; int count; struct { u_int bricks_len; |