GlideinWMS 3.10.5
Released on 9/11/2023
GlideinWMS v3_10_5 has been released.
It is available in the osg-development repository for RHEL 7, RHEL 8, and RHEL 9 architectures and is undergoing testing.
This release has been extensively tested on EL9 and Python 3.9. It is the first one we recommend with this platform for production.
It fixes a few bugs in 3.10.3. No new features added. Some bugs were fixed in the interim 3.10.4, but that release should be ignored, just consider the changes in both as 3.10.5.
The full release notes are available here and a CHANGELOG is in the repository.
GIT: git checkout v3_10_3
RPMS: Available in the osg-development repo and Koji:
DOCUMENTATION: http://glideinwms.fnal.gov/doc/
IMPORTANT
- The rebuilding of cvmfsexec distributions is now disabled by default, it must be enabled via the new factory knob. If you are upgrading from v3.9.5 or later, check that the cvmfsexec script is no more in the pre-reconfigure hooks directory.
- When using on-demand CVMFS, all Glideins after the first one on a node are failing. To avoid this we recommend using whole-node Glideins when using on-demand CVMFS.
- cvmfsexec builds for EL9 are incompatible with EL7. If you have an EL7 factory and use cvmfsexec, make sure the EL9 is disabled
What's Changed
- Release v3 10 3 by @mambelli in #347
- gconfig.py should not use python3 but gwms-python. Fixes #349 by @mmascher in #350
- Fix rrdtool fetch call by @mambelli in #352
- Fixed alt code still using python (ie python2) interpreter by @mambelli in #353
- ready for release v3_10_4 by @mambelli in #354
- fix some syntax errors in analyze_queues by @jdost321 in #357
- Added bash requirement on scripts using bashisms by @mambelli in #358
- Workaround for EL7 PyJWT generating bytes instead of str by @mambelli in #355
- Fixed TRUST_DOMAIN in setup_x509 by @mambelli in #359
- GLIDEIN_SINGULARITY_BINARY_OVERRIDE set as parameter by @mambelli in #360
- Fix Factory reconfig/upgrade by @mambelli in #356
New Contributors
Full Changelog: v3_10_3...v3_10_5