be071b020b
Resolves: bz#1459709 bz#1610743 bz#1618221 bz#1619627 bz#1622649 Resolves: bz#1623749 bz#1623874 bz#1624444 bz#1625622 bz#1626780 Resolves: bz#1627098 bz#1627617 bz#1627639 bz#1630688 Signed-off-by: Sunil Kumar Acharya <sheggodu@redhat.com>
34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
From 18e3135fba208022430206f366f6705476c66304 Mon Sep 17 00:00:00 2001
|
|
From: Ravishankar N <ravishankar@redhat.com>
|
|
Date: Fri, 21 Sep 2018 15:47:48 +0530
|
|
Subject: [PATCH 383/385] glusterd: bump up GD_OP_VERSION_MAX
|
|
|
|
...to GD_OP_VERSION_3_13_3 for rhgs-3.4 batch update 1.
|
|
|
|
Change-Id: I2329cd931ff3a1daea008b03f20f93eb4bb374be
|
|
BUG: 1459709
|
|
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
|
|
Reviewed-on: https://code.engineering.redhat.com/gerrit/150724
|
|
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
|
|
---
|
|
libglusterfs/src/globals.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
|
|
index 213f3ce..8e218cb 100644
|
|
--- a/libglusterfs/src/globals.h
|
|
+++ b/libglusterfs/src/globals.h
|
|
@@ -43,7 +43,7 @@
|
|
*/
|
|
#define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly
|
|
should not change */
|
|
-#define GD_OP_VERSION_MAX GD_OP_VERSION_3_13_2 /* MAX VERSION is the maximum
|
|
+#define GD_OP_VERSION_MAX GD_OP_VERSION_3_13_3 /* MAX VERSION is the maximum
|
|
count in VME table, should
|
|
keep changing with
|
|
introduction of newer
|
|
--
|
|
1.8.3.1
|
|
|