Skip to content
Snippets Groups Projects
Commit 1ca955eb authored by Maarten Litmaath's avatar Maarten Litmaath
Browse files

Removed unnecessary settings.

parent b41d1da3
No related branches found
No related tags found
No related merge requests found
Pipeline #8542898 passed
...@@ -231,13 +231,8 @@ This configuration is needed for HTCondor that _used_ run a _JobRouter_ (not nee ...@@ -231,13 +231,8 @@ This configuration is needed for HTCondor that _used_ run a _JobRouter_ (not nee
```console ```console
# non-standard settings for an ALICE VObox # non-standard settings for an ALICE VObox
AUTH_SSL_CLIENT_CADIR = /etc/grid-security/certificates
AUTH_SSL_USE_CLIENT_PROXY_ENV_VAR = True
CONDOR_FSYNC = False CONDOR_FSYNC = False
DELEGATE_JOB_GSI_CREDENTIALS_LIFETIME = 0
GRIDMANAGER_DEBUG = GRIDMANAGER_DEBUG =
GRIDMANAGER_GAHP_CALL_TIMEOUT = 3600 GRIDMANAGER_GAHP_CALL_TIMEOUT = 3600
GRIDMANAGER_GAHP_RESPONSE_TIMEOUT = 300 GRIDMANAGER_GAHP_RESPONSE_TIMEOUT = 300
...@@ -245,8 +240,6 @@ This configuration is needed for HTCondor that _used_ run a _JobRouter_ (not nee ...@@ -245,8 +240,6 @@ This configuration is needed for HTCondor that _used_ run a _JobRouter_ (not nee
GRIDMANAGER_MAX_PENDING_REQUESTS = 500 GRIDMANAGER_MAX_PENDING_REQUESTS = 500
GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE = 10000 GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE = 10000
GRIDMANAGER_SELECTION_EXPR = (ClusterId % 2) GRIDMANAGER_SELECTION_EXPR = (ClusterId % 2)
GSI_SKIP_HOST_CHECK = true
``` ```
4. Restart HTCondor now and automatically at boot time: 4. Restart HTCondor now and automatically at boot time:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment