Skip to content

Commit

Permalink
Merge pull request #541 from htcondor/V5-HTCONDOR-1106-one-port
Browse files Browse the repository at this point in the history
HTCONDOR-1106: Ensure that the correct port is used
  • Loading branch information
timtheisen authored Jun 3, 2022
2 parents ec4c361 + 7349d95 commit c0e467f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/condor_config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
CONDOR_HOST = $(FULL_HOSTNAME)
PORT = 9619
COLLECTOR_HOST = $(CONDOR_HOST):$(PORT)
# The above definition should be sufficient for HTCondor.
# However, we must make sure the port definitions match.
COLLECTOR_PORT = $(PORT)
SHARED_PORT_PORT = $(PORT)

DAEMON_LIST = MASTER COLLECTOR SCHEDD JOB_ROUTER

Expand Down

0 comments on commit c0e467f

Please sign in to comment.