summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd
diff options
context:
space:
mode:
authorVarsha Rao <varao@redhat.com>2018-02-27 15:58:56 +0530
committerAmar Tumballi <amarts@redhat.com>2018-02-28 01:45:51 +0000
commite2766c32631d27519e688ebec48c408b36e3cc79 (patch)
tree1eb4acb013cec0b3766bc567a7b4c861980b8d97 /xlators/mgmt/glusterd
parent07372c3729578cd8580209eac3ea7a981efeba3e (diff)
perfomance/io-threads: Add option to disable client disconnect feature
> Add options to disable new features > Commit ID: c071992e8d > https://review.gluster.org/#/c/18291/ > By Michael Goulet <mgoulet@fb.com> This patch is required to forward port io-threads namespace patch. Updates: #401 Change-Id: Ice477fdf4b8934f9fac0b4a2f6c93db97429a586 Signed-off-by: Varsha Rao <varao@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 837c5bc9cd8..1c448809641 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -1757,6 +1757,11 @@ struct volopt_map_entry glusterd_volopt_map[] = {
.option = "watchdog-secs",
.op_version = GD_OP_VERSION_4_1_0
},
+ { .key = "performance.iot-cleanup-disconnected-reqs",
+ .voltype = "performance/io-threads",
+ .option = "cleanup-disconnected-reqs",
+ .op_version = GD_OP_VERSION_4_1_0
+ },
/* Other perf xlators' options */
{ .key = "performance.cache-size",