Skip to content

Commit

Permalink
Really fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Aug 25, 2023
1 parent 676cba0 commit ee0f3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release/updating-to-osg-35.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To update your HTCondor-CE host(s), perform the following steps:

ENABLE_JOB_RETRIES = True

- For non-HTCondor sites that use [remote CE requirements](https://htcondor.github.io/htcondor-ce/v5/batch-system-integration/#setting-batch-system-directives),
- For non-HTCondor sites that use [remote CE requirements](https://htcondor.com/htcondor-ce/v5/configuration/local-batch-system/#non-htcondor-batch-systems),
the new version of HTCondor-CE accepts a simplified format.
For example, a snippet from an example job route in the old format:

Expand Down Expand Up @@ -221,7 +221,7 @@ To update HTCondor on your HTCondor-CE and/or HTCondor pool hosts, perform the f
`/tmp` or `/var/tmp`.

1. **HTCondor-CE hosts only:** The HTCondor 8.8 series changed the default job route matching order
[from round-robin to first matching route](https://htcondor.github.io/htcondor-ce/v5/batch-system-integration/#how-jobs-match-to-job-routes).
[from round-robin to first matching route](https://htcondor.com/htcondor-ce/v5/configuration/job-router-overview/#how-jobs-match-to-routes).
To use the old round-robin matching order, add the following configuration to `/etc/condor-ce/config.d/99-local.conf`:

JOB_ROUTER_ROUND_ROBIN_SELECTION = True
Expand Down

0 comments on commit ee0f3ca

Please sign in to comment.