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
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
228235The OSG 3.6 release series contains [ HTCondor-CE 5] ( https://htcondor.github.io/htcondor-ce/v5/releases/ ) , a major
229236version upgrade from HTCondor-CE 4, which was available in the OSG 3.5 release repositories.
230237To update HTCondor-CE, perform the following steps:
You can’t perform that action at this time.
0 commit comments