e3c68b
From b504052d003aa41fbd44eec286d1733b6f2a168e Mon Sep 17 00:00:00 2001
e3c68b
From: Krutika Dhananjay <kdhananj@redhat.com>
e3c68b
Date: Tue, 6 Nov 2018 18:44:55 +0530
e3c68b
Subject: [PATCH 29/52] glusterd: Reset op-version for
e3c68b
 "features.shard-lru-limit"
e3c68b
e3c68b
The op-version for the "features.shard-lru-limit" option was set to
e3c68b
4.2.0 in the upstream patch and backported at
e3c68b
41e7e33c6512e98a1567e5a5532d3898b59cfa98
e3c68b
e3c68b
This commit reverts the op-version for this option to 3.13.4.
e3c68b
e3c68b
Label: DOWNSTREAM ONLY
e3c68b
e3c68b
Change-Id: I7d3ed6b373851267c78fc6815a83bee2c0906413
e3c68b
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
e3c68b
Reviewed-on: https://code.engineering.redhat.com/gerrit/155127
e3c68b
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e3c68b
Reviewed-by: Xavi Hernandez <xhernandez@redhat.com>
e3c68b
---
e3c68b
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
e3c68b
 1 file changed, 1 insertion(+), 1 deletion(-)
e3c68b
e3c68b
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
index 2f3271f..4bf89a6 100644
e3c68b
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
@@ -2546,7 +2546,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
e3c68b
     {
e3c68b
         .key = "features.shard-lru-limit",
e3c68b
         .voltype = "features/shard",
e3c68b
-        .op_version = GD_OP_VERSION_5_0,
e3c68b
+        .op_version = GD_OP_VERSION_3_13_4,
e3c68b
         .flags = VOLOPT_FLAG_CLIENT_OPT,
e3c68b
         .type = NO_DOC,
e3c68b
     },
e3c68b
-- 
e3c68b
1.8.3.1
e3c68b