diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-handler.c | 4 | ||||
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.c | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-handler.c b/xlators/mgmt/glusterd/src/glusterd-handler.c index 79439535fed..2e5825e8538 100644 --- a/xlators/mgmt/glusterd/src/glusterd-handler.c +++ b/xlators/mgmt/glusterd/src/glusterd-handler.c @@ -2053,8 +2053,8 @@ glusterd_rpc_create (struct rpc_clnt **rpc,          GF_ASSERT (options); -        new_rpc = rpc_clnt_new (options, this->ctx, this->name); - +        /* TODO: is 32 enough? or more ? */ +        new_rpc = rpc_clnt_new (options, this->ctx, this->name, 16);          if (!new_rpc)                  goto out; diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c index ce044cf35ff..f5ec6597663 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -860,7 +860,7 @@ init (xlator_t *this)          ret = glusterd_rpcsvc_options_build (this->options);          if (ret)                  goto out; -        rpc = rpcsvc_init (this, this->ctx, this->options); +        rpc = rpcsvc_init (this, this->ctx, this->options, 64);          if (rpc == NULL) {                  gf_log (this->name, GF_LOG_ERROR,                          "failed to init rpc");  | 
