Skip to content

Commit

Permalink
Add note to upgrade docs about removing duplicate worker temp dir con…
Browse files Browse the repository at this point in the history
…fig var
  • Loading branch information
mwestphall committed Nov 5, 2024
1 parent 32f2e9a commit 36d923c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/release/updating-to-osg-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ 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
:::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.

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

1. Restart the ospool-ep systemctl service:

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

0 comments on commit 36d923c

Please sign in to comment.