summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2016-07-29 21:55:58 +0530
committerAtin Mukherjee <amukherj@redhat.com>2016-08-04 04:31:52 -0700
commite068c1997314046658dd502e9118dab32decf879 (patch)
tree9a7e2da57269ec6fcbda75d59d87f692e37efcb0 /xlators/mgmt/glusterd/src/glusterd-volume-set.c
parent3b4c9e525e931a703cc526b3fbe27ee86f2fd70a (diff)
mgmt/glusterd: Enable client-io-threads by default
BUG: 1361678 Change-Id: Ic013a772ffc3f8c93673bbee064ff4cc372fe128 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/15051 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Prashanth Pai <ppai@redhat.com> Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c2
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 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.",