mgmt/glusterd: set req in opinfo

Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>

BUG: 1235 (Bug for all pump/migrate commits)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235
This commit is contained in:
Vijay Bellur 2010-09-10 08:15:26 +00:00 committed by Vijay Bellur
parent 6858155d8b
commit 288040196c

View File

@ -2838,6 +2838,7 @@ glusterd_replace_brick (rpcsvc_request_t *req, dict_t *dict)
glusterd_op_set_ctx (GD_OP_REPLACE_BRICK, dict);
glusterd_op_set_ctx_free (GD_OP_REPLACE_BRICK, _gf_true);
glusterd_op_set_req (req);
ret = glusterd_op_txn_begin ();