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

Commit de89784

Browse files
committed
Document default_CERequirements bug (HTCONDOR-964)
1 parent 8fbf502 commit de89784

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/release/osg-36.md

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

2626
### HTCondor-CE ###
2727

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+
2833
### XRootD Multiuser ###
2934

3035
- The OSG 3.6 configuration of XRootD uses the `XrdVoms` plugin, which pass along the entire VOMS FQAN as the

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ 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
The OSG 3.6 release series contains [HTCondor-CE 5](https://htcondor.github.io/htcondor-ce/v5/releases/), a major
223229
version upgrade from HTCondor-CE 4, which was available in the OSG 3.5 release repositories.
224230
To update HTCondor-CE, perform the following steps:

0 commit comments

Comments
 (0)