17b94a
From 64ffcf770c5c0087f8937b5235ed0ad5b0efe7f2 Mon Sep 17 00:00:00 2001
17b94a
From: Krutika Dhananjay <kdhananj@redhat.com>
17b94a
Date: Wed, 12 Sep 2018 21:41:35 +0530
17b94a
Subject: [PATCH 28/52] glusterd: Reset op-version for
17b94a
 "features.shard-deletion-rate"
17b94a
17b94a
The op-version for the "features.shard-deletion-rate" option was set to
17b94a
4.2.0 in the upstream patch and backported at
17b94a
e75be952569eb69325d5f505f7ab94aace31be52.
17b94a
This commit reverts the op-version for this option to 3.13.3.
17b94a
17b94a
Label: DOWNSTREAM ONLY
17b94a
17b94a
Change-Id: Ie3d12f3119ad7a4b40d81bd8bd6ed591658e8371
17b94a
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
17b94a
Reviewed-on: https://code.engineering.redhat.com/gerrit/154865
17b94a
Tested-by: RHGS Build Bot <nigelb@redhat.com>
17b94a
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
17b94a
---
17b94a
 libglusterfs/src/glusterfs/globals.h            | 2 ++
17b94a
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
17b94a
 2 files changed, 3 insertions(+), 1 deletion(-)
17b94a
17b94a
diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h
17b94a
index 4a82889..4d95f75 100644
17b94a
--- a/libglusterfs/src/glusterfs/globals.h
17b94a
+++ b/libglusterfs/src/glusterfs/globals.h
17b94a
@@ -120,6 +120,8 @@
17b94a
 
17b94a
 #define GD_OP_VERSION_3_13_3 31303 /* Op-version for GlusterFS 3.13.3 */
17b94a
 
17b94a
+#define GD_OP_VERSION_3_13_4 31304 /* Op-version for GlusterFS 3.13.4 */
17b94a
+
17b94a
 #define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */
17b94a
 
17b94a
 #define GD_OP_VERSION_4_1_0 40100 /* Op-version for GlusterFS 4.1.0 */
17b94a
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
17b94a
index 2bd0a9c..2f3271f 100644
17b94a
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
17b94a
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
17b94a
@@ -2552,7 +2552,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
17b94a
     },
17b94a
     {.key = "features.shard-deletion-rate",
17b94a
      .voltype = "features/shard",
17b94a
-     .op_version = GD_OP_VERSION_5_0,
17b94a
+     .op_version = GD_OP_VERSION_3_13_4,
17b94a
      .flags = VOLOPT_FLAG_CLIENT_OPT},
17b94a
     {
17b94a
         .key = "features.scrub-throttle",
17b94a
-- 
17b94a
1.8.3.1
17b94a