This repository was archived by the owner on May 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments