summaryrefslogtreecommitdiffstats
path: root/xlators/performance
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance')
-rw-r--r--xlators/performance/md-cache/src/md-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c
index a2d280e3290..186b352fba5 100644
--- a/xlators/performance/md-cache/src/md-cache.c
+++ b/xlators/performance/md-cache/src/md-cache.c
@@ -3873,7 +3873,7 @@ struct volume_options mdc_options[] = {
.key = {"global-cache-invalidation"},
.type = GF_OPTION_TYPE_BOOL,
.default_value = "true",
- .op_version = {GD_OP_VERSION_7_0},
+ .op_version = {GD_OP_VERSION_6_0},
.flags = OPT_FLAG_SETTABLE | OPT_FLAG_CLIENT_OPT | OPT_FLAG_DOC,
.description =
"When \"on\", purges all read caches in kernel and glusterfs stack "