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

Commit 009f788

Browse files
authored
Merge pull request #938 from brianhlin/c-style-jr-comments-fixed
Update known bugs in HTCondor-CE
2 parents 1a2f2f9 + 8535c95 commit 009f788

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/release/osg-36.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ The following issues are known to currently affect packages distributed in OSG 3
2525

2626
### HTCondor-CE ###
2727

28-
- If you are using HTCondor from the Upcoming repository,
28+
- `default_CERequirements` in the the new Job Router ClassAd transform syntax is ignored.
29+
To fix this, apply the change in [this patch](https://github.com/htcondor/htcondor-ce/pull/530/files) to
30+
`/usr/share/condor-ce/config.d/01-ce-router-defaults.conf`.
31+
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 3.6 Upcoming repository,
2933
C-style comments, e.g. `/* comment */`, in `JOB_ROUTER_ENTRIES` will prevent the JobRouter from routing jobs
3034
([HTCONDOR-864](https://opensciencegrid.atlassian.net/browse/HTCONDOR-864)).
3135
For the time being, remove any comments if you are still using the

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,14 @@ To update OSG-Configure, perform the following steps:
219219

220220
#### HTCondor-CE ####
221221

222+
!!! bug "Passing along non-HTCondor batch system directives"
223+
`default_CERequirements` in the the new Job Router ClassAd transform syntax is ignored.
224+
To fix this, apply the change in [this patch](https://github.com/htcondor/htcondor-ce/pull/530/files) to
225+
`/usr/share/condor-ce/config.d/01-ce-router-defaults.conf`.
226+
The next release of HTCondor-CE will contain this fix and will not require any additional action post-update.
227+
222228
!!! bug "Remove comments from `JOB_ROUTER_ENTRIES`"
223-
If you are using HTCondor from the Upcoming repository,
229+
If you are using HTCondor from the 3.6 Upcoming repository,
224230
C-style comments, e.g. `/* comment */`, in `JOB_ROUTER_ENTRIES` will prevent the JobRouter from routing jobs
225231
([HTCONDOR-864](https://opensciencegrid.atlassian.net/browse/HTCONDOR-864)).
226232
For the time being, remove any comments if you are still using the

0 commit comments

Comments
 (0)