diff options
author | Amar Tumballi <amar@kadalu.io> | 2020-02-04 23:02:51 +0530 |
---|---|---|
committer | Amar Tumballi <amar@kadalu.io> | 2020-02-12 16:16:46 +0000 |
commit | 8db8202f716fd24c8c52f8ee5f66e169310dc9b1 (patch) | |
tree | d25e8ac55f1661bf99e1243769ac98e229884f19 /libglusterfs | |
parent | d27df94016b5526c18ee964d4a47508326329dda (diff) |
volgen: make thin-arbiter name unique in 'pending-xattr' option
Thin-arbiter module makes use of 'pending-xattr' name for the translator
as the filename which gets created in thin-arbiter node. By making this
unique, we can host single thin-arbiter node for multiple clusters.
Updates: #763
Change-Id: Ib3c732e7e04e6dba229e71ae3e64f1f3cb6d794d
Signed-off-by: Amar Tumballi <amar@kadalu.io>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h index f0c7395b4cb..6efd6d287f8 100644 --- a/libglusterfs/src/glusterfs/globals.h +++ b/libglusterfs/src/glusterfs/globals.h @@ -118,6 +118,7 @@ #define GD_OP_VERSION_7_0 70000 /* Op-version for GlusterFS 7.0 */ #define GD_OP_VERSION_7_1 70100 /* Op-version for GlusterFS 7.1 */ #define GD_OP_VERSION_7_2 70200 /* Op-version for GlusterFS 7.2 */ +#define GD_OP_VERSION_7_3 70300 /* Op-version for GlusterFS 7.3 */ #define GD_OP_VERSION_8_0 80000 /* Op-version for GlusterFS 8.0 */ |