diff options
author | Oleksandr Natalenko <oleksandr@natalenko.name> | 2016-05-17 16:45:44 +0300 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2016-06-01 11:14:43 -0700 |
commit | 0673af0f0c7ba64cce6b030b9194b4d35a357cd4 (patch) | |
tree | 9638ddf0ce70f9432c02c8c97b365858c3c2fb22 /glusterfsd/src/glusterfsd.h | |
parent | 6328ea45733852f299e4457bba97f632d8bada60 (diff) |
glusterfsd/main: Add ability to set oom_score_adj
Give the administrator a possibility to set oom_score_adj for glusterfs
process. Applies to Linux only.
This is a backport of cb8f5e01f639cb6e8715b33bb725210cb0493887.
Change-Id: Iff13c2f4cb28457871c6ebeff6130bce4a8bf543
BUG: 1341697
Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Reviewed-on: http://review.gluster.org/14399
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.org/14605
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfsd/src/glusterfsd.h')
-rw-r--r-- | glusterfsd/src/glusterfsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index 2a95683b33a..e442bede5db 100644 --- a/glusterfsd/src/glusterfsd.h +++ b/glusterfsd/src/glusterfsd.h @@ -93,6 +93,9 @@ enum argp_option_keys { ARGP_GLOBAL_TIMER_WHEEL = 173, ARGP_RESOLVE_GIDS_KEY = 174, ARGP_CAPABILITY_KEY = 175, +#ifdef GF_LINUX_HOST_OS + ARGP_OOM_SCORE_ADJ_KEY = 176, +#endif }; struct _gfd_vol_top_priv_t { |