summaryrefslogtreecommitdiffstats
path: root/xlators/features/shard
diff options
context:
space:
mode:
authorShyamsundarR <srangana@redhat.com>2018-09-13 12:50:30 -0400
committerShyamsundarR <srangana@redhat.com>2018-09-13 12:54:02 -0400
commit0b3f08cd50f76af537aa4bce2f09602a4834b0fc (patch)
treef30bdcdcbb0dafd8fd2562445cefee81b4871eb3 /xlators/features/shard
parentf15e948da3881b61a8b546af7c64340db87d3cf7 (diff)
glusterd: Update op-version from 4.2 to 5.0
Post changing the max op-version to 4.2, after release 4.1 branching, the decision was to go with increasing release numbers. Thus this needs to change to 5.0. This commit addresses the above change. Fixes: bz#1628664 Change-Id: Ifcc0c6da90fdd51e4eceea40749511110a432cce Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'xlators/features/shard')
-rw-r--r--xlators/features/shard/src/shard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c
index a95034642ee..c2fde028f08 100644
--- a/xlators/features/shard/src/shard.c
+++ b/xlators/features/shard/src/shard.c
@@ -6806,7 +6806,7 @@ struct volume_options options[] = {
{
.key = {"shard-deletion-rate"},
.type = GF_OPTION_TYPE_INT,
- .op_version = {GD_OP_VERSION_4_2_0},
+ .op_version = {GD_OP_VERSION_5_0},
.flags = OPT_FLAG_SETTABLE | OPT_FLAG_CLIENT_OPT | OPT_FLAG_DOC,
.tags = {"shard"},
.default_value = "100",
@@ -6817,7 +6817,7 @@ struct volume_options options[] = {
{
.key = {"shard-lru-limit"},
.type = GF_OPTION_TYPE_INT,
- .op_version = {GD_OP_VERSION_4_2_0},
+ .op_version = {GD_OP_VERSION_5_0},
.flags = OPT_FLAG_SETTABLE | OPT_FLAG_CLIENT_OPT,
.tags = {"shard"},
.default_value = "16384",