diff options
| author | Avra Sengupta <asengupt@redhat.com> | 2013-02-06 17:04:37 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2013-02-13 17:46:59 -0800 | 
| commit | 7f2ebe378b9c0fdcfca92cb785a141bb1d5c43d4 (patch) | |
| tree | b28ddb14a49c6647e957cb2d8d26def640006d0d /xlators | |
| parent | a42490385d91831e83941d6999dd297d89e02027 (diff) | |
glusterd: Made log-rotate use synctask framework.
Change-Id: Ib305168759db6730dfa0045da99de252eb5e9469
BUG: 852147
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/4478
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-log-ops.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-log-ops.c b/xlators/mgmt/glusterd/src/glusterd-log-ops.c index c88065c079e..bd07af5b00d 100644 --- a/xlators/mgmt/glusterd/src/glusterd-log-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-log-ops.c @@ -76,13 +76,9 @@ glusterd_handle_log_rotate (rpcsvc_request_t *req)          if (ret)                  goto out; -        ret = glusterd_op_begin (req, GD_OP_LOG_ROTATE, dict, -                                 msg, sizeof (msg)); +        ret = glusterd_op_begin_synctask (req, GD_OP_LOG_ROTATE, dict);  out: -        glusterd_friend_sm (); -        glusterd_op_sm (); -          if (ret) {                  if (msg[0] == '\0')                          snprintf (msg, sizeof (msg), "Operation failed");  | 
