diff options
author | Xavier Hernandez <jahernan@redhat.com> | 2017-10-16 13:57:59 +0200 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2017-11-05 03:41:46 +0000 |
commit | 0dcd5b2feeeec7c29bd2454d6ad950d094d02b0f (patch) | |
tree | 7b0778f3d8bb3c9fbe9551d9c83fcee107af1d7b /libglusterfs | |
parent | 337b5580aa8872a69631f8af17e1add7bb2a901d (diff) |
cluster/ec: create eager-lock option for non-regular files
A new option is added to allow independent configuration of eager
locking for regular files and non-regular files.
Change-Id: I8f80e46d36d8551011132b15c0fac549b7fb1c60
BUG: 1502610
Signed-off-by: Xavier Hernandez <jahernan@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 1fc9b562b9b..cbf36a9a6ae 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -91,6 +91,8 @@ #define GD_OP_VERSION_3_12_2 31202 /* Op-version for GlusterFS 3.12.2 */ +#define GD_OP_VERSION_3_12_3 31203 /* Op-version for GlusterFS 3.12.3 */ + #define GD_OP_VERSION_3_13_0 31300 /* Op-version for GlusterFS 3.13.0 */ #define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */ |