Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note to upgrade docs about removing duplicate worker temp dir config var #209

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading