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.x | 2 -- 1 file changed, 2 deletions(-) (limited to 'rpc/xdr/src/cli1.x') diff --git a/rpc/xdr/src/cli1.x b/rpc/xdr/src/cli1.x index 0ac34aea159..6c9f70dffbc 100644 --- a/rpc/xdr/src/cli1.x +++ b/rpc/xdr/src/cli1.x @@ -155,7 +155,6 @@ struct gf1_cli_get_vol_rsp { struct gf1_cli_add_brick_req { string volname<>; - gf1_cluster_type type; int count; opaque bricks<>; } ; @@ -169,7 +168,6 @@ struct gf1_cli_get_vol_rsp { struct gf1_cli_remove_brick_req { string volname<>; - gf1_cluster_type type; int count; opaque bricks<>; } ; -- cgit