From 098801ba723d8dae49ea104144d007f23a8e0a4f Mon Sep 17 00:00:00 2001 From: hari gowtham Date: Mon, 23 Jan 2017 16:38:00 +0530 Subject: tier: separation of attach-tier from add-brick PROBLEM: Both attach tier and add brick have the same RPC and set of code. This becomes a hurdle while tring to implement add brick on a tiered volume. FIX: This patch separates the add brick and attach tier giving them separate RPCs. >Change-Id: Iec57e972be968a9ff00b15b507e56a4f6dc398a2 >BUG: 1376326 >Signed-off-by: hari gowtham >Reviewed-on: https://review.gluster.org/15503 >Smoke: Gluster Build System >Tested-by: hari gowtham >Reviewed-by: Samikshan Bairagya >CentOS-regression: Gluster Build System Signed-off-by: hari gowtham Change-Id: Iec57e972be968a9ff00b15b507e56a4f6dc398a2 BUG: 1478276 Reviewed-on: https://review.gluster.org/17974 Smoke: Gluster Build System Tested-by: hari gowtham Reviewed-by: Shyamsundar Ranganathan CentOS-regression: Gluster Build System --- rpc/rpc-lib/src/protocol-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/rpc-lib') diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index ee98f3d4959..510817c05f9 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -201,6 +201,7 @@ enum gluster_cli_procnum { GLUSTER_CLI_GET_STATE, GLUSTER_CLI_RESET_BRICK, GLUSTER_CLI_REMOVE_TIER_BRICK, + GLUSTER_CLI_ADD_TIER_BRICK, GLUSTER_CLI_MAXVALUE, }; -- cgit