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 docs on nginx_clean removing disabled PUNs #1043

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ active connections.

.. program:: nginx_stage nginx_clean


.. note::
Since 4.0 ``nginx_clean`` also cleans per-user NGINX (PUN) processes
for users that have been disabled (removed from LDAP).

General Options
---------------

Expand Down
14 changes: 14 additions & 0 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ New Features
- `Remove runtime dependency on SCL`_
- `XDMoD efficiency widget update`_
- `Edit and delete interactive application saved settings`_
- `nginx_clean now cleans PUNs of disabled users`_

Thanks!
-------
Expand Down Expand Up @@ -407,3 +408,16 @@ these saved settings.

See :ref:`edit-save-interactive-app-saved-settings` for more
details.

nginx_clean now cleans PUNs of disabled users
.............................................

The helper method ``nginx_clean`` in the ``nginx_stage``
library will now remove PUNs and related files for users
that have been disabled.

Disabled users have been deleted from LDAP and are no longer
valid users on that system.

This means that centers that delete users (remove them from LDAP)
will also now start to clean those processes on the OnDemand machine.
Loading