From c23c1e55d4c95c366e6cf46335e35168fa10b58a Mon Sep 17 00:00:00 2001 From: Xavi Hernandez Date: Mon, 27 Mar 2023 15:40:28 +0200 Subject: [PATCH] core: fix maximum op-version for release 11 (#4006) Fixes: #4005 Signed-off-by: Xavi Hernandez --- libglusterfs/src/glusterfs/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h index cbe8c38c532..bf2ec7c7b00 100644 --- a/libglusterfs/src/glusterfs/globals.h +++ b/libglusterfs/src/glusterfs/globals.h @@ -45,7 +45,7 @@ 1 /* MIN is the fresh start op-version, mostly \ should not change */ #define GD_OP_VERSION_MAX \ - GD_OP_VERSION_10_0 /* MAX VERSION is the maximum \ + GD_OP_VERSION_11_0 /* MAX VERSION is the maximum \ count in VME table, should \ keep changing with \ introduction of newer \