From cd5c9df4b67073089a5502d5e4c2e2e7d2141e4a Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Fri, 8 Oct 2010 07:06:57 +0000 Subject: mgmt/glusterd: Fix replace brick to pass src-brick and dst-brick port nos properly. Fix also contains patch from shishir ng for maintaining replace-brick states in glusterd. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Vijay Bellur BUG: 1235 (Bug for all pump/migrate commits) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235 --- xlators/mgmt/glusterd/src/glusterd-op-sm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 440154bd0..775cab07c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -171,7 +171,8 @@ int glusterd_op_build_payload (glusterd_op_t op, gd1_mgmt_stage_op_req **req); int32_t -glusterd_op_stage_validate (gd1_mgmt_stage_op_req *req, char **op_errstr); +glusterd_op_stage_validate (gd1_mgmt_stage_op_req *req, char **op_errstr, + dict_t *rsp_dict); int32_t glusterd_op_commit_perform (gd1_mgmt_stage_op_req *req, char **op_errstr, -- cgit