Skip to content

Commit 987dea3

Browse files
committed
Merge branch 'develop'
2 parents 63b14f9 + 2b16e79 commit 987dea3

2 files changed

Lines changed: 217 additions & 59 deletions

File tree

elim.reaper/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This Non Job User Process Reaper for LSF will remove any unauthroized users from the
66
compute hosts once their jobs have left those system. It provides an optional grace period called the LSF_LINGER_TIME that you can set in the lsf.reaper file in your $LSF_ENVDIR. The value is in seconds.
77

8-
You can optionally set a LSF_SLEEP_TIME to a value in seconds as well. As you clusters become larger, you may not want them querying the batch system as much, so increasing this value may be practical in such cases. This value is also in seconds.
8+
You can optionally set a LSF_SLEEP_TIME to a value in seconds as well. As your clusters become larger, you may not want them querying the batch system as much, so increasing this value may be practical in such cases. This value is also in seconds.
99

1010
## How to Build and Install the Module
1111

@@ -34,6 +34,10 @@ You can optionally set a LSF_SLEEP_TIME to a value in seconds as well. As you c
3434

3535
You can also optionally set LSF_EXCLUDED_HOSTS to a space delimited list of hostnames that should be excluded from the reaper check. An example of a host such as this would be a Login Node that is running LSF daemons for some reason. As always, LSF Administrators are not reaped, so this would not have to include hosts in the LSF_MASTER_LIST.
3636

37+
Additionally, there are two parameters that allow you to exclude LSF users from LSF user groups that should be allowed to login to the host even if there are not jobs running, for example a hardware maintenance group that though they do not manage LSF, they need to login from time to time to check the status of the system.
38+
39+
Those settings are LSF_EXCLUDED_UGROUPS wich needs to be set to a space delimited list of LSF user groups. Non LSF user groups will be ignored. The second parameter is the LSF_UGROUP_REFRESH, which instructs the elim.reaper how often it should recache the list off LSF users in those user groups. The default is 3600 seconds or once an hour.
40+
3741
If you wish to see debug output from the elim, you may run it with the --debug option.
3842

3943
## Community Contribution Requirements
@@ -55,7 +59,7 @@ Community contributions to this repository must follow the [IBM Developer's Cert
5559

5660
## Copyright
5761

58-
(C) Copyright IBM Corporation 2016-2018
62+
(C) Copyright IBM Corporation 2016-2019
5963

6064
U.S. Government Users Restricted Rights - Use, duplication or disclosure
6165
restricted by GSA ADP Schedule Contract with IBM Corp.

0 commit comments

Comments
 (0)