diff options
author | Krishnan Parthasarathi <kp@gluster.com> | 2011-09-15 17:09:00 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-09-15 22:06:30 -0700 |
commit | 4ee093305a0237368118e425723792a028b02a94 (patch) | |
tree | 6463dc776aa9d826b71e6308fa832874d7cd4859 /xlators/mgmt/glusterd/src/glusterd-handler.c | |
parent | 77cce4c7df9a61b599a27522696720e747714ff2 (diff) |
glusterd: profile cmd incorrectly reports all bricks down.
If there are no bricks of a volume running 'local' to glusterd
where the 'profile info' command is issued, glusterd incorrectly
reports that all bricks of the volume are down.
Change-Id: Idd703c991f0bcf59b76b9ef8f4ad8cd71960a55b
BUG: 3553
Reviewed-on: http://review.gluster.com/430
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-handler.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-handler.c b/xlators/mgmt/glusterd/src/glusterd-handler.c index 2f486dac603..df0aa202cc6 100644 --- a/xlators/mgmt/glusterd/src/glusterd-handler.c +++ b/xlators/mgmt/glusterd/src/glusterd-handler.c @@ -615,7 +615,7 @@ glusterd_handle_commit_op (rpcsvc_request_t *req) ret = glusterd_op_sm_inject_event (GD_OP_EVENT_COMMIT_OP, req_ctx); if (ret) goto out; - ret = glusterd_op_init_ctx (); + ret = glusterd_op_init_ctx (op_req.op); out: if (op_req.buf.buf_val) |