summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
authorShreyas Siravara <sshreyas@fb.com>2017-12-06 07:41:19 -0800
committerJeff Darcy <jeff@pl.atyp.us>2017-12-08 20:40:03 +0000
commit742a4eed244833761697646044f20675d1411292 (patch)
treeca7f449b23c9d9a8336d0ed4f34b5beb0c265f94 /xlators/mgmt/glusterd/src/glusterd-volume-set.c
parent5a29779aceec59069511cec7eff9b314e819eacc (diff)
nfs: Enable multi-core epoll support in gNFSd
Change-Id: Ie8a7b1ba04b0e83f5ec7a09f9d181fe59be479ca BUG: 1522847 Signed-off-by: Shreyas Siravara <sshreyas@fb.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index eef95e8809d..5fdc032a135 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -2694,6 +2694,12 @@ struct volopt_map_entry glusterd_volopt_map[] = {
.description = "When this option is set to off NFS falls back to "
"standard readdir instead of readdirp"
},
+ { .key = "nfs.event-threads",
+ .voltype = "nfs/server",
+ .option = "nfs.event-threads",
+ .type = NO_DOC,
+ .op_version = GD_OP_VERSION_4_0_0,
+ },
/* Cli options for Export authentication on nfs mount */
{ .key = "nfs.exports-auth-enable",