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.x | |
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.x')
-rw-r--r-- | rpc/xdr/src/cli1.x | 2 |
1 files changed, 0 insertions, 2 deletions
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<>; } ; |