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