diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.c')
| -rw-r--r-- | xlators/nfs/server/src/nfs.c | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 3291858ef..979fd2fb0 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -764,6 +764,15 @@ struct volume_options options[] = {                           "restrict exports only to the subdirectories specified"                           " through this option. Must be an absolute path."          }, +        { .key  = {"nfs3.export-dirs"}, +          .type = GF_OPTION_TYPE_BOOL, +          .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 " +                         "be exported separately. Enabling this option allows " +                         "any directory on a volumes to be exported separately." +                         " Directory exports are enabled by default." +        },          { .key  = {"nfs3.export-volumes"},            .type = GF_OPTION_TYPE_BOOL,            .description = "Enable or disable exporting whole volumes, instead "  | 
