diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 5cfb1d0a9d3..243b6076868 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2368,6 +2368,17 @@ struct volopt_map_entry glusterd_volopt_map[] = {                           "snapdir-entry-path which is set by samba"          }, +        { .key         = "features.tag-namespaces", +          .voltype     = "features/namespace", +          .op_version  = GD_OP_VERSION_4_1_0, +          .option      = "tag-namespaces", +          .value       = "off", +          .flags       = OPT_FLAG_CLIENT_OPT, +          .description = "This option enables this translator's functionality " +                         "that tags every fop with a namespace hash for later " +                         "throttling, stats collection, logging, etc." +        }, +  #ifdef HAVE_LIB_Z          /* Compressor-decompressor xlator options           * defaults used from xlator/features/compress/src/cdc.h  | 
