Skip to content

Commit

Permalink
Merge pull request #209 from mwestphall/SOFTWARE-6011-ospool-ep-confi…
Browse files Browse the repository at this point in the history
…g-fix

Add note to upgrade docs about removing duplicate worker temp dir config var
  • Loading branch information
mwestphall authored Nov 6, 2024
2 parents 96c0477 + c8e3508 commit 33249bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/release/updating-to-osg-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ the container can be upgraded by updating the RPM.

1. [Install](../common/yum.md#install-the-osg-repositories) the OSG 24 Yum repositories

2. Upgrade the `ospool-ep` rpm:
1. Upgrade the `ospool-ep` rpm:

:::console
root@host # yum install ospool-ep

3. Restart the ospool-ep systemctl service:
1. (Optional) Clean up `/etc/osg/ospool-ep.cfg`:
- A bug in the OSG 23 release of ospool-ep required users to add a `WORK_TEMP_DIR` config field as a copy of the default `WORKER_TEMP_DIR`.
When upgrading to OSG 24, remove the duplicated `WORK_TEMP_DIR` field.

1. Restart the ospool-ep systemctl service:

:::console
root@host # systemctl restart ospool-ep

0 comments on commit 33249bf

Please sign in to comment.