Skip to content

Commit

Permalink
Merge pull request #54 from brianhlin/fix_glidein_ads
Browse files Browse the repository at this point in the history
Enable GSI map caching to decrease the number of GSI callouts
  • Loading branch information
matyasselmeci committed Nov 10, 2015
2 parents 0fa3674 + db341ec commit 92a29a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/01-ce-auth-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ SCHEDD.SEC_DAEMON_AUTHENTICATION_METHODS = FS,GSI
# GSI settings
GSI_DAEMON_CERT = /etc/grid-security/hostcert.pem
GSI_DAEMON_KEY = /etc/grid-security/hostkey.pem
GSS_ASSIST_GRIDMAP_CACHE_EXPIRATION = 30*$(MINUTE)

# Enable the audit log for the CE's activities
SCHEDD_AUDIT_LOG = $(LOG)/AuditLog
Expand Down
1 change: 1 addition & 0 deletions config/01-ce-auth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ SCHEDD.SEC_DAEMON_AUTHENTICATION_METHODS = FS,GSI
# GSI settings
GSI_DAEMON_CERT = /etc/grid-security/hostcert.pem
GSI_DAEMON_KEY = /etc/grid-security/hostkey.pem
GSS_ASSIST_GRIDMAP_CACHE_EXPIRATION = 30*$(MINUTE)

# Enable the audit log for the CE's activities
SCHEDD_AUDIT_LOG = $(LOG)/AuditLog
Expand Down

0 comments on commit 92a29a4

Please sign in to comment.