diff options
| -rw-r--r-- | xlators/nfs/server/src/nfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 0862f0017f9..d92a0e126e6 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -871,7 +871,7 @@ struct volume_options options[] = {          },          { .key  = {"nfs3.*.export-dir"}, -          .type = GF_OPTION_TYPE_STR, +          .type = GF_OPTION_TYPE_PATH,            .description = "By default, all subvolumes of nfs are exported as "                           "individual exports. There are cases where a "                           "subdirectory or subdirectories in the volume need to "  | 
