diff options
| author | Xavier Hernandez <jahernan@redhat.com> | 2017-10-16 13:57:59 +0200 | 
|---|---|---|
| committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2017-11-16 14:48:45 +0000 | 
| commit | b4684468c19e0fb447ba3762750044452a452a32 (patch) | |
| tree | 7eccdf258942ba651000b9d3d548bf087a1b57a1 /libglusterfs/src | |
| parent | 22e14d7f8eb40838a0af8486abfbbd54364e9154 (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>
Change-Id: I8f80e46d36d8551011132b15c0fac549b7fb1c60
BUG: 1512460
Signed-off-by: Ashish Pandey <aspandey@redhat.com>
Diffstat (limited to 'libglusterfs/src')
| -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 3529110ea1a..340d54daf80 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -90,6 +90,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_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  | 
