- update to 9.0.16: * Fix bug in parallel universe that could cause the schedd to crash * Fix rare crash where a daemon tries to use a discarded security session * Schedd and startd cron jobs can now log output upon non-zero exit * condor_config_val now produces correct syntax for multi-line values * The condor_run tool now reports submit errors and warnings to the terminal * Fix issue where Kerberos authentication would fail within DAGMan * Fix HTCondor startup failure with certain complex network configurations * SciToken mapping failures are now recorded in the daemon logs * Fix bug that stopped file transfers when output and error are the same * Ensure that the Python bindings version matches the installed HTCondor * $(OPSYSANDVER) now expand properly in job transforms * Fix bug where context managed Python htcondor.SecMan sessions would crash * Fix bug where remote CPU times would rarely be set to zero * Report resources provisioned by the Slurm batch scheduler when available * Singularity now mounts /tmp and /var/tmp under the scratch directory * Fix bug where Singularity jobs go on hold at the first checkpoint * Fix bug where gridmanger deletes the X.509 proxy file instead of the copy * Fix file descriptor leak when using SciTokens for authentication OBS-URL: https://build.opensuse.org/request/show/1040802 OBS-URL: https://build.opensuse.org/package/show/network:cluster/htcondor?expand=0&rev=11
77 lines
4.3 KiB
Plaintext
77 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 6 21:03:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 9.0.16:
|
|
* Fix bug in parallel universe that could cause the schedd to crash
|
|
* Fix rare crash where a daemon tries to use a discarded security session
|
|
* Schedd and startd cron jobs can now log output upon non-zero exit
|
|
* condor_config_val now produces correct syntax for multi-line values
|
|
* The condor_run tool now reports submit errors and warnings to the terminal
|
|
* Fix issue where Kerberos authentication would fail within DAGMan
|
|
* Fix HTCondor startup failure with certain complex network configurations
|
|
* SciToken mapping failures are now recorded in the daemon logs
|
|
* Fix bug that stopped file transfers when output and error are the same
|
|
* Ensure that the Python bindings version matches the installed HTCondor
|
|
* $(OPSYSANDVER) now expand properly in job transforms
|
|
* Fix bug where context managed Python htcondor.SecMan sessions would crash
|
|
* Fix bug where remote CPU times would rarely be set to zero
|
|
* Report resources provisioned by the Slurm batch scheduler when available
|
|
* Singularity now mounts /tmp and /var/tmp under the scratch directory
|
|
* Fix bug where Singularity jobs go on hold at the first checkpoint
|
|
* Fix bug where gridmanger deletes the X.509 proxy file instead of the copy
|
|
* Fix file descriptor leak when using SciTokens for authentication
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 6 13:52:28 UTC 2022 - Christian Goll <cgoll@suse.com>
|
|
|
|
- updated to V9_0_11 which fixes also following CVEs:
|
|
* CVE-2021-45103
|
|
* CVE-2021-45104
|
|
* CVE-2022-26110
|
|
- renamed added-suse-as-SYSTEM_NAME.patch to
|
|
added-suse-as-SYSTEM_NAME-again.patch
|
|
- Following new deature was added:
|
|
* The condor_job_router can now create an IDTOKEN and send it them along with a
|
|
routed job for use by the job. This is controlled by a new configuration
|
|
variable JOB_ROUTER_CREATE_IDTOKEN_NAMES and a new route option SendIDTokens.
|
|
- update contains following bugfixes:
|
|
* HTCondor will now properly transfer checkpoints if stream_output or
|
|
stream_error is set and output or error, respectively, is not an absolute
|
|
path. (HTCONDOR-736)
|
|
* A problem where HTCondor would not create a directory on the execute node
|
|
before trying to transfer a file into it should no longer occur. (This
|
|
would cause the job which triggered this problem to go on hold.) One way to
|
|
trigger this problem was by setting preserve_relative_paths and specifying
|
|
the same directory in both transfer_input_files and
|
|
transfer_checkpoint_files. (HTCONDOR-857)
|
|
* The condor_annex tool no longer duplicates the first tag if given multiple
|
|
-tag options on the command line. You can now set longer user data on the
|
|
command-line. (HTCONDOR-910)
|
|
* Fixed a bug in the condor_job_router that could result in routes and
|
|
transforms substituting a default configuration value rather than the value
|
|
from the configuration files when a route or transform was applied
|
|
(HTCONDOR-902)
|
|
* For batch grid universe jobs, a small default memory value is no longer
|
|
generated when request_memory is not specified in the submit file. This
|
|
restores the behavior in versions 9.0.1 and prior. (HTCONDOR-904)
|
|
* Fixed a bug in the FileTransfer mechanism where URL transfers caused
|
|
subsequent failures to report incorrect error messages. (HTCONDOR-915)
|
|
* Fixed a bug in the condor_dagman parser which caused SUBMIT-DESCRIPTION
|
|
statements to return an error even after parsing correctly. (HTCONDOR-928)
|
|
* The Python bindings no longer segfault when the htcondor.Submit constructor
|
|
is passed a dictionary with an entry whose value is None. (HTCONDOR-950)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 10 08:11:43 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Fix build on non-x86_64 architectures
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 18 10:28:07 UTC 2022 - Christian Goll <cgoll@suse.com>
|
|
|
|
- initial commit of htcondor stbale condor release V9_0_8 with
|
|
the patch added-suse-as-SYSTEM_NAME.patch so that suse can be
|
|
used as system for the build. The additional sources condor_config\
|
|
and osg-env.conf are the rpm specific configurations
|