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