diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 2e6aa378097..3e12c4f5fb0 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1967,6 +1967,12 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .op_version = 2,            .flags      = OPT_FLAG_CLIENT_OPT          }, +        { .key        = "features.cache-invalidation", +          .voltype    = "performance/md-cache", +          .option     = "cache-invalidation", +          .op_version = GD_OP_VERSION_3_9_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        },  	/* Feature translators */          { .key         = "features.uss",  | 
