From e068c1997314046658dd502e9118dab32decf879 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 29 Jul 2016 21:55:58 +0530 Subject: mgmt/glusterd: Enable client-io-threads by default BUG: 1361678 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 --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 1cc0d921f4e..8c41d521be7 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1907,7 +1907,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.", -- cgit