|
|
887953 |
From 715d2215da855089245ae7b8c3af719e488a2908 Mon Sep 17 00:00:00 2001
|
|
|
887953 |
From: Ravishankar N <ravishankar@redhat.com>
|
|
|
887953 |
Date: Thu, 20 Sep 2018 22:01:05 +0530
|
|
|
887953 |
Subject: [PATCH 379/385] glusterd: change op-version of fips-mode-rchecksum
|
|
|
887953 |
|
|
|
887953 |
..to GD_OP_VERSION_3_13_3 since GD_OP_VERSION_4_0_0 is not present in
|
|
|
887953 |
rhgs-3.4.1
|
|
|
887953 |
|
|
|
887953 |
Label: DOWNSTREAM ONLY
|
|
|
887953 |
|
|
|
887953 |
Change-Id: I759272748177d174b15123faffc2305f7a5ec58f
|
|
|
887953 |
BUG: 1459709
|
|
|
887953 |
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
|
|
|
887953 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/150714
|
|
|
887953 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
887953 |
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
|
|
|
887953 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
887953 |
---
|
|
|
887953 |
libglusterfs/src/globals.h | 2 +-
|
|
|
887953 |
xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
|
|
|
887953 |
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
887953 |
|
|
|
887953 |
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
|
|
|
887953 |
index e810ea7..213f3ce 100644
|
|
|
887953 |
--- a/libglusterfs/src/globals.h
|
|
|
887953 |
+++ b/libglusterfs/src/globals.h
|
|
|
887953 |
@@ -109,10 +109,10 @@
|
|
|
887953 |
|
|
|
887953 |
#define GD_OP_VERSION_3_13_2 31302 /* Op-version for GlusterFS 3.13.2 */
|
|
|
887953 |
|
|
|
887953 |
-#define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */
|
|
|
887953 |
|
|
|
887953 |
/* Downstream only change */
|
|
|
887953 |
#define GD_OP_VERSION_3_11_2 31102 /* Op-version for RHGS 3.3.1-async */
|
|
|
887953 |
+#define GD_OP_VERSION_3_13_3 31303 /* Op-version for RHGS-3.4-Batch Update-1*/
|
|
|
887953 |
|
|
|
887953 |
#include "xlator.h"
|
|
|
887953 |
|
|
|
887953 |
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
|
|
|
887953 |
index 0ff512d..5a697cf 100644
|
|
|
887953 |
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
|
|
|
887953 |
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
|
|
|
887953 |
@@ -2872,7 +2872,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
|
|
|
887953 |
.key = "storage.fips-mode-rchecksum",
|
|
|
887953 |
.type = NO_DOC,
|
|
|
887953 |
.voltype = "storage/posix",
|
|
|
887953 |
- .op_version = GD_OP_VERSION_4_0_0,
|
|
|
887953 |
+ .op_version = GD_OP_VERSION_3_13_3,
|
|
|
887953 |
},
|
|
|
887953 |
{ .key = "storage.bd-aio",
|
|
|
887953 |
.voltype = "storage/bd",
|
|
|
887953 |
--
|
|
|
887953 |
1.8.3.1
|
|
|
887953 |
|