From 891216e186b436444bc5368a96318df7364ce30a Mon Sep 17 00:00:00 2001 From: Pranith K Date: Tue, 9 Nov 2010 03:17:31 +0000 Subject: cli: remove volume type from add-brick and remove-brick cmds Signed-off-by: Pranith Kumar K Signed-off-by: Anand V. Avati BUG: 1983 ("type" in add-brick is completely redundant) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1983 --- rpc/xdr/src/cli1-xdr.h | 2 -- 1 file changed, 2 deletions(-) (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 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; -- cgit