diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.c')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 0760b405d..ad66410ed 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -937,6 +937,11 @@ struct volume_options options[] = { "Please consult gluster-users list before using this " "option." }, + { .key = {"nfs3.*.disable"}, + .type = GF_OPTION_TYPE_BOOL, + .description = "This option is used to start or stop NFS server" + "for individual volume." + }, { .key = {NULL} }, }; |