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