diff options
Diffstat (limited to 'xlators/mgmt/glusterd')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 5173df6059b..dc620067ec4 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1140,6 +1140,15 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .description = "Entry point directory for entering snapshot world"          }, +        { .key         = "features.show-snapshot-directory", +          .voltype     = "features/snapview-client", +          .op_version  = GD_OP_VERSION_3_6_0, +          .value       = "off", +          .flags       = OPT_FLAG_CLIENT_OPT | OPT_FLAG_XLATOR_OPT, +          .description = "show entry point in readdir output of " +                         "snapdir-entry-path which is set by samba" +        }, +  #ifdef HAVE_LIB_Z          /* Compressor-decompressor xlator options           * defaults used from xlator/features/compress/src/cdc.h  | 
