Releases: opensciencegrid/gratia-probe
Releases · opensciencegrid/gratia-probe
v2.8.5-1
What's Changed
- Fix NameError (Software-5558) by @jeff-takaki in #174
- SOFTWARE-6037: Update 50-gratia-gwms.conf with SCHEDD_CRON_LOG_NON_ZERO_EXIT by @mwestphall in #189
New Contributors
Full Changelog: v2.8.4...v2.8.5-1
v2.8.4-2
- Bump Version Number for OSG 23 rebuild
2.8.4
This release contains the following changes to address bugs found in the condor-ap
and htcondor-ce
probes:
- Fix uninitialized variables resulting in quarantined history files on HTCondor APs (SOFTWARE-5516)
- Log and immediately fail if there is an issue writing to
DataFolder
,LogFolder
, orWorkingFolder
(SOFTWARE-5531) - If the probe is run as the
root
user, attempt to drop privileges to thecondor
user (SOFTWARE-5531) - Recursively fix ownership of default Gratia directories after an RPM install or upgrade (SOFTWARE-5531)
Full Changelog: v2.8.3-1...v2.8.4
2.8.3
Fixed critical issue determining collector host that was preventing records from getting uploaded.
What's Changed
- Create missing cmd_stdout for get_collector_host by @djw8605 in #167
- Fix var name in get_collector_host_list() by @matyasselmeci in #168
Full Changelog: v2.8.2...v2.8.3-1
2.8.2
Fix bug that prevented CEs from uploading records (SOFTWARE-5504)
Packaging and HTCondor config syntax fixes
Merge pull request #140 from brianhlin/fix-condor-config Fix condor config and some spec issues
Fix HTCondor record generation
- Fix HTCondor record generation (SOFTWARE-4978)
- Remove
gratia-probe-condor-batch
Add gratia-probe-condor-batch
Add probe for HTCondor batch systems (SOFTWARE-4978)
Drop check on HTCondor ProbeConfig DataFolder path
Removed check for trailing slashes in the HTCondor AP and CE ProbeConfig DataFolder
(SOFTWARE-4892)
HTCondor AP probe configuration fixes
- HTCondor AP: suppress local job records by default (SOFTWARE-4846)
- HTCondor AP: match data dirs between HTCondor and Gratia config (SOFTWARE-4846)