a3470f
From 8b2af4ee879261ea6e690c3c52d9acc5d0a92cfd Mon Sep 17 00:00:00 2001
a3470f
From: Milind Changire <mchangir@redhat.com>
a3470f
Date: Thu, 19 Apr 2018 11:18:58 +0530
a3470f
Subject: [PATCH 255/260] glusterd: update listen-backlog value to 1024
a3470f
a3470f
Update default value of listen-backlog to 1024 to reflect the changes in
a3470f
socket.c
a3470f
a3470f
This keeps the actual implementation in socket.c and the help text in
a3470f
glusterd-volume-set.c consistent
a3470f
a3470f
mainline:
a3470f
> Reviewed-on: https://review.gluster.org/19874
a3470f
> fixes: bz#1564600
a3470f
> Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
a3470f
> Reviewed-by: Jeff Darcy <jeff@pl.atyp.us>
a3470f
> Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
a3470f
(cherry picked from commit d9cf6d25a4719c4f6fb4d88325f08e49fca18e6b)
a3470f
a3470f
Change-Id: If04c9e0bb5afb55edcc7ca57bbc10922b85b7075
a3470f
BUG: 1563804
a3470f
Signed-off-by: Milind Changire <mchangir@redhat.com>
a3470f
Reviewed-on: https://code.engineering.redhat.com/gerrit/136215
a3470f
Tested-by: RHGS Build Bot <nigelb@redhat.com>
a3470f
Reviewed-by: Raghavendra Gowdappa <rgowdapp@redhat.com>
a3470f
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
a3470f
---
a3470f
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
a3470f
 1 file changed, 1 insertion(+), 1 deletion(-)
a3470f
a3470f
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
a3470f
index 9bc0933..b9da961 100644
a3470f
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
a3470f
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
a3470f
@@ -2131,7 +2131,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
a3470f
           .description = "This option uses the value of backlog argument that "
a3470f
                          "defines the maximum length to which the queue of "
a3470f
                          "pending connections for socket fd may grow.",
a3470f
-          .value       = "10",
a3470f
+          .value       = "1024",
a3470f
         },
a3470f
 
a3470f
         /* Generic transport options */
a3470f
-- 
a3470f
1.8.3.1
a3470f