diff options
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r-- | 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 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.", |