Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 0d4540e

Browse files
committed
Revert "Remove fixed C-style comment bug from known issues...
(HTCONDOR-864)" This reverts commit 8fbf502. This is still a bug in the version available in 3.6 upcoming
1 parent de89784 commit 0d4540e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/release/osg-36.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ The following issues are known to currently affect packages distributed in OSG 3
2929
To fix this, apply the change in [this patch](https://github.com/htcondor/htcondor-ce/pull/530/files) to
3030
`/usr/share/condor-ce/config.d/01-ce-router-defaults.conf`.
3131
The next release of HTCondor-CE will contain this fix and will not require any additional action post-update.
32+
- If you are using HTCondor from the Upcoming repository,
33+
C-style comments, e.g. `/* comment */`, in `JOB_ROUTER_ENTRIES` will prevent the JobRouter from routing jobs
34+
([HTCONDOR-864](https://opensciencegrid.atlassian.net/browse/HTCONDOR-864)).
35+
For the time being, remove any comments if you are still using the
36+
[deprecated syntax](https://htcondor.com/htcondor-ce/v5/configuration/job-router-overview#deprecated-syntax).
3237

3338
### XRootD Multiuser ###
3439

docs/release/updating-to-osg-36.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ To update OSG-Configure, perform the following steps:
225225
`/usr/share/condor-ce/config.d/01-ce-router-defaults.conf`.
226226
The next release of HTCondor-CE will contain this fix and will not require any additional action post-update.
227227

228+
!!! bug "Remove comments from `JOB_ROUTER_ENTRIES`"
229+
If you are using HTCondor from the Upcoming repository,
230+
C-style comments, e.g. `/* comment */`, in `JOB_ROUTER_ENTRIES` will prevent the JobRouter from routing jobs
231+
([HTCONDOR-864](https://opensciencegrid.atlassian.net/browse/HTCONDOR-864)).
232+
For the time being, remove any comments if you are still using the
233+
[deprecated syntax](https://htcondor.com/htcondor-ce/v5/configuration/job-router-overview#deprecated-syntax).
234+
228235
The OSG 3.6 release series contains [HTCondor-CE 5](https://htcondor.github.io/htcondor-ce/v5/releases/), a major
229236
version upgrade from HTCondor-CE 4, which was available in the OSG 3.5 release repositories.
230237
To update HTCondor-CE, perform the following steps:

0 commit comments

Comments
 (0)