Skip to content

Commit

Permalink
Merge pull request #207 from timtheisen/master
Browse files Browse the repository at this point in the history
Add details for HTCondor releases
  • Loading branch information
timtheisen authored Oct 31, 2024
2 parents fb6d667 + 9bc04d6 commit 63c5466
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
32 changes: 27 additions & 5 deletions docs/release/osg-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,27 @@ Latest News

This initial release contains the following notable changes compared to the current OSG 23 release:

- [HTCondor 24.0.1](https://htcondor.readthedocs.io/en/24.0/version-history/lts-versions-24-0.html#version-24-0-1)

- [HTCondor-CE 24.0.0](https://htcondor.com/htcondor-ce/v24/installation/htcondor-ce)
- [HTCondor 24.0.1 LTS](https://htcondor.readthedocs.io/en/24.0/version-history/lts-versions-24-0.html#version-24-0-1)
- Improvements from the HTCondor 23.x feature series
- Improved tracking and enforcement of disk usage by using LVM
- Enhancements to the htcondor CLI tool
- cgroup v2 support for tracking and enforcement of CPU and memory usage
- Leverage cgroups to hide GPUs not allocated to the job
- DAGMan can now produce job credentials when using direct submit
- New submit commands to aid in matching specific GPU requirements
- New implementation of the Python bindings, htcondor2 and classad2
- Improved default security configuration
- Significant reduction in memory and CPU usage on the Central Manager
- Additional highlights:
- Support for GPUs using AMD's HIP 6 library
- Fix bugs when -divide or -repeat was used in GPU detection
- Proper error message and hold when Docker emits multi-line error message
- Fix issue where an unresponsive libvirtd blocked an EP from starting up
- The htcondor CLI now works on Windows

- [HTCondor-CE 24.0.1](https://htcondor.com/htcondor-ce/v24/installation/htcondor-ce)
- Remove obsolete GSI configuration
- Fix certificate subject parsing in `condor_ce_host_network_check`

- [Pelican 7.10.11](https://github.com/PelicanPlatform/pelican/releases/tag/v7.10.11):
the initial release of Pelican in the main line of the OSG Software Stack.
Expand All @@ -34,8 +52,12 @@ This initial release contains the following notable changes compared to the curr
For operators of existing OSDF caches or origins (formerly `stash-cache` or `stash-origin`, respectively),
we recommend waiting for the release of Pelican 7.11 and accompanying `osdf-server` RPMs before upgrading.

- [HTCondor 24.1.1](https://htcondor.readthedocs.io/en/24.x/version-history/feature-versions-24-x.html#version-24-1-1)
in [OSG Upcoming](../common/yum.md#upcoming-software)
- [HTCondor 24.1.1](https://htcondor.readthedocs.io/en/24.x/version-history/feature-versions-24-x.html#version-24-1-1) in [OSG Upcoming](../common/yum.md#upcoming-software)
- All of the changes from the HTCondor 24.0.1 LTS release
- Can print contents of stored OAuth2 credential with htcondor CLI tool
- In DAGMan, inline submit descriptions work when not submitting directly
- By default, put Docker jobs on hold when CPU architecture doesn't match
- Detects and deletes invalid checkpoint and reschedules job

- OSG PKI tools 3.7.1-2: fix an issue with missing `python3-*` dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/security/tokens/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ To see which authentication method was used for a job:
- Authentication via a token will say `AuthMethod=SCITOKENS`.
- Authentication via a proxy will say `AuthMethod=GSI`.

See the [upstream documentation](https://htcondor.com/htcondor-ce/v6/troubleshooting/common-issues/#jobs-fail-to-submit-verify-scitoken-contents)
See the [upstream documentation](https://htcondor.com/htcondor-ce/v24/troubleshooting/common-issues/#jobs-fail-to-submit-verify-scitoken-contents)
for more details.

Collaboration support
Expand Down
2 changes: 1 addition & 1 deletion docs/worker-node/install-wn-oasis.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Validating the Worker Node Client

To verify functionality of the worker node client, you will need to submit a test job against your CE and verify the job's output.

1. Submit a job that executes the `env` command (e.g. Run [condor\_ce\_trace](https://htcondor.github.io/htcondor-ce/v6/troubleshooting/debugging-tools/#condor_ce_trace) with the `-d` flag from your HTCondor CE)
1. Submit a job that executes the `env` command (e.g. Run [condor\_ce\_trace](https://htcondor.github.io/htcondor-ce/v24/troubleshooting/debugging-tools/#condor_ce_trace) with the `-d` flag from your HTCondor CE)
2. Verify that the value of `OSG_GRID` is set to the directory of your WN Client installation

### Manually Using the Worker Node Client From OASIS
Expand Down
2 changes: 1 addition & 1 deletion docs/worker-node/install-wn.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Validating the Worker Node Client

To verify functionality of the worker node client, you will need to submit a test job against your CE and verify the job's output.

1. Submit a job that executes the `env` command (e.g. Run [condor\_ce\_trace](https://htcondor.github.io/htcondor-ce/v6/troubleshooting/debugging-tools/#condor_ce_trace) with the `-d` flag from your HTCondor CE)
1. Submit a job that executes the `env` command (e.g. Run [condor\_ce\_trace](https://htcondor.github.io/htcondor-ce/v24/troubleshooting/debugging-tools/#condor_ce_trace) with the `-d` flag from your HTCondor CE)
2. Verify that the value of `OSG_GRID` is set to `/etc/osg/wn-client`

How to get Help?
Expand Down

0 comments on commit 63c5466

Please sign in to comment.