From d872c76e0602dd629698c168ff26623f2e539107 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 29 Jul 2016 21:55:58 +0530 Subject: [PATCH 26/86] mgmt/glusterd: Enable client-io-threads by default Details of upstream patch: >> Change-Id: Ic013a772ffc3f8c93673bbee064ff4cc372fe128 >> Signed-off-by: Pranith Kumar K >> Reviewed-on: http://review.gluster.org/15051 >> NetBSD-regression: NetBSD Build System >> CentOS-regression: Gluster Build System >> Smoke: Gluster Build System >> Reviewed-by: Prashanth Pai >> Reviewed-by: Atin Mukherjee BUG: 1359180 Change-Id: I0cf90b21f340a08ddcdc2c38e8e0fe5dbeaa24a2 Signed-off-by: Ravishankar N Reviewed-on: https://code.engineering.redhat.com/gerrit/84684 Reviewed-by: Atin Mukherjee Tested-by: Atin Mukherjee --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 1f59e36..a93c8d4 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1900,7 +1900,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "performance.client-io-threads", .voltype = "performance/io-threads", .option = "!perf", - .value = "off", + .value = "on", .op_version = 1, .description = "enable/disable io-threads translator in the client " "graph of volume.", -- 1.7.1