diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.c')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 3940533ff3e..4de81769fff 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -1832,17 +1832,6 @@ struct volume_options options[] = { .description = "This option is used to start or stop the NFS server " "for individual volumes." }, - { .key = {"nfs-ganesha.*.host"}, - .type = GF_OPTION_TYPE_INTERNET_ADDRESS_LIST, - .default_value = "none", - .description = "Set nfs-ganesha host IP" - }, - { .key = {"nfs-ganesha.*.enable"}, - .type = GF_OPTION_TYPE_BOOL, - .default_value = "off", - .description = "This option, if set to 'on', enables exports via nfs-ganesha " - }, - { .key = {"nfs.nlm"}, .type = GF_OPTION_TYPE_BOOL, .default_value = "on", |