diff options
| author | Pranith Kumar K <pkarampu@redhat.com> | 2015-06-30 23:01:36 +0530 | 
|---|---|---|
| committer | Xavier Hernandez <xhernandez@datalab.es> | 2015-07-21 14:37:38 -0700 | 
| commit | 918b3aeae03b3aecc64fbc202f00a7c1955f6db7 (patch) | |
| tree | 61bfe5fa99f8492fb435054957a6e22096509cfe /libglusterfs/src | |
| parent | 05f7cc9815a9fe067584251fa89b1461938f41ea (diff) | |
cluster/ec: Make background healing optional behavior
Provide options to control number of active background heal count and qlen.
 >Change-Id: Idc2419219d881f47e7d2e9bbc1dcdd999b372033
 >BUG: 1237381
 >Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
 >Reviewed-on: http://review.gluster.org/11473
 >Reviewed-by: Xavier Hernandez <xhernandez@datalab.es>
 >Tested-by: Gluster Build System <jenkins@build.gluster.com>
BUG: 1238476
Change-Id: I22ba902d9911195656db9e458c01b54cf0afcd7a
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/11680
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Xavier Hernandez <xhernandez@datalab.es>
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/globals.h | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 3ef18ce33a9..8b513d03646 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -37,9 +37,11 @@   */  #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly                                  should not change */ -#define GD_OP_VERSION_MAX  30702 /* MAX VERSION is the maximum count in VME -                                    table, should keep changing with -                                    introduction of newer versions */ +#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_7_3 /* MAX VERSION is the maximum +                                                  count in VME table, should +                                                  keep changing with +                                                  introduction of newer +                                                  versions */  #define GD_OP_VERSION_3_6_0    30600 /* Op-Version for GlusterFS 3.6.0 */ @@ -49,6 +51,8 @@  #define GD_OP_VERSION_3_7_2    30702 /* Op-version for GlusterFS 3.7.2 */ +#define GD_OP_VERSION_3_7_3    30703 /* Op-version for GlusterFS 3.7.3 */ +  #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  #include "xlator.h"  | 
